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.
2018 PSF Annual Report #wrapper { overflow: hidden; position: relative; } .resize-active * { -webkit-transition: none; transition: none; } h1, .h1 { line-height: 34px; margin-bottom: 27px; } h2, .h2 { color: #3776ab; line-height: 26px; display: block; } p, blockquote, time, em { line-height: 28px; } time { font-style: italic; } p { margin-bottom: 24px; text-align: justify; } a { -webkit-transition: color .3s ease-in-out; transiti...
Version: None
Released: May 3, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b1 is the first of four planned beta release previews. 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 support …
Released: May 31, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b2 is the second of four planned beta release previews. 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 support …
Released: July 10, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b4 is the fourth and last of the beta release previews. 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: Aug. 2, 2021
This is the first release candidate of Python 3.10 This release, 3.10.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 second candidate and the last planned release …
View Release Notes
Released: March 23, 2020
This is an early developer preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0a5 is the fifth 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 …
Bugs in Python 2.5.2c1 In the default installation directory (C:Python25), NTFS permission inheritance gives write access to the Python installation for all users of the system. If untrusted users have access to the system, there are two solutions to the problem: either install to the Program Files folder (where only Power Users get write access to the installation), or edit the access control list to remove the write permission. If write control should only be granted to Administrators, the ...
Bugs in Python 2.5.3c1 In the default installation directory (C:Python25), NTFS permission inheritance gives write access to the Python installation for all users of the system. If untrusted users have access to the system, there are two solutions to the problem: either install to the Program Files folder (where only Power Users get write access to the installation), or edit the access control list to remove the write permission. If write control should only be granted to Administrators, the ...
Python Software Foundation: Minutes of Board of Directors Meeting (September 9, 2003) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors September 9, 2003 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 GMT. 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 presen...
...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. Doug also reported on the new activities for the month. He reported: None He reported the following information on the planned activities for next month: 1. Via Steve Holden, we have some information to put together a story about Python's use in schools from David Coopersmith along with a student of his na...
Released: March 11, 2008
Python 2.3 is now well and truly in bugfix-only mode; no new features are being added, and only security critical bugs have been fixed. This release addresses a number of cases interpreter …
Released: June 17, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b3 is the third of four planned beta release previews. 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 support …
...lists <input type="radio" name="q" value="site:ftp.python.org">ftp.python.org </FORM> <form name=gs2 method=GET action="http://groups.google.com/group/comp.lang.python/search"> Search the comp.lang.python newsgroups (using <A HREF="http://groups.google.com/">Google Groups</A>, built with Python technology): <BR> <input type=hidden name="group" value="comp.lang.python"> <input type=t...
...lists several significant sponsors. T. Peters noted, "But it's not just a Python conference -- sounds like it's more like OSCON. ... [It] doesn't sound like they're asking for general support, they're asking specifically to fund travel for a speaker." S. Holden: "In other words, the funds will be used to raise Python's visibility within the overall conference." K. Kaiser suggested that the PSF could reimburse a Director's travel directly if it supports the PSF. RESOLVED, th...
2008-08-11 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors August 11, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 11 August 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of ...
2009-10-12 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors October 12, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 12 October 2009. 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...
...lists, overallocation ranged between 3% and 25%. Now, it is a constant 12%. For smaller lists (n<8), overallocation was upto eight elements. Now, the overallocation is no more than three elements -- this improves space utilization for applications that have large numbers of small lists. Most list bodies now get re-used rather than freed. Speeds up list instantiation and deletion by saving calls to malloc() and free(). The dict.update() method now accepts all the same argument forms as the ...
2011-07-18 PSF Board Meeting Minutes .. declare custom role for action items: .. role:: action .. class:: minutes-title | The Python Software Foundation | Minutes of a Regular Meeting of the Board of Directors | | July 18, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 18 July 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "*Y-N...
...lists of individuals and companies owned or controlled by, or acting for or on behalf of, targeted countries. The US government prohibits US citizens, US-based entities and US branches of foreign companies from doing business with countries or parties on these lists. The lists include individuals, groups, and entities, such as terrorists and narcotics traffickers designated under programs that are not country-specific. The Specially Designated Nationals (SDN) list contains names of individual...
If you didn't find what you need, try your search in the Python language documentation.