Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...Python 2.1[.x] and 2.2[.x] <h3>Incompatibilties between Python 2.2.2 and Python 2.2.3</h3> <p>The following visible differences between Python 2.2.2 and Python 2.2.3 are intentional. <ul> <p><li>It is no longer possible to use object.__setattr__ to circumvent the restrictions on setting attributes of type objects. <p><li>list.extend() works with any iterable. <p><li>In pdb, you can no longer enable breakpoints with negative numbers...
...python.org" checked>All of python.org <input type="radio" name="q" value="site:www.python.org">www.python.org <input type="radio" name="q" value="site:mail.python.org">python.org mailling lists <input type="radio" name="q" value="site:ftp.python.org">ftp.python.org </FORM> <form name=gs2 method=GET action="http://groups.google.com/group/comp.lang.python/search"&g...
Version: None
Released: Feb. 8, 2005
Python 2.3.5 (final) on Feb 8th, 2005. This is a bug-fix release for Python 2.3. There have been around 50 bugs fixed since 2.3.4 - in the Python interpreter, the standard library and also in the build process - see the release notes for details. Important: This release …
View Release Notes
...Python 2.1[.x] and 2.2[.x] <h3>Incompatibilities between Python 2.1[.x] and Python 2.2[.x]</h3> <p>The following visible differences between Python 2.2 and previous versions are intentional. <ul> <p><li>Not listed here are various deprecated modules and features that may issue warnings: the warnings shouldn't affect the correct execution of your program, and they can be disabled with a command line option or programmatically; see the documentation for the wa...
Released: June 27, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b3, is the third of four beta release previews of 3.13. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to …
...2011/2012 PSF Committee Chairs The board re-appointed three committee chairs: RESOLVED, that David Mertz be appointed chairman of the Trademarks Committee for 2011/2012. Approved, 8-0-1. RESOLVED, that Sean Reifschneider be appointed chairman of the Infrastructure Committee for 2011/2012. Approved, 9-0-0. RESOLVED, that Jesse Noller be appointed chairman of the Sprints Committee for 2011/2012. Approved, 8-0-1. 11 Procedures Used to Appointment the 2011/2012 PSF Committee Me...
Released: Jan. 31, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b1, is the first of four planned beta release previews. Among the major new features in Python 3.7 are: PEP 538, Coercing the legacy C locale to a UTF-8 …
...Python Python is used in many application domains. Here's a sampling. The Python Package Index lists thousands of third party modules for Python. Web and Internet Development Python offers many choices for web development: Frameworks such as Django and Pyramid. Micro-frameworks such as Flask and Bottle. Advanced content management systems such as Plone and django CMS. Python's standard library supports many Internet protocols: HTML and XML JSON E-mail processing. Support for FTP, IMAP, ...
Released: Nov. 26, 2020
This is the release candidate of the first maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.1rc1, the release candidate of a bugfix release for the legacy 3.9 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest …
...Python 2.0 began to disallow multiple arguments to the sequence append method. This problem required changing exactly three easily found calls in our code base of over 77K lines of Python. 2) Different versions of Python can produce incompatible compiled byte code and requires that C/C++ extension modules are compiled against a specific version of Python. For example, while Python 2.2.2 works happily with Python 2.2.1 or 2.2.0 byte code and extension modules, it will print warnings and may run i...
Python Software Foundation Board Meeting Minutes 2006-09-18 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors September 18, 2006 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:29 UTC, 18 September 2006. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meeting...
...2 years now without serious issues. The code is still easy to understand and easy to tailor for a new platform or to add a new feature. Developing integration code with Python is fast and easy. Python's native OO approach -- something that was not available in our older integration languages -- made it easy to create reusable code with minimal effort. This project has shown the great power of Python and open source tools in general. About the Author Tom Olexa is an ICT consultant at TEMPEST, S...
...2USB boxes purchased for PyCon 2008. Status: pending. [16] Originally from 14 April 2008, Section 12, Sponsor Membership Issues: D. Goodger and P. Campbell will update the member information in members.xls (sponsors & nominated members) & sponsor-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. [22] O...
...2012/2013 PyCon Chair Appointment RESOLVED, that Jesse Noller is appointed the office of PyCon chair for the years 2012 and 2013. Approved, 10-0-1. 7 2012/2013 PyCon Conference Hotel Contract RESOLVED, that the PyCon 2012/13 chair, Jesse Noller, is authorized to sign the hotel contract for 2013 with the conference hotel as referenced in his email to the board on March 30. Approved, 9-0-1. 8 2011 Election of Board Officers RESOLVED, that the following peop...
...2005, Section 6, Python.org Redesign: S. Holden hopes to have a transition plan within a couple of weeks (discussed in Python.org Redesign below). Originally from September 2005, Section 7, Infrastructure Committee Status Report: A. Kuchling will try to change the www.python.org DNS in the next day or two. Status: done. Originally from September 2005, Section 8, Conference Committee Status Report: A. Kuchling will send a copy of the PyCon 2006 contract to the Treasurer (carried forward). Orig...
...2008, Section 5, Treasurer's Report: S. Holden will assist K. Kaiser with accounts receivable reminders. Include: contact OSAF and inquire about their outstanding 2007 PSF sponsor invoice [ref. April 2008 section 12]. Status: in progress. Originally from 14 April 2008, Section 7, PyCon Asset Record-Keeping: D. Goodger will update the assets file in PSF CVS with the details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: carried forward. Originally from 14 April 2008, Sectio...
...python.org/">documentation bundle</a> ("Distributing Python Modules"). </ul> <h3>Incompatibilities between Python 2.1[.1] and Python 2.2</h3> <p>The following visible differences between Python 2.2 and previous versions are intentional. <ul> <p><li>Not everything is listed here; for the full list see the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/python/python/dist/src/Misc/NEWS?rev=1.337.2.4 "...
2007-11-12 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 12, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:04 UTC, 12 November 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Stat...
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 …
2008-04-14 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors April 14, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 14 April 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Pa...
If you didn't find what you need, try your search in the Python language documentation.