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.
...module hangs on some Red Hat systems. (This test is only run when regrtest.py is invoked with -u audio as argument.) It has been reported that untarring the source tarball using Solaris tar can fail. This is caused by some pathnames being too long for Solaris tar to handle. Using GNU tar should allow for untarring on Solaris. Some tests may unexpectedly fail on certain platforms. Here are failures that we know (something) about and intend to fix in a following patch release. These bugs may ...
...module hangs on some Red Hat systems. (This test is only run when regrtest.py is invoked with -u audio as argument.) It has been reported that untarring the source tarball using Solaris tar can fail. This is caused by some pathnames being too long for Solaris tar to handle. Using GNU tar should allow for untarring on Solaris. This has also been reported as a problem with DEC OSF1/Digital Unix/Digital Tru64/Compaq Tru64/HP Tru64. Other platforms may have the same problem - if you get an error ...
...module). Python 3.1.5 was released on April 9, 2012. The last binary release of Python 3.1 was 3.1.4. With the 3.1.5 release, and five years after its first release, the Python 3.1 series is now officially retired. All official maintenance for Python 3.1, including security patches, has ended. For ongoing maintenance releases, please see the downloads page for information about the latest Python 3 series. What's New in Python 3.1. Report bugs at http://bugs.python.org. Read the Python lice...
...modules) Nuitka (a compiler that packages user code with CPython into a static binary for improved performance and IP protection) pyodide (a Python distribution for the browser and Node.js based on WebAssembly) WinPython (a portable scientific Python distribution for Windows) Python(x, y) (Scientific-oriented distribution based on Qt and Spyder) Conceptive Python SDK (targets business, desktop and database applications) PyIMSL Studio (a commercial distribution for numerical analysis – free for ...
Version: None
Released: May 17, 2014
Note: Python 2.7.7 has been superseded by Python 2.7.8 Python 2.7.7 was released on May 31, 2014. This is a regularly scheduled 2.7 series bugfix and includes numerous bugfixes over 2.7.6. Download This is a production release. Please report any bugs you encounter. We currently support these formats for download: …
View Release Notes
Released: June 1, 2014
...module, categorizing it, and building the GUI accordingly. This code is also used in MayaVi's persistence mechanism, which can save most VTK objects to disk by inspecting them at runtime. The use of introspection to write data-driven modules such as these avoided substantial amounts of manual coding, and makes MayaVi self-extending as additional VTK objects are defined. Since Python is a scripting language, it was the natural choice for an extension language for MayaVi. As a result, MayaVi is...
...modules exist for MySQL, Postgres, Interbase, Oracle, ODBC, Sybase, and others. Fetch XML from the web? Python's urlparse and urllib standard libraries were made for that. Handle Unicode? Python 2.0 fully supports Unicode out of the box. Implementing the first prototype version took a few weeks of spare time programming and turned out to be very successful. Python provided a much shorter path from concept to implementation than any of the other programming languages we have used. And so XIST w...
...module Automatic numbering of fields in the str.format() method Float repr improvements backported from 3.x Tile support for Tkinter A backport of the memoryview object from 3.x Set literals Set and dictionary comprehensions Dictionary views New syntax for nested with statements The sysconfig module Binary installer support for OS X 10.4 and 10.3.9 to be discontinued Python 2.7.7 is the last release for which binary installers will be released on python.org that support Mac OS X 10.3.9 (Panth...
Released: Jan. 14, 2025
Hello, three dot fourteen dot zero alpha four! This is an early developer preview of Python 3.14 Major new features of the 3.14 series, compared to 3.13 Python 3.14 is still in development. This release, 3.14.0a4, is the fourth of seven planned alpha releases. Alpha releases are intended to make …
Released: Oct. 2, 2023
This is the stable release of Python 3.12.0 Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.12 series, compared to 3.11 New features More flexible f-string parsing, allowing many things previously disallowed …
Released: Feb. 2, 2021
This is an early developer preview of Python 3.10 Major new features of the 3.10 series, compared to 3.9 Python 3.10 is still in development. This release, 3.10.0a5 is the fifth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: March 16, 2022
This is the third maintenance release of Python 3.10 Python 3.10.3 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.10 series, compared to 3.9 Among the new major new features and changes so far: PEP …
...module to fail on OSF/1 5.1, at least on the HP test machines. It has been reported that untarring the source tarball using Solaris tar or HP/UX tar can fail. This is caused by some pathnames being too long for the tar shipped by the vendor to handle. Using GNU tar should allow for untarring on Solaris and HP/UX. Test suite bugs Some tests may unexpectedly fail on certain platforms. Here are failures that we know (something) about and intend to fix in a following patch release. These bugs m...
If you didn't find what you need, try your search in the Python language documentation.