Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Version: None
Released: Feb. 10, 2020
This is the release candidate of Python 3.8.2, the second maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.2rc1, 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 …
View Release Notes
Released: May 13, 2020
This is the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3, 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 …
Released: June 30, 2020
This is the release candidate of the fourth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.4rc1, 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: Sept. 24, 2020
This is the sixth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.6, 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 …
Released: Feb. 19, 2021
This is the eight maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.8, 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.8 introduces …
Released: May 3, 2021
This is the tenth and final regular maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.10, 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. …
...files: 220b73f0a1a20c4b1cdf9f9db4cd52fe 11258272 Python-3.0.1.tgz 7291eac6a9a7a3642e309c78b8d744e5 9495088 Python-3.0.1.tar.bz2 be8f57265e1419330965692a4fa15d9a 13702656 python-3.0.1.amd64.msi ffce874eb1a832927fb705b84720bfc6 13434880 python-3.0.1.msi b17949fe1aa84c7b1b5c8932046c5b6f 16984391 python-3.0.1-macosx2009-02-14.dmg The signatures for the source tarballs above were generated with GnuPG using release manager Barry Warsaw's public key which has a key id of EA5BBD71. The Wind...
...file ftplib.py. <p><li>The -Qnew option is implemented incompletely: it turns / into true division, but unfortunately not /=. See <a href= "http://sf.net/tracker/?func=detail&atid=105470&aid=496549&group_id=5470" >SourceForge bug report #496549</a>. <p><li>Attempting to pickle the result of time.localtime() causes infinite recursion. See <a href="http://sourceforge.net/tracker/?func=detail&atid=105470&aid=496873&grou...
Released: Nov. 27, 2010
Note: A newer bugfix release, 2.7.2, is currently available. Its use is recommended. Python 2.7.1 was released on November 27th, 2010. The Python 2.7 series is scheduled to be the last major version in the 2.x series before 2.x moves into an extended maintenance period. This …
Note: It is recommended that you use the latest bug fix release of the 3.1 series, 3.1.4. Python 3.1.3 was released on November 27th, 2010. The Python 3.1 version series is a continuation of the work started by Python 3.0, the new backwards-incompatible series of …
Released: Jan. 31, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b1, is the first of four planned beta release previews. Among the major new features in Python 3.7 are: PEP 538, Coercing the legacy C locale to a UTF-8 …
Released: Feb. 28, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b2, is the second of four planned beta release previews. Among the major new features in Python 3.7 are: PEP 538, Coercing the legacy C locale to a UTF-8 …
Released: Feb. 17, 2020
This is the second release candidate of Python 3.8.2, the second maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.2rc2, 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 …
...files. The language itself is a flexible powerhouse that can handle practically any problem domain. Build your own web server in three lines of code. Build flexible data-driven code using Python's powerful and dynamic introspection capabilities and advanced language features such as meta-classes, duck typing and decorators. Python lets you write the code you need, quickly. And, thanks to a highly optimized byte compiler and support libraries, Python code runs more than fast enough for most appli...
...files: d797fa6abe82c21227e328f05a535424 11769584 Python-3.1.3.tgz ad5e5f1c07e829321e0a015f8cafe245 9875464 Python-3.1.3.tar.bz2 e2190c128dd1ebc1364d11f65f9a9560 12695522 python-3.1.3-pdb.zip 5a612090f2f9c9e3ac54c69735de78a9 13522914 python-3.1.3.amd64-pdb.zip c077495e19641111534b974107d6b8d3 14549504 python-3.1.3.amd64.msi 736d8b583d553237dd602461f43dfa65 14300160 python-3.1.3.msi 7c56fb34443ad74a76c5a119f2f7c485 17533819 python-3.1.3-macosx10.3.dmg [1](1, 2) The binaries for...
...file encoding indicator, zipped code archives, package meta data, extended date/time processing, a logging module, and improved support for several operating systems, including Mac OS X. "The combination of the open source Unix-based core of Mac OS X running on PowerBook G4 high-performance portables has attracted a large number of developers using open source scripting languages like Python," said Bud Tribble, Apple's vice president of Software Technology. "Python 2.3 provides greatly...
...filed. 9 Adjournment Van Lindberg adjourned the meeting at 18:41 CET/ 12:41 EST.
...File "<stdin>", line 1, in ? TypeError: can't set attributes of built-in/extension type 'list' >>> list.answer = 42 Traceback (most recent call last): File "<stdin>", line 1, in ? TypeError: can't set attributes of built-in/extension type 'list' >>> list.__dict__['append'] <method 'append' of 'list' objects> >>> list.__dict__['answer'] = 42 Traceback (most recent call last): File "<stdin>", line 1, in ? TypeError: object does...
If you didn't find what you need, try your search in the Python language documentation.