Volles Programm - PyCon.DE-Tutorials jetzt buchen!

2013-10-03 Thread Christopher Arndt
NOTE: This is an announcement for the PyCon.DE 2013 conference in Cologne, Germany (https://2013.de.pycon.org) and intended for a German-speaking audience. Volles Programm - PyCon.DE-Tutorials jetzt buchen! -- - Sie wollen eine Webseite mit Python

ANN: PyQt5 v5.1 Released

2013-10-03 Thread Phil Thompson
PyQt5 v5.1 has been released and is available from http://www.riverbankcomputing.com/software/pyqt/download5. PyQt5 is a comprehensive set of bindings for v5 of Digia's Qt cross-platform application framework. It supports Python v3, v2.7 and v2.6. The highlights of this release include full supp

Sphinx 1.2 beta 3 released

2013-10-03 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm very happy to announce the release of Sphinx 1.2, beta 3, available on the Python package index at . Please test and report bugs to . This is the second testing

[ANN] iPOPO 0.5.4

2013-10-03 Thread thomas . calmant
=== iPOPO 0.5.4 === iPOPO v0.5.4 has been released ! About iPOPO === iPOPO is a service-oriented component model (SOCM) framework for Python, inspired from the Java project iPOJO. What's new in 0.5.4 === This version greatly speeds up iPOPO on large num

ANN: rom 0.21 - Redis object mapper for Python

2013-10-03 Thread Josiah Carlson
Hey everyone, As time progresses, so does my Redis object mapper. The "rom" package is a Redis object mapper for Python. It sports an interface similar to Django's ORM, SQLAlchemy + Elixir, or Appengine's datastore. The changelog for recent releases can be seen below my signature. You can find

pytest-2.4.1: fix three regressions (of 2.4 compared to 2.3.5)

2013-10-03 Thread holger krekel
pytest-2.4.1 is a quick follow up release to fix three regressions compared to 2.3.5 before they hit more people: - When using parser.addoption() unicode arguments to the "type" keyword should also be converted to the respective types. thanks Floris Bruynooghe, @dnozay. (fixes issue360 and is