omniORBpy 3.7 released

2013-07-05 Thread Duncan Grisby
omniORB version 4.1.7 and omniORBpy version 3.7 are now available.

omniORB is a robust, high performance CORBA implementation for C++;
omniORBpy is a version for Python.

These are bug fix releases with minor new features. You can get them
here:

https://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.7/
https://sourceforge.net/projects/omniorb/files/omniORBpy/omniORBpy-3.7/

Enjoy!

Duncan.

-- 
 -- Duncan Grisby --
  -- dun...@grisby.org --
   -- http://www.grisby.org --
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANNOUNCE: world 3.0

2013-07-05 Thread Barry Warsaw
I'm happy to announce the first new release of `world`, a command line script
and library that helps you figure out where in the world a top level domain
is.

https://pypi.python.org/pypi/world

This is an almost complete rewrite of the tool that originally came with
Python.  It's similar in nature to that tool, but rewritten for Python 3.  The
script takes a somewhat different set of command line arguments and returns
different values.

The underlying library supports both Python 2 and Python 3.

Enjoy,
-Barry

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Eventlet 0.13 released

2013-07-05 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to 
change how you run your code, not how you write it.

http://pypi.python.org/pypi/eventlet/0.13.0
This release features:
- kqueue support, thanks to YAMAMOTO Takashi, Edward George
- pyzmq 13.x compatibility, thanks to Edward George
- Python 3.3 and RHEL 6.1 compatibility in subprocess Popen.wait() timeout 
kwarg; thanks to David Malcolm and caring RHEL users

Also:
* greenio: Fix AttributeError on MacOSX; Bitbucket #136; Thanks to Derk Tegeler
* green: subprocess: Fix subprocess.communicate() block on Python 2.7; Thanks 
to Edward George
* green: select: ensure that hub can .wait() at least once before timeout; 
Thanks to YAMAMOTO Takashi
* tpool: single request queue to avoid deadlocks; Bitbucket pull request 31,32; 
Thanks to Edward George
* hubs: EVENTLET_HUB can point to external modules; Thanks to Edward George
* semaphore: support timeout for acquire(); Thanks to Justin Patrin
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2); 
Thanks to Edward George
* Travis continuous integration; Thanks to Thomas Grainger, Jakub Stasiak
* wsgi: minimum_chunk_size of last Server altered all previous (global 
variable); Thanks to Jakub Stasiak
* doc: hubs: Point to the correct function in exception message; Thanks to 
Floris Bruynooghe

Our website: http://eventlet.net/
Direct package download link: 
https://pypi.python.org/packages/source/e/eventlet/eventlet-0.13.0.tar.gz
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Enjuewemela 0.6

2013-07-05 Thread Facundo Batista
Enjuewemela is yet another similar game to the popular "Bejeweled" or
"Diamond Mine". The game basics is to make alignment of 3 or more
gems, both vertically or horizontally by swapping adjacent gems. It's
(of course) written in Python, using the cocos2d game framework.

Version 0.6 is just an excuse to release the Python Argentina mode,
you can see a screenshot here:

http://bit.ly/11YlGil


The easiest way of installing it, if you have Debian or Ubuntu, is
using this installer:

http://launchpad.net/enjuewemela/trunk/0.6/+download/enjuewemela-0.6.deb

If you want to automatically get the new updates, you can subscribe to
the PPA; open a command line and type:

sudo add-apt-repository ppa:facundo/enjuewemela

In any other case, you can install it from the tarball:

http://launchpad.net/enjuewemela/trunk/0.6/+download/enjuewemela-0.6.tar.gz


Enjoy it!


--
.Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/