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.
....2 2.1.1 2001 PSF yes 2.1.2 2.1.1 2002 PSF yes 2.1.3 2.1.2 2002 PSF yes 2.2.1 2.2 2002 PSF yes 2.2.2 2.2.1 2002 PSF yes 2.2.3 2.2.2 2003 PSF yes Footnotes: (1) GPL-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike the GPL, le...
....2 2.1.1 2001 PSF yes 2.1.2 2.1.1 2002 PSF yes 2.1.3 2.1.2 2002 PSF yes 2.2.1 2.2 2002 PSF yes 2.2.2 2.2.1 2002 PSF yes 2.3 2.2.2 2002-2003 PSF yes Footnotes: (1) GPL-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike the GPL, le...
....2, PyCon UK Sponsorship: R. Hettinger will propose a blanket policy for sponsorships, instead of one-off requests. Status: carried forward. Originally from 11 August 2008, Section 7, Funding pyArkansas: S. Holden will inform PyArkansas of their sponsorship grant, and request an invoice. No invoice has been received yet. Status: in progress. Originally from 11 August 2008, Section 9, Staffing: D. Goodger will follow up on-list regarding staffing. Status: carried forward. 3.2 &nb...
....2). (New in 2.3a2.) bsddb - the old bsddb module has finally been retired. The formerly 3rd party PyBSDDB wrapper is now available in Python 2.3, as the bsddb package. This is compatible with Sleepycat Berkeley DB versions 3.0 to 4.1. New in 2.3a2: the Windows installer now ships with Sleepycat's 4.1.25.NC, the latest release without strong cryptography. The old bsddb module code is still available as the bsddb185 module, but this is not built by default. Should you still be using a syste...
....2.2-7 or newer RPMs on this page, distutils should work. Note that this seems to be fixed in the Red Hat 9 release (which uses Python 2.2.2 and has a patched distutils). <hr /> <li />Q) When trying to build RPMs, I get "rpmbuild: command not found". <li />A) The "rpmbuild" command is part of a separate RPM named "rpm-build". System Message: ERROR/3 (<string>, line 100) Unexpected indentation. You will need to install this package before ...
Python Software Foundation: Minutes of Board of Directors Meeting (January 14, 2003) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors January 14, 2003. A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 13:08 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 present...
Python Software Foundation: Minutes of Board of Directors Meeting (March 26, 2004) The Python Software Foundation Minutes of Special Meeting of the Board of Directors Draft March 26, 2004 A special meeting of the Python Software Foundation (the "PSF") Board of Directors (the "Board") was held during PyCon, at the George Washington University Cafritz Center, at noon. Jeremy Hylton, secretary of the PSF, presided. 1. Attendance This was the first meeting of the Board with the newly elec...
Python Software Foundation: Minutes of Board of Directors Meeting (March 25, 2005) The Python Software Foundation Minutes of Special Meeting of the Board of Directors March 25, 2005 A special meeting of the Python Software Foundation (the "PSF") Board of Directors was held at George Washington University on March 25 at noon. Stephan Deibel presided. Jeremy Hylton recorded the minutes. 1. Attendance A quorum was present. All board members and treasurer Neal Norwitz attended the meeti...
Python Software Foundation: Minutes of Board of Directors Meeting (May 10, 2005) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors May 10, 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, Tim Peters, Andrew K...
Version: None
Released: Sept. 6, 2022
Note: The release you are looking at is a security bugfix release for the legacy 3.7 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.7 was 3.7.17. Please see …
View Release Notes
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 …
....20. The same Norton Antivirus version doesn't have this problem on Windows 2000. Norton Antivirus version 5 on Windows 98SE doesn't have this problem either.) What's New in Python 2.0? For a comprehensive discussion of the differences between Python 2.0 and Python 1.5.2, please see the article What's New in Python 2.0 by A.M. Kuchling and Moshe Zadka. What's new in 2.0 (since release candidate 1)? Standard library The copy_reg module was modified to clarify its inte...
Python Humor Here is a spurious collection of semi to totally unserious stuff, mostly postings found wafting gently in the comp.lang.python newsgroup (a.k.a. the python-list mailing list). See also Andrew Kuchling's collection of Python quotations, containing in a condensed form some sterling examples of the wit and wisdom encountered in the Python world. Contents The Zen of Python Fundamental... Cute Wabbit Shooting Yourself in the Foot Legal Issues Python vs Tcl vs Perl5 Python Object Orie...
....2.2-7 or newer RPMs on this page, distutils should work. Note that this seems to be fixed in the Red Hat 9 release (which uses Python 2.2.2 and has a patched distutils). <hr /> <li />Q) When trying to build RPMs, I get "rpmbuild: command not found". <li />A) The "rpmbuild" command is part of a separate RPM named "rpm-build". System Message: ERROR/3 (<string>, line 111) Unexpected indentation. You will need to install this package before ...
....2 2.1.1 2001 PSF yes 2.1.2 2.1.1 2002 PSF yes 2.1.3 2.1.2 2002 PSF yes 2.2.1 2.2 2002 PSF yes 2.2.2 2.2.1 2002 PSF yes 2.3 2.2.2 2002-2003 PSF yes 2.3.1 2.3 2002-2003 PSF yes Footnotes: (1) GPL-compatible doesn't mean that we're distributing Python...
....2 behavior and use fractional seconds so that successive runs are more likely to produce different sequences. random.Random has a new method, getrandbits(k), which returns an int with k random bits. This method is now an optional part of the API for user defined generators. Any generator that defines genrandbits() can now use randrange() for ranges with a length >= 2**53. Formerly, randrange would return only even numbers for ranges that large (see SF bug #812202). Generators that do not...
Building the PSF: the Q2 2019 Fundraiser Help us raise $60,000 USD by June 30th! #countdown-wrap { width: 70%; padding: 10px; font-family: arial; max-width: 650px; margin: 10px auto 50px; } #goal { font-size: 36px; 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: left;...
....2 Honorary Associate Membership WebPages/Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 PyCon Chair 5.7 Sprint Committee 6 PyCon UK 2011 Funding 7 Python Brazil 2011 Funding 8 Annual Budget for the Outreach & Education Committee 9 2012 PyCon Budget 10 Ot...
....2 HAM WebPages/Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 PyCon US Website 5.7 Sprint Committee 5.8 Trademarks Committee 6 2011 EuroPython Conference Grant Funding 7 ISTE Speaking Engagement Funding for V. Cedar 8 Online Degree Reviews Future Sponsor Membership 9 &n...
....2 Honorary Associate Membership WebPages/Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 PyCon Chair 5.7 Sprint Committee 6 Other Business 7 Adjournment 1 Attendance The following members of the Board of Directors (9 of ll) were present at the meeting: Raymond Hettinger, Steve Holden, Marc...
If you didn't find what you need, try your search in the Python language documentation.