Description:
Announcements about the Python language. (Moderated)
|
|
|
Roundup Issue Tracker 1.4.12 released
|
| |
I'm proud to release version 1.4.12 of Roundup which fixes a number bugs. This release includes fixes for some potential security holes. Please see the upgrading documentation for details of what you might need to do in your tracker. If you're upgrading from an older version of Roundup you *must* follow... more »
|
|
pylib/py.test 1.2.1 released: improvements, fixes
|
| |
py.test is a mature, advanced automated testing tool working with Python2, Python3 and Jython versions on all major operating systems. It has a simple plugin architecture and can run many existing common Python test suites without modification. It offers some unique features not found in other testing tools. See... more »
|
|
ANN: PyBindGen 0.14
|
| |
PyBindGen is a Python module that is geared to generating C/C++ code that binds a C/C++ library for Python. It does so without extensive use of either C++ templates or C pre-processor macros. It has modular handling of C/C++ types, and can be easily extended with Python plugins. The generated code is... more »
|
|
Next Meeting of pyCologne, February, 10th
|
| |
Hello, The next meeting of pyCologne will take place Wednesday, February, 10th starting about 6.30 pm - 6.45 pm at Room 0.14, Benutzerrechenzentrum (RRZK-B) University of Cologne, Berrenrather Str. 136, 50937 Köln, Germany Agenda: -editmoin (Reimar Bauer) -Using MoinMoin-Templates (Reimar Bauer)... more »
|
|
execnet-1.0.5 released: doc & finalization fixes
|
| |
execnet is a small and stable pure-python library for working with local or remote clusters of Python interpreters, with ease. It supports seamless instantiation of and interaction with remote interpreters through the 'ssh' command line tool. It supports Python 2.4-3.1, Jython-2.5.1 and pypy-c. The 1.0.5 release is a minor backward compatible release with these changes:... more »
|
|
Python 2.7 alpha 3
|
| |
On behalf of the Python development team, I'm cheerful to announce the third alpha release of Python 2.7. Python 2.7 is scheduled (by Guido and Python-dev) to be the last major version in the 2.x series. Though more major releases have not been absolutely ruled out, it's likely that the 2.7 release will an extended period of maintenance for... more »
|
|
ANN: PyGUI 2.2
|
| |
PyGUI 2.2 is available: [link] Highlights of this version: - TextEditor component with tabs, scrolling and word wrap - Classes for laying out components in rows, colums and grids - Printing support What is PyGUI? -------------- PyGUI is a cross-platform GUI toolkit designed to be lightweight... more »
|
|
|