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: April 29, 2020
This is the release candidate of the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3rc1, a 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. …
View Release Notes
Released: July 20, 2020
This is the fifth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.5, a 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. 3.8.5 has been released …
Python Distutils-SIG: Tasks and Division of Labour Python Distutils-SIG Tasks and Division of Labour At the Seventh International Python Conference Developer's Day session "Extension Building Considered Painful", we enumerated the tasks necessary to develop, distribute, and install Python modules; arrived at a rough consensus regarding the division of labour necessary to conceptualize any distribution/installation system; and came up with a proposed user...
...httplib now offers symbolic constants for the HTTP status codes. SF bug #1028306: Trying to compare a datetime.date to a datetime.datetime mistakenly compared only the year, month and day. Now it acts like a mixed-type comparison: False for ==, True for !=, and raises TypeError for other comparison operators. Because datetime is a subclass of date, comparing only the base class (date) members can still be done, if that's desired, by forcing using of the approprate date method; e.g., a_date.__...
...http://python.org/pyvault/">http://python.org/pyvault/</a>. <h3>Files, <a href="../md5sum.py">MD5</a> checksums and sizes</h3> <pre> <b>Based on python.org SRPM:</b> <b>Source:</b> 0980e3a0f7cf02d230be04531d8bb21b <a href="/ftp/python/2.3.5/rpms/python2.3-2.3.5-4pydotorg.src.rpm">python2.3-2.3.5-4pydotorg.src.rpm</a> (11491332 bytes) <b>Fedora Core 3 Binaries:</b> 214e73f5ea443335df...
...http://mail.python.org/pipermail/python-dev/2002-October/029035.html [2]The paper A Monotonic Superclass Linearization for Dylan: https://doi.org/10.1145/236337.236343 [3]Guido van Rossum's essay, Unifying types and classes in Python 2.2: http://www.python.org/2.2.2/descrintro.html
...HTTP server to the user's browser. Although this was a fairly simple exercise, we did run into some problems stemming from our design of the CORE database meta-class. We found that altering classes and modules at runtime, as is done by the meta-class, violates guidelines imposed by Python's optional restricted execution environment. Since we felt that restricted execution was a necessary component in supporting a persistent web module, we opted to deploy CORE using CGIs rather than mod_python or...
...http://www.python.org/psf/records/members/2009-03-27/bylaws/. Approved, 53-0-4. 7 Give Up Control of the Python Logo? There was much discussion of this resolution, with many members (and an observer or two) clarifying their positions and how trademarks work. RESOLVED, that the PSF stops enforcing control over the Python logo as a trademark, and licenses it as a work of art to anybody without any restrictions. Defeated, 8-48-1. 8 Financial Report Kurt Kaiser...
...http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=76044902. PSF sponsors and members do not receive any preferential treatment under this policy. Commercial trademark uses that predate this policy (prior to June 2006) do not require permission from the PSF if the use is consistent with this policy. However, if you think you may have used the PSF trademarks in the past in ways that would violate this policy, we recommend seeking permission. Although we are not generally in the business o...
2008-04-14 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors April 14, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 14 April 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Pa...
...http://www.lodestar2.com/software/howto/python2-sme-howto.html"> http://www.lodestar2.com/software/howto/python2-sme-howto.html </a> <h3><a name="FAQ"></a>RPM Frequently Asked Questions</h3> <ul> <li />Q) <b>What are the benefits of building my own binary RPM? I want to just download binary RPMs and install them.</b> <li />A) If the provided binary RPMs work on your system, fantastic. You may experience problems if ...
...https://www.dfwpython.org/Meetup/Meetup. S. Holden asked J. Rush if he would be prepared to administer an annual budget for this. J. Rush replied that he would. S. Holden: "I'd personally see this as directly relevant to our mission. With $1,500 we could fund up to thirty groups." M. von Löwis wasn't familiar with Meetup.com. The Board described it as: a system to encourage local groups to form and be active, used for organizing semi-public face-to-face meetings that can range widely...
Released: July 3, 2020
This is a beta preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0b4, is the fourth of five 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 …
Released: July 13, 2020
This is the fourth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.4, a 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. Major new features of …
This is a beta preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0b5, is the last of five 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 …
Released: Sept. 17, 2020
This is the second release candidate of Python 3.9 This release, 3.9.0rc2, is the last preview before the final release of Python 3.9.0 on 2020-10-05. In the mean time, we strongly encourage maintainers of third-party Python projects to prepare their projects for 3.9 compatibility during this phase. As always, …
Released: Dec. 7, 2020
This is the release candidate of the seventh maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.7rc1, a 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. …
Released: Dec. 21, 2020
This is the seventh maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.7, a 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. macOS 11 Big Sur …
Released: Feb. 16, 2021
This is the release candidate of the second maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.2rc1, a release candidate of 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 …
If you didn't find what you need, try your search in the Python language documentation.