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.
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 expedited …
View Release Notes
This is the second release candidate of Python 3.13.0 This release, 3.13.0rc2, is the final release preview. This release is expected to become the final 3.13.0 release, barring any critical bugs being discovered. The official release of 3.13.0 is scheduled for Tuesday, 2024-10-01. There will be no ABI changes …
Released: Dec. 3, 2024
This is the first maintenance release of Python 3.13 Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.1 is the latest maintenance release, containing almost 400 bugfixes, build improvements and documentation changes since 3.13.0. …
...program -- if it is not imported by other modules, it would be deleted first by step M4 anyway, but if it is imported elsewhere, deleting __main__ is a plausible way to break a tie. M4 is an explicit garbage collection loop -- it deletes all those modules which are referenced by no other modules, only by the table of modules (sys.modules) itself. It may not delete all modules, however, when there are mutual imports; the remaining steps take care of those. M5 is needed to take care of...
...programmers. Goal: $60,000 Raised Days to Go Donations There are two ways you can donate to the PSF fundraiser! Purchase a product/service from any of the below companies and part of the proceeds will go to the PSF. Everyone wins - you get discounts on products and services to level up your Python knowledge, and you help the PSF raise much needed funds! Click on the infographics below to see the ...
...programming language, and to support and facilitate the growth of the international community of Python programmers. D. Goodger will notify the members and implement the changes to the Mission Statement web page. 7 Funding for PSF Representative at Python Argentina RESOLVED that the PSF will pay expenses of up to $1000 for Anna Ravenscroft to represent the Python Software Foundation at Python Argentina. Approved 5-1-1. 8 http://www.cafepress.com/pydotorg A....
...Program Report written by Kurt Kaiser 11 Marketing Material Project Report written by Marc-Andre Lemburg 11.1 Summary 11.2 Progress 11.3 Sponsor Options 11.4 Educational Sponsorship 11.5 Please Help find Sponsors 11.6 Issues 11.7 Future plans 12 Community Relations Report written by Marc-Andre Lemburg 12.1 Summary 12.2 &n...
...Program Report: (see Treasurer's Report - section, "Associate Membership") Marketing Material Report: http://mail.python.org/mailman/private/psf-board/2012-September/019368.html Community Relations Report: http://mail.python.org/mailman/private/psf-board/2012-September/019369.html 7 Pythondotorg Redesign Proposal RESOLVED: The Python Software Foundation accept the Python.org (http://Python.org) site redesign proposal set forth by Project Evolution / Revolution Syste...
...programming language, have adopted a code of conduct compatible with that of the PSF, and allow anyone to attend the conference subject to a reasonable conference fee. Use of the trademark is subject to approval by the PSF trademarks committee (write to psf-trademarks at python.org). The PSF may update this policy from time to time. Updates will be published and announced by the PSF. Version 1.0 of this "PyCon" trademark policy was adopted by the PSF board on 2014-05-16. PyCon Confe...
Released: April 6, 2013
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.4 was released on April 7th, 2013. This is the final 3.2 series bugfix release. New features of the 3.2 series, compared to 3.1 Python 3.2 is a continuation of the efforts to improve and …
Released: Oct. 7, 2025
This is the stable release of Python 3.14.0 Python 3.14.0 is the newest major release of the Python programming language, and it contains many new features and optimisations compared to Python 3.13. Major new features of the 3.14 series, compared to 3.13 Some of the major new features and changes …
Released: Dec. 5, 2025
This is the second maintenance release of Python 3.14 Python 3.14.2 is the second maintenance release of 3.14, containing 18 bugfixes, build improvements and documentation changes since 3.14.1. This is an expedited release to fix the following regressions: gh-142206: Exceptions in multiprocessing in running programs while upgrading Python. gh-142214 …
...Program Report: (see Treasurer's Report - section, "Associate Membership") Marketing Material Report: http://mail.python.org/mailman/private/psf-board/2012-August/019021.html 7 Other Business The Board will keep the meetings every two weeks instead of going back to the once a month model. 8 Adjournment Lindberg adjourned the meeting at 18:06 CEST/ 12:06 EDT.
...programmers in the next year to port packages to Python 3. There was a discussion rather this would be a good idea. The majority of the board +1 the idea. 9.2 Sam Berger Ewa Jodlowska was approached by Larry Berger (Sam's father) during PyConZA about furthering Sam's programming education. It has been decided that PyCon will sponsor his trip to the US to take part in the Young Coders tutorial and conference. 9.3 PyCon India Funds David Mertz took care of thi...
...programmer. A bit of terminology: "classic Python" refers to Python 2.1 (and its patch releases such as 2.1.1) or earlier versions, while "classic classes" refer to classes defined with a class statement that does not have a built-in object amongst its bases: either because it has no bases, or because all of its bases are classic classes themselves - applying the definition recursively. Classic classes are still a special category in Python 2.2. Eventually they will be totally unifie...
Released: May 15, 2013
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.5 was released on May 15th, 2013. This release fixes a few regressions found in Python 3.2.4, and is planned to be the final 3.2 series bugfix release. New features of the 3.2 series, compared …
Released: July 9, 2011
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.1 was released on July 10th, 2011. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x line will only …
Released: Sept. 3, 2011
Note: A newer security-fix release, 3.2.6, is currently available. Its use is recommended. Python 3.2.2 was released on September 4th, 2011. It mainly fixes a regression in the urllib.request module that prevented opening many HTTP resources correctly with Python 3.2.1. Python 3.2 is a continuation of the efforts to …
If you didn't find what you need, try your search in the Python language documentation.