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: 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 two security …
View Release Notes
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. According …
...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 release contains many …
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 Python. For ongoing …
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 based locale PEP 539 …
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 based locale PEP 539 …
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 of …
...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...
...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 not support item assignment >>> class L(li...
Released: May 30, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b5, is now the final planned beta release preview. Originally, 3.7.0b4 was intended to be the final beta but, due to some unexpected compatibility issues discovered during beta testing of third-party packages, we …
...file format allow the deployment of Python modules to any platform, regardless of which platform the module was prepared on. This helped not only in avoiding per-platform development overhead but also facilitates customer support for the Timesheet software product. For example, a patch module built on a Redhat 6.2 system can be sent to a customer for installation on Windows XP or any other operation system without the need for cross-compilation or translation of any kind. Conclusion Python mad...
...files: 15ed56733655e3fab785e49a7278d2fb 14058131 Python-2.7.1.tgz aa27bc25725137ba155910bd8e5ddc4f 11722546 Python-2.7.1.tar.bz2 c7a750e85e632294c9b527ee8358d805 16065602 python-2.7.1-pdb.zip ef24194913837f2f542883fd52f3af99 17196098 python-2.7.1.amd64-pdb.zip c4eb466b9d01fde770097a559445e33b 16333824 python-2.7.1.amd64.msi a69ce1b2d870be29befd1cefb4615d82 16003072 python-2.7.1.msi aa399c743796a519148d08b77fab0fe7 21429186 python-2.7.1-macosx10.3.dmg 723b12ec324fafb7b4a12f102c744a...
If you didn't find what you need, try your search in the Python language documentation.