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: March 2, 2014
Python 3.3.5 includes fixes for these important issues: a 3.3.4 regression in zipimport (see http://bugs.python.org/issue20621) a 3.3.4 regression executing scripts with a coding declared and Windows newlines (see http://bugs.python.org/issue20731) potential DOS using compression codecs in bytes.decode() (see http://bugs.python.org/issue19619 and http://bugs.python.org/issue20404) and also fixes quite a few other …
View Release Notes
Released: March 9, 2014
Released: Feb. 23, 2014
...cripting and core development, reducing complexity and increasing the flexibility of the system. Using Python allowed code initially written as scripts to be incorporated afterward into core components, and vice versa, wherever this made sense. With Java, it would have been necessary to provide a separate scripting environment based on a different language, such as Jython or ECMAScript, and reusing scripting code in core components would have been much more difficult. Enterprise Objects with Z...
Released: Sept. 5, 2020
Python 3.5.10 Python 3.5 has reached end-of-life. Python 3.5.10 is the final release of 3.5. Python 3.5.10 was released on September 5th, 2020. Python 3.5.10 is the final release in the Python 3.5 series. As of this release, the 3.5 branch has been retired, no further changes to 3.5 will …
Released: June 27, 2018
Note: The release you are looking at is Python 3.6.6, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: Oct. 20, 2018
Note: The release you are looking at is Python 3.6.7, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: Dec. 24, 2018
Note: The release you are looking at is Python 3.6.8, the final bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
Released: Aug. 22, 2020
Python 3.5.10rc1 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.10rc1 was released on August 21st, 2020. Python 3.5 has now entered "security fixes only" mode, and as such the only changes since Python 3.5.4 are security fixes. Also, Python …
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 …
...compatible with other implementations and improving the multi-core experience. Although this will be a challenging path and will require drastic changes in Python itself and its C-API, I am very excited about the things to come and what awaits for the Python Language and its community :) Pablo Galindo Salgado, Python Core Developer Community trainings A huge turning point in my career was a Python workshop. I programmed a bit as a kid, and took a single CS class in college, and tried to poke ...
...c keys are located on the download page. MD5 checksums and sizes of the released files: 0ddfe265f1b3d0a8c2459f5bf66894c7 14091337 Python-2.7.2.tgz ba7b2f11ffdbf195ee0d111b9455a5bd 11754834 Python-2.7.2.tar.bz2 75c87a80c6ddb0b785a57ea3583e04fa 9936152 Python-2.7.2.tar.xz 348bf509e778ed2e193d08d02eee5566 22041602 python-2.7.2-macosx10.3.dmg 92bc7480a840182aac486b2afd5c4181 18632739 python-2.7.2-macosx10.6.dmg e78e8520765af3cbb1cddbef891830bf 16122946 python-2.7.2-pdb.zip 89954c70f9ef...
...Con's Program Committee, Jesse became the conference's Chairman in 2012 and put together the largest and most successful conference to date. Jesse has also helped spawn the Python Sprints project, Python Core mentorship project, created the Outreach and Education committee, is driving the revamp of the Python.org site and infrastructure, and is involved in other community projects. His primary focus is the Python community's outreach, growth, and long term success. The video announcing Jesse's a...
...commands to a special administrative address, see below.) Every SIG must have a clear mission, with a well defined conclusion and end date, and a coordinator - a specific person responsible for reporting on the SIG activity and for shepherding the SIG's activity and wrap-up. The end date can be extended if activity warrants, but we need some reasonable wrap-up objective to avoid maintenance of unproductive SIGs. To create a SIG once you can satisfy these criteria, propose it for discussion on t...
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...
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 …
...and Marc-André Lemburg (18). <h1> Discussion on Electronic votes</h1> Marc-André Lemburg has proposed that electronic voting among members should become possible. This involves two aspects: the bylaws need to be changed, and a trusted technical procedure must be established. The board has asked members for feedback whether such a change to the bylaws should be made. In general, all members who spoke up were in favour of allowing electronic votes. Thomas Wouters commented that a proce...
...critical data accessed by several programs, all running at full speed under a heavy load, it is critical to to prevent hidden race conditions. Since Python currently lacks a standard global locking module, the glock module by Richard Gruet was used to lock the mailboxes. Once messages had been processed and acknowledged, Suzanne had to send requests to the real registration system. Since SOAP is the standard in-house inter-application protocol, AFNIC created a Web service in Python, using ZSI an...
Released: Dec. 7, 2020
This is the first maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.1, 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 release of 3.11.x here. We've made 282 changes …
...cess Threading archive May 2001 types-sig Paul Prescod Static Typing Design archive August 2002 string-sig Robin Friedrich String Processing archive March 2001 matrix-sig Paul Dubois Numerical Python archive January 2000 gui-sig Jim Fulton Graphical User Interface archive January 1999 objc-sig Jeff Sickel Objective-C viz Python archive January 1999 locator-sig Paul Everitt Python Resource Tracking (Software, docs, projects...). See the catalog-sig for a successor. archive January 1998 pat...
If you didn't find what you need, try your search in the Python language documentation.