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: Dec. 6, 2022
This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.16, a security bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Security content in this …
View Release Notes
Released: June 6, 2023
This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.17, a security bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Security content in this …
Released: March 19, 2024
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 in this …
MacPython 2.2.1 <h1>MacPython 2.2.1</h1> <p>Made available by Jack Jansen. <p>All files are also available from Jack's <a href="http://www.cwi.nl/~jack/macpython.html">MacPython page</a>, which you should visit anyway (even if you get the files from here). <p>You should probably read the <a href="../macnews.txt">Macintosh specific release notes</a> as well as the <a href="../NEWS.txt">general ones<a/&g...
Python Software Foundation: Minutes of Board of Directors Meeting (July 16, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors July 16, 2002. A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1 pm EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following Board members were present: Tim Peters...
Python Software Foundation: Minutes of Board of Directors Meeting (September 10, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors September 10, 2002. A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1:10 pm EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following Board members were present: Ti...
Python Patterns - Implementing Graphs Warning This page stays here for historical reasons and it may contain outdated or incorrect information. Change notes: 2/22/98, 3/2/98, 12/4/00: This version of this essay fixes several bugs in the code. 6/10/19: Retraction of find_shortest_path as "nearly optimal". 8/11/19: Fix accidental usage of find_graph() instead of find_path() Copyright (c) 1998, 2000, 2003, 2019 Python Software Foundation. All rights reserved. License...
Rebuilding the PSF - Q4 2020 Fundraiser #countdown-wrap { width: 70%; padding: 10px; font-family: arial; max-width: 650px; margin: 10px auto 50px; display: block; } #goal { font-size: 32px; text-align: center; color: #888; @media only screen and (max-width : 640px) { text-align: center; } } #glass { width: 100%; height: 20px; background: #c7c7c7; border-radius: 10px; float: left; overflow: hidden; } #progress { float:...
...getting the "-ba: unknown option" when trying to build RPMs System Message: ERROR/3 (<string>, line 130) Unexpected indentation. using distutils "python setup.py bdist_rpm". System Message: WARNING/2 (<string>, line 131) Block quote ends without a blank line; unexpected unindent. <li />A) As noted above, Red Hat broke the "build" functionality out of the base "rpm" command with the 8.0 release. Unfortunately, they didn't patch their ...
...getting/tracking public feedback on some of the design. 6.6 Notes Con call w. the team scheduled for this week. 7 PyCon Chair Report written by Jesse Noller PyCon 2013: March 11th — 21st, Santa Clara, CA Official Site: http://us.pycon.org/ 7.1 Summary We're on track to sell out the conference. We just hit ~2014 registrations. Print program is under great management via Diana, Ewa is doing an amazing job invoicing the sponsors and managin...
Python Patterns - An Optimization Anecdote Warning This page stays here for historical reasons and it may contain outdated or incorrect information. The other day, a friend asked me a seemingly simple question: what's the best way to convert a list of integers into a string, presuming that the integers are ASCII values. For instance, the list [97, 98, 99] should be converted to the string 'abc'. Let's assume we want to write a function to do this. The first version I came ...
Python Software Foundation: Minutes of Board of Directors Meeting (June 14, 2005) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors June 14, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 GMT. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: David Ascher, Stephan Deibel, Jeremy Hylton, Kur...
Python Success Stories Background MayaVi is an open source scientific data visualization tool written entirely in Python. I started work on MayaVi in 2000. At that time, a few colleagues of mine needed to visualize their computational fluid dynamics (CFD) data but the only suitable tools available were commercial, closed source programs that were prohibitively expensive. We looked at some open source tools as alternatives. OpenDX had just been released to the public and at that time was har...
...getting a trace from the test run of the Synch module, and it would be interesting to add preconditions to it as well. This needs more research. Perhaps a metaclass could be provided that allows stackable wrappers... Things You Could Do With Metaclasses There are lots of things you could do with metaclasses. Most of these can also be done with creative use of __getattr__, but metaclasses make it easier to modify the attribute lookup behavior of classes. Here's a partial l...
2007 PSF Members' Meeting Minutes The Python Software Foundation Minutes of the 2007 Members' Meeting February 23, 2007 The Python Software Foundation (the "PSF") held its annual members' meeting on February 23, 2007 at 19:00 CST (01:00 UTC) in the Marriott Quorum Hotel in Dallas/Addison, Texas, USA (PyCon TX 2007). The agenda is available here. Stephan Deibel presided over the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 &...
...getting another machine for PyPI. Status: carried forward. Section 9, New PSF Members: D. Goodger will contact the PSF members not subscribed to the PSF-Members mailing list. Status: carried forward. 4 Frank Willison Award D. Goodger reported: I got a reply from O'Reilly. They just need a name from us, and Betsy Waliszewski will handle the certificate & the prize (a pass to OSCON). One month's notice prior to OSCON is enough for O'Reilly -- so we should target ...
...getting someone set up to becoming a core developer are now done." As far as plans for next month's activities, Brett goes on to say: "The guides on how to make changes to the stdlib and the language will be done. There is also some doc cleanup in terms of moving things out of various PEPs and the Misc directory in Python's repo and over to the devguide. After that I will start the Python 2->3 porting guide." 5.3 HAM WebPages/Links P. Campbell, Honorary Assoc...
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.17, a security 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. Security content in this …
Python Software Foundation: Minutes of Board of Directors Meeting (Feb. 12, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors Feb. 12, 2002 A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1:00 pm EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following members of the Board of Directors were pr...
Python Software Foundation: Minutes of Board of Directors Meeting (May 11, 2004) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors May 11, 2004 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 GMT. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: Tim Peters, Guido van Rossum, Martin v. Löwis, Ste...
If you didn't find what you need, try your search in the Python language documentation.