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 17, 2022
This is the thirteenth and final regular maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.13, 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. According …
View Release Notes
Python 2.4.6 Release Python 2.4.6 We are pleased to announce Python 2.4.6 (final), a bugfix release of Python 2.4, on Dec 19, 2008. Important: 2.4.6 is a source-only release. If you need a binary release of 2.4, use 2.4.4. If you need the fixes that are included in this release, use 2.6.1 or later. This release includes just a small number of fixes, primarily preventing crashes of the interpreter in certain boundary cases. This is the last planned release in the Python 2.4 series. We have ...
Python Software Foundation FAQ Contents What is the Python Software Foundation? Who are on the PSF board? Who are the officers? How do I reach the PSF? How do I join the PSF? How can I follow PSF activities? How can I provide feedback? What is the Python Software Foundation? From the PSF Mission Statement: The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and internati...
2008-03-14 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Special Meeting of the Board of Directors March 14, 2008 A special meeting of the Python Software Foundation ("PSF") Board of Directors was held at PyCon 2008 in Rosemont/Chicago at 18:30 CDT (23:30 UTC), 14 March 2008. David Goodger prepared these minutes. Contents 1 Attendance 2 Election of Officers 3 Motion to Dissolve the Conference Committee ...
2011-06-27 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 27, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 27 June 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means...
...lists can no longer be invoked with more than one argument. This used to append a single tuple made out of all arguments, but was undocumented. To append a tuple, use e.g. l.append((a, b, c)). The connect(), connect_ex() and bind() methods for sockets require exactly one argument. Previously, you could call s.connect(host, port), but this was undocumented. You must now write s.connect((host, port)). The str() and repr() functions are now different more often. For long integers, str() no long...
Linux RPMs for Python 2.2.3 <h1>Linux RPMs for Python 2.2.3</h1> <p>Except where noted, these RPMs are made available by Sean Reifschneider (<a href="mailto:jafo-rpms@tummy.com">jafo-rpms@tummy.com</a>). <h3>Having Problems?</h3> If you are having problems, please see the <a href="#FAQ">RPM Frequently Asked Questions</a> section at the end of this document for possible solutions. <h3>RPMs For Other ...
Released: Feb. 3, 2019
This is an early developer preview of Python 3.8 Major new features of the 3.8 series, compared to 3.7 Python 3.8 is still in development. This releasee, 3.8.0a1 is the first of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: May 6, 2019
This is an early developer preview of Python 3.8 Major new features of the 3.8 series, compared to 3.7 Python 3.8 is still in development. This release, 3.8.0a4 is the last of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Location: Remote United States
Build and maintain web applications using Python and the Django framework Design and implement backend logic, database models, and user profile systems for community and contributor focused functionality Implement mailing list and newsletter systems that help users stay connected with community activity Collaborate with an external partners Build systems that …
2010-01-11 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 11, 2010 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 11 January 2010. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" mean...
Standard Exception Classes in Python 1.5 Standard Exception Classes in Python 1.5 (updated for Python 1.5.2 -baw) User-defined Python exceptions can be either strings or Python classes. Since classes have many nice properties when used as exceptions, it is desirable to migrate to a situation where classes are used exclusively. Prior to Python 1.5 alpha 4, Python's standard exceptions (IOError, TypeError, etc.) were defined as strings. Changing these to classes posed some particula...
Python Software Foundation: Minutes of Board of Directors Meeting (September 13, 2005) The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors September 13, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 UTC, September 13, 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present from the...
2007-12-10 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 10, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:00 UTC, 10 December 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Stat...
...lists also making sure emails a re being answered/followed up on. I am continuing to read through all of the email threads that occur on the board/members mailing lists. I have started to send out the sponsors letters to PSF sponsor members. I have received access and updated the PSF google calendar with meetings and report due dates through June Document Creation nothing to report for April Research and Review nothing to report for April Contributor Agreements collecting agree...
...lists (c.l.py, c.l.py.announce, etc.). Brian is planning an email campaign with the Outreach & Education committee, and the PSF blog may be included in the resources discussed there. Brian also reported on the new activities for the month. He said: I (Brian) had a busier month than normal with other projects, so I was unable to produce any new work outside of a post about the Indianapolis Python Workshop. Tetsuya Morimoto completed a translation of the PyCon Language Summit Report to Japan...
2011-03-21 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors March 21, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 21 March 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor â opposed â abstentions; e.g. "5-1-2" mea...
Released: March 25, 2019
This is an early developer preview of Python 3.8 Major new features of the 3.8 series, compared to 3.7 Python 3.8 is still in development. This release, 3.8.0a3 is the third of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Jan. 24, 2020
This is an early developer preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0a3 is the third of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of new features and bug fixes and to test the release …
Released: Oct. 5, 2020
This is an early developer preview of Python 3.10 Major new features of the 3.10 series, compared to 3.9 Python 3.10 is still in development. This releasee, 3.10.0a1 is the first of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
If you didn't find what you need, try your search in the Python language documentation.