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: May 8, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b1, is the first 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 prepare their …
View Release Notes
Released: Oct. 7, 2024
This is the stable release of Python 3.13.0 Python 3.13.0 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. (Compared to the last release candidate, 3.13.0rc3, 3.13.0 contains two small bug fixes and some documentation and testing …
Released: Feb. 4, 2025
This is the second 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.2 is the latest maintenance release, containing almost 250 bugfixes, build improvements and documentation changes since 3.13.1. …
Released: April 8, 2025
This is the third 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.3 is the latest maintenance release, containing almost 320 bugfixes, build improvements and documentation changes since 3.13.2. …
Released: Aug. 6, 2025
This is the sixth 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.6 is the sixth maintenance release of 3.13, containing around 200 bugfixes, build improvements and documentation changes …
Python Software Foundation: Python Conference Committee Report (December 2003) <center> <h3>The Python Software Foundation <br>Python Conference Committee Report </h3> </center> <p>December 2003 <p>David Ascher reports that he and Steve Holden had a phone call, and Ascher, Holden, Jeremy Hylton, Neal Norwitz, and Itamar Shtull-Trauring met on IRC. <h3>Deadlines</h3> <ul> System Message: ERROR/3 (<string>, line 15) Unexpected in...
...PyPI was moved over to one of the new machines, and seems to be running fine. It's running under the name cheeseshop.python.org, chosen by Richard Jones. www.python.org now proxies for cheeseshop. Moving the static web service is the final piece, and is now being thought out. There was an issue with proving our identity to the SSL certificate issuing company. Kuchling said he would ask Barry about the status of the SSL certificates. 5 Adjournment Stephan Deibel adjourned th...
...PyPI failover work Bylaws: 2 pull requests have been made regarding changes, edits. pydotorg Redesign: no change since September Tabled Activities None Issues / Blockages None 5.3 Sprint Workgroup Report Issues / Blockages None Continued Activities from Last Month None New Activities Sponsored a Django sprint in Berlin, lead by Jannis Leidel. Planned for Next Month Need to follow up on a potential sprint in Mexico for a group of beginners. I...
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 prepare their …
Released: June 11, 2025
This is the fifth 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.5 is the fifth maintenance release of 3.13. 3.13.5 is an expedited release to fix a couple …
Released: Aug. 14, 2025
This is the seventh 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.7 is the seventh maintenance release of 3.13. 3.13.7 is an expedited release to fix a significant …
About Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Python is often compared to Tcl, Perl, Ruby, Scheme or Java. Some of its key distinguishing features include: very clear, readable syntax strong introspection capabilities intuitive object orientation natural expression of procedural code full modularity, supporting hierarchical packages exception-based error handling very high level dynamic data types extensive standard l...
Released: June 5, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b2, is the second 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 prepare their …
Released: July 17, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b4, is the final beta release preview of 3.13. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to …
Released: June 3, 2025
This is the fourth 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.4 is the latest maintenance release, containing a few important security fixes as well as around 300 …
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. …
...pypi dinsdale Main www python.org, SVN, planet.python.org. bag Mail The following people are available for emergency root access to machines. Contact should be attempted through the pydotorg list first. Person Timezone Barry Warsaw US/Eastern Sean Reifschneider US/Pacific Thomas Wouters Western Europe Anthony Baxter Australia Mail processing occurs on mail.python.org. Barry Warsaw maintains the Mailman installation on that machine. Adding Subversion Commit Access Here are ...
...pypi. (PEP 301) Support for generators is on by default -- 'yield' is always a keyword, 'from __future__ import generators' is no longer necessary (but still allowed). (PEP 255) Extended slices - the standard sequence types (string, list etc.) now support extended slices. Cute: s[::-1] reverses a string. None - assignment to variables or attributes named None will now trigger a warning. In the future, None may become a keyword. New-style classes now allow assignment to __name__ and __bases_...
Released: July 22, 2025
It's the first 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc1/ This is the first release candidate of Python 3.14 This release, 3.14.0rc1, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. The …
It's the final 🪄 penultimate 🪄 3.14 release candidate! Note: rc2 was originally planned for 2025-08-26, but we fixed a bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means .pyc files created for rc1 cannot be used for rc2, and they'll be …
If you didn't find what you need, try your search in the Python language documentation.