Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Version: None
Released: Oct. 3, 2003
This is a patch release which supersedes earlier releases of 2.3. 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 and Python 2.5 …
View Release Notes
...file for platform-specific tips, or check the Build Bugs section on the Bugs webpage. What's New? See the highlights of the Python 2.3 release. As noted, the 2.3.2 release is a bugfix release of 2.3.1, itself a bugfix release of 2.3. The Windows installer now includes the documentation in searchable htmlhelp format, rather than individual HTML files. You can still download the individual HTML files. Andrew Kuchling's What's New in Python 2.3 describes the most visibl...
2021 PSF Annual Report The Python Software Foundation 2021 Annual Report 2021 was a year of continued changes, challenges, and growth for the PSF. We said goodbye to our first Executive Director and welcomed four new team members in new roles. We celebrated our 20th anniversary and built on the successes of our first two decades to launch new areas of work that advance our mission and help us to even better serve our Python community. We’d love for you to take a look at the 2021 Annua...
2024 PSF Annual Impact Report The Python Software Foundation 2024 Annual Impact Report In 2024, the Python community and language continued to grow! The PSF celebrated a year of remarkable growth, with Python becoming the most popular language on GitHub and worldwide community engagement at an all-time high. We expanded our impact by welcoming our inaugural PyPI Support Specialist, Maria Ashna, the revival of the User Success and Education and Outreach Workgroups, and continued investme...
...file to indicate NIS/YP or LDAP consultation. The bugs may also be related to duplicate id in these files. See SourceForge bug reports number 775964 and 779218. To report a bug not listed above, always check the SourceForge Bug Tracker to see if they've already been reported. Use the bug tracker to report new bugs. If you have a patch, please use the SourceForge Patch Manager. Please mention that you are reporting a bug in 2.4.3, and note that you must have a SourceForge account and be l...
...file to indicate NIS/YP or LDAP consultation. The bugs may also be related to duplicate id in these files. See SourceForge bug reports number 775964 and 779218. To report a bug not listed above, always check the Bug Tracker to see if they've already been reported. Use the bug tracker to report new bugs. If you have a patch, please use the Bug Tracker, selecting "patch" in the keywords field. Please mention that you are reporting a bug in 2.4.4 by selecting "Python 2.4"...
Released: April 14, 2009
Python 2.6.2 was released on April 14, 2009. Python 2.6 is now in bugfix-only mode; no new features are being added. Dozens of bugs reported since the release of 2.6.1 have been fixed. The NEWS file lists every change in each alpha, beta, and release candidate of Python …
...file (sig) MD5 checksums and sizes of the released files: 60e64fe55eb4e23abdd4d77fdad08c3d 13281177 Python-2.6.2.tgz 245db9f1e0f09ab7e0faaa0cf7301011 11156901 Python-2.6.2.tar.bz2 d570f2f5cacad0d3338e2da2d105ab57 14868480 python-2.6.2.amd64.msi 4bca00171aa614b4886b889290c4fed9 14536192 python-2.6.2.msi 82490e5ad8e79893fe26abdc2a25fb88 24197663 python-2.6.2-macosx2009-04-16.dmg 0588e5bb28ffc748473c39a63e4b98e8 5154141 python262.chm Note: Due to an error in the production of the r...
2022 PSF Annual Report The Python Software Foundation 2022 Annual Impact Report 2022 was a year of continued changes, challenges, and growth for the PSF. We welcomed Deb Nicholson as our new Executive Director, and we brought on other new team members and new roles. We joyfully gathered back together for the first PyCon US in-person since 2019. We created new membership options growing our pool of active and engaged members, and we gave out $215K in Grants in 2022, a 45% increase over 202...
2023 PSF Annual Impact Report The Python Software Foundation 2023 Annual Impact Report In 2023, we did MORE of a lot to contribute to the impact of our mission. We welcomed Seth Larson, Mike Fiedler, Marisa Comacho, and Marie Nordin, all fulfilling crucial roles in our support of the Python community. We celebrated the 20th anniversary of PyCon US in Salt Lake City, Utah. We were delighted to welcome seven new organizations into our Fiscal Sponsoree Program. And we are excited to share ...
Released: March 19, 2024
This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.19, a security bugfix release for the legacy 3.8 series. Python 3.12 is now the latest feature release series of Python 3. Get the latest release of 3.12.x here. Security content …
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.19, a security bugfix release for the legacy 3.9 series. Python 3.12 is now the latest feature release series of Python 3. Get the latest release of 3.12.x here. Security content …
Released: Oct. 29, 2013
With the 2.6.9 release, and five years after its first release, the Python 2.6 series is now officially retired. All official maintenance for Python 2.6, including security patches, has ended. For ongoing maintenance releases, please see the Python 2.7 series. The NEWS file lists every change in each alpha, …
...file for 2001. Tim speaks in favour of doing so, since it shows we're responsible. Guido reports that the accountant said we are not required to file. David says it's a matter of CYA, and good for audits. Guido points out that it has to be done within two days; David offers help in filling the form out. Tim, Jeremy, and Guido will do a "paperwork sprint" today, and Jeremy will then check the draft against his records. 6. Member meeting Guido proposes to meet at OSCON. Mar...
...file on FreeBSD and MacOS X 10.2 means that the cursesmodule will fail to build. Edit the configure.in file and remove the line <pre> AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, Define to activate Unix95-and-earlier features) </pre> and then run 'autoconf' to rebuild the configure file. This bug is fixed in OS X 10.3, and will hopefully be fixed in a future release of FreeBSD. If you don't have autoconf installed, a <a href="freebsd-curses.patch">patch</a> is availabl...
Released: Oct. 12, 2014
This is a security-fix source-only release. The last binary release was 3.2.5. With the 3.2.6 release, and five years after its first release, the Python 3.2 series is now officially retired. All official maintenance for Python 3.2, including security patches, has ended. For ongoing maintenance releases, please see …
...file. Package directories now require the presence of __init__.py (or .pyc/.pyo as applicable). Packages can now contain shared library modules. New module 'fileinput' to iterate over the lines of a list of files. New module 'locale' for localized number formatting and string case sensitivity. New module 'xmllib' to parse XML files. Some more support for Tk extensions (PIL, TIX, BLT, TOGL). Fixed address list parsing in module 'rfc822'. More deployment (and only one fix) for the 're' module. N...
This is a security release of Python 3.10 Note: The release you're looking at is Python 3.10.14, a security bugfix release for the legacy 3.10 series. Python 3.12 is now the latest feature release series of Python 3. Get the latest release of 3.12.x here. Security content …
If you didn't find what you need, try your search in the Python language documentation.