Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...about increasing the memory on ximinez, and getting another machine for PyPI. M. von Löwis contacted Thomas Wouters, and he will talk to XS4ALL this week. Status: in progress. Originally from April 2007, Section 9, New PSF Members: D. Goodger will contact the PSF members not subscribed to the PSF-Members mailing list. Status: carried forward. Originally from May 2007, Section 4, Frank Willison Award: D. Goodger will set up a page on www.python.org to list the recipients of the Frank Willison A...
...about 20%) would take half a day. The bulk of the files (60%) would take an entire day on average. The most complex of these files (about 20%) would take at least 2 days. This stood to waste significant engineering labor that was better spent in improving the quality of my department's software products. Each project release: 1/5 * 75 * 4 hours = 60 hours 3/5 * 75 * 8 hours = 360 hours 1/5 * 75 * 16 hou...
...about it -- in fact, it is rather elegant and deep, even though there's something dark to it.) (On first reading, you may want to skip directly to the examples in the section "Writing Metaclasses in Python" below, unless you want your head to explode.) Documentation of the Don Beaudry hook has purposefully been kept minimal, since it is a feature of incredible power, and is easily abused. Basically, it checks whether the type of the base class is callable, and if so, it is c...
What's new in Python 2.3 What's new in Python 2.3 Here are the (subjective) highlights of what's new in Python 2.3. Faster According to a couple of simple benchmark, Python 2.3 is about 20-30% faster than Python 2.2.3. Some of this speed-up was obtained by removing the SET_LINENO opcodes, which means that the difference is less impressive when comparing "python -O"; the rest was various careful tune-ups. New Tools A brand new version of IDLE (from the IDLEfork project at S...
...about 1500 out of 1800 Dutch pharmacies as its members. Our software department develops solutions for pharmacists, researchers, medical organisations and government departments to monitor or query medicine usage in their respective environments. Although, as a company, we don't contribute much back to the community, several of our developers do so in their spare time. Mark Dufour will represent KNMP. RESOLVED, that the Board of Directors recommends KNMP to the membership, as a future sponsor ...
...about the PyPI mirroring project. Engelbert Gruber is working on interview questions for a post about the new PyCon web site. As far as new activities for the month are concerned, he reported: Jobs Board Maintainer change post by Mike Driscoll http://pyfound.blogspot.com/2010/12/python-jobs-board-maintainer-changing.html SciPy India grant post by Paulo Nuin http://pyfound.blogspot.com/2010/12/psf-supports-2010-scipy-india.html For items planned for next month and ongoing projects, D. Hellma...
...about the PyPI mirroring project. 2. Engelbert Gruber is working on interview questions for a post about the new PyCon web site. As far as new activities for the month are concerned, he reported: Summer pyGames post, by Paulo Nuin http://pyfound.blogspot.com/2010/12/summer-pygames.html Post about Vern Ceder's programming class, by Doug Hellmann http://pyfound.blogspot.com/2010/12/high-school-students-program-robots.html PSF Community awards posts, by Paulo Nuin http://pyfound.blogspot.com...
...about the space occupied by an empty dictionary for each instance you create.) If you don't need this extra space, you can add the phrase "__slots__ = []" to your class. (See above for more about __slots__.) Factoid: __new__ is a static method, not a class method. I initially thought it would have to be a class method, and that's why I added the classmethod primitive. Unfortunately, with class methods, upcalls don't work right in this case, so I had to make it a static method with a...
Version: None
Released: March 10, 2014
Python 3.4.0rc3 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.0 release candidate 3 was released on March 9th, 2014. This is a preview release of the next major release of Python, Python 3.4, and is not suitable for production …
Released: May 19, 2014
Python 3.4.1 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.1 was released on May 18th, 2014. Python 3.4.1 has over three hundred bugfixes and other improvements over 3.4.0. One notable change: the version of OpenSSL bundled with the Windows …
View Release Notes
Released: Sept. 22, 2014
Python 3.4.2rc1 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.2rc1 was released on September 22nd, 2014. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers …
Released: Oct. 13, 2014
Python 3.4.2 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.2 was released on October 8th, 2014. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers …
Released: Feb. 8, 2015
Python 3.4.3rc1 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.3rc1 was released on February 8th, 2015. Python 3.4.3rc1 has many bugfixes and other small improvements over 3.4.2. Major new features of the 3.4 series, compared to 3.3 Python 3.4 …
Released: Feb. 25, 2015
Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.3 was released on February 25th, 2015. Python 3.4.3 has many bugfixes and other small improvements over 3.4.2. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a …
Released: Sept. 13, 2015
Python 3.5.0 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.0 was released on September 13th, 2015. Major new features of the 3.5 series, compared to 3.4 Among the new major new features and changes in the 3.5 release series …
Released: Dec. 7, 2015
Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.4rc1 was released on December 6th, 2015. Python 3.4.4rc1 has many bugfixes and other small improvements over 3.4.3. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a …
Released: Dec. 21, 2015
Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.4 was released on December 6th, 2015. Python 3.4.4 has many bugfixes and other small improvements over 3.4.3. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a …
If you didn't find what you need, try your search in the Python language documentation.