Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...Additional information and downloads are available at www.python.org. About the PSF The Python Software Foundation (PSF) is a non-profit organization devoted to advancing Open Source technology related to the Python programming language. The PSF holds the intellectual property rights to Python and plans to fund portions of future development of the language. Additional information on the PSF is available at http://www.python.org/psf. To make a tax-deductible donation, please visit htt...
...add the topic of "Donor Levels" to the agenda of a future meeting, and may begin discussions via email before that. Status: done. Discussed in the board meeting at PyCon. Originally from October 2005, Section 4, Public Support Committee: D. Goodger will pursue web page and installer donation link ideas. Status: carried forward. Originally from October 2005, Section 5, Ubuntu Development Meeting: Add "swag for events" to future agenda [D. Goodger]. Status: carried forward. ...
...addresses when he receives the PSF records, with the help of M. von Löwis. M. von Löwis sent out address confirmation messages to members in December. There are a few responses to add, and some pings to those who didn't respond. Status: in progress. Originally from July 2006, Section 9, 2006 Budget & Action Plan: D. Goodger will develop the 2006 Budget & Action Plan further and take it to the PSF membership for feedback. Status: carried forward. Originally from August 2006, Section 10...
...additionally Carl Tracthe, Doug Napoleone, David Goodger, Van Lindberg. Co-chairs shall, by joint agreement, have the power to add or remove committee members, with the current membership roster to be approved by the Python Software Foundation Board of Directors at least once per year Approved, 7-0-1. 7 Sprint Committee Work Group RESOLVED, that the Trademark Committee shall be a working group of the Python Software Foundation, co-chaired by Brian Curtin and Jesse Noller. Mem...
...add features more quickly than our competitors. We've been able to implement SOAP/XML and WSDL support and extended other aspects of the application's functionality well ahead of competitive products. One of the key enablers of this efficiency in maintenance and improvement is the inherent clarity and readability of the Python language. Other important factors are the vibrant and responsive Python development community, and the high degree of backwards compatibility and stability we have seen as...
...addition operation, which may be an overloaded user-defined method. Java, on the other hand, can perform an efficient integer or floating point addition, but requires variable declarations for a and b, and does not allow overloading of the + operator for instances of user-defined classes. For these reasons, Python is much better suited as a "glue" language, while Java is better characterized as a low-level implementation language. In fact, the two together make an excellent combination...
...add a feature to Python, another patch of Mark's hair turns grey: there goes another chapter out of date! Especially the slew of new features added to Python 2.0, which appeared just as he was working on this second edition, made him worry: what if Python 2.1 added as many new things? The book would be out of date as soon as it was published! Relax, Mark. Python will continue to evolve, but I promise that I won't remove things that are in active use! For example, there was a lot of...
...addresses. S. Deibel also suggested January 30th as the deadline for the agenda and nominations. T. Peters noted that the bylaws state that for a regular meeting, the notice is only required to state "the place, date and hour of the meeting". M. von Löwis noted that all forms are sent to the same address, and then distributed. Absentees are requested to also email the recipient, first confirming their presence. Proxy forms must be received one week in advance of the meeting. 6&nb...
Version: None
Released: Sept. 6, 2024
This is the sixth maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.6 is the latest maintenance release, containing about 90 bugfixes, build improvements and documentation changes since 3.12.5. This is an …
View Release Notes
SIG for development of Python/C++ integration SIG for development of Python/C++ integration The Python C++ SIG is a forum for discussions about the integration of Python and C++, with an emphasis on the development of the Boost.Python library. At the point of this writing (Jan 2002), Boost.Python is undergoing a major rewrite to add powerful new features and to take full advantage of the new type system introduced in Python 2.2. Suggestions regarding the direction of the develop...
...add a reference named e.g. ".module" in the importing module, to indicate the dependency and prevent this problem; while this may do the job nicely, I'm reluctant to implement it because it may confuse introspective tools.)
...Add "swag for events" to future agenda [D. Goodger]. Status: carried forward. Originally from November 2005, follow-up from December 2005: D. Goodger is to contact a potential PSF sponsor/donor. Status: carried forward. Originally from November 2005, follow-up from December 2005: S. Holden is to contact a potential PSF sponsor/donor. Status: carried forward. Originally from November 2005, Section 8, Trademark Policy: S. Deibel to work on the PSF trademark policy, and discuss with Mi...
...added as an extension language, where in each new version the percentage of the application written in Python increased, while also increasing the overall performance, functionality and reliability of the application. (E.g. Case Study: Python in a Commercial Environment, by Greg Stein, Microsoft, in Proceedings of the 6th International Python Conference, and the Alice VR project at UvA and CMU.) Python has a strong presence on the web. It is suitable for CGI programming (on all platfo...
...addrs.txt, in PSF CVS. [Update 2009-06-19 & 2009-06-25] P. Campbell updated sponsor-addrs.txt & sent to K. Kaiser on 2009-06-19 & updated members.xls & sent to D. Goodger to post on PSF CVS on 2009-06-25. Status: active. [4] Originally from 16 June 2008, Section 6.2, Treasurer's Report: D. Goodger will follow up regarding the PyCon transaction analysis. Status: pending. [10] Originally from 16 June 2008, Section 6.8, Treasurer's Report: D. Goodger will follow up regarding unpai...
...addition to the check ``is the type of the base class callable,'' there's a check ``does the base class have a __class__ attribute.'' If so, it is assumed that the __class__ attribute refers to a class. Let's repeat our simple example from above: class C(B): a = 1 b = 2 Assuming B has a __class__ attribute, this translates into: C = B.__class__('C', (B,), {'a': 1, 'b': 2}) This is exactly the same as before except that instead of type(B), B.__class__ is invo...
...Add this line: bsddb185 bsddbmodule.c to Modules/Setup. In most cases you should not require any -I, -L or -l flags. It seems on those systems which still ship 1.85, /usr/include/db.h is the include file and the symbols are present in libc. To force that version of the module to be used as the default when importing the name "bsddb", add the following line to your sitecustomize.py file: import bsddb185 as bsddb bz2 - interface to the bz2 compression library, by Gustavo Niemeyer...
Released: April 15, 2006
We are pleased to announce the release of Python 2.4.3 (final), a bugfix release of Python 2.4, on March 29, 2006. Python 2.4 is now in bugfix-only mode; no new features are being added. At least 50 bugs have been squashed since Python 2.4.2, including a number …
Released: Nov. 30, 2004
We are pleased to announce the release of Python 2.4, final on November 30, 2004. This is a final, stable release, and we can recommend that Python users upgrade to this version. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun …
Released: March 30, 2005
We are pleased to announce the release of Python 2.4.1 (final) on March 30, 2005. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 …
Released: Sept. 27, 2005
We are pleased to announce the release of Python 2.4.2 (final), a bugfix release, on September 28, 2005. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is …
If you didn't find what you need, try your search in the Python language documentation.