EuroPython has a new blog

2014-01-21 Thread M.-A. Lemburg
The EuroPython Society has setup a new blog for EuroPython in its efforts to provide more conference facilities for the EuroPython organization and to enhance the EuroPython attendee experience. http://blog.europython.eu/ There’s an RSS feed in case you want to subscribe to it:

EuroPython Society website now live

2014-01-21 Thread M.-A. Lemburg
The EuroPython Society has created a new website to collect information on EuroPython, the society and its workings: http://www.europython-society.org/ For those who don’t know: the society is a Swedish non-profit organization which was formed in 2004 by the EuroPython organizers to put on

[ANN] pypiserver 1.1.5 - minimal private pypi server

2014-01-21 Thread Ralf Schmitt
Hi, I've just uploaded pypiserver 1.1.5 to the python package index. pypiserver is a minimal PyPI compatible server. It can be used to serve a set of packages and eggs to easy_install or pip. pypiserver is easy to install (i.e. just 'pip install pypiserver'). It doesn't have any external

Frosted - The fast and simple Python code checker - V 1.0.0 released

2014-01-21 Thread timothy . crosley
Pyflakes has been forked to create Frosted: a simple, fast, and well documented Python code checker. See more here: https://github.com/timothycrosley/frosted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation:

ANN: Yappi 0.82

2014-01-21 Thread Sümer Cip
Hi all, Yet Another Python Profiler v0.82 is out: Lots of bugfixes/improvements over the existing API. Features: - Profiler results can be saved in callgrindhttp://valgrind.org/docs/manual/cl-format.html and pstat http://docs.python.org/3.4/library/profile.html#pstats.Stats formats.

Wing IDE 5.0.2 released

2014-01-21 Thread Wingware
Hi, Wingware has released version 5.0.2 of Wing IDE, our integrated development environment designed specifically for the Python programming language. Wing IDE includes a professional quality code editor with vi, emacs, and other key bindings, auto-completion, call tips, refactoring,

Cython 0.20 release

2014-01-21 Thread Robert Bradshaw
I'm happy to announce the release of Cython 0.20. You can download it directly from the Cython site at http://cython.org/ or from PyPI at https://pypi.python.org/pypi/Cython/0.20 . There are a significant number of new features and bug fixes in this release, for a summary see

Sphinx 1.2.1 released

2014-01-21 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm very happy to announce the release of Sphinx 1.2.1, now available on the Python package index at http://pypi.python.org/pypi/Sphinx. It includes about 42 bug fixes for the 1.2 release series. What's new in 1.2 (very short version)?

ANN: rom 0.25.0 - Redis object mapper for Python

2014-01-21 Thread Josiah Carlson
Hey everyone, Big change today: rom now supports fast prefix, suffix, and pattern match queries over your data. The method is based on the autocomplete process described in my book, Redis in Action The rom package is a Redis object mapper for Python. It sports an interface similar to Django's