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: Sept. 5, 2020
Python 3.5.10 Python 3.5 has reached end-of-life. Python 3.5.10 is the final release of 3.5. Python 3.5.10 was released on September 5th, 2020. Python 3.5.10 is the final release in the Python 3.5 series. As of this release, the 3.5 branch has been retired, no further changes to 3.5 will …
View Release Notes
...IDLE, Tkinter, and Tcl/Tk on Mac OS X here. Also, on Mac OS X 10.6, if you need to build C extension modules with the 32-bit-only Python installed, you will need Apple Xcode 3, not 4.
...IDLE) <li><a href="/ftp/python/2.2.1/rpms/rh7.3/python2-docs-2.2.1-2.i386.rpm"> python2-docs-2.2.1-2.i386.rpm</a> (Documentation in HTML and info formats) </ul> <li>Red Hat 7.2 Binaries: <ul> <li><b>Note:</b> These RPMs are built from the 2.2.1-1 release. Use the src.rpm above to create 2.2.1-2 RPMs. <li><a href="/ftp/python/2.2.1/rpms/rh7.2/python2-2.2.1-1.i386.rpm"> python2-2.2.1-1.i386.rpm</a> (RedHat...
Released: Dec. 7, 2020
This is the first maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.1, 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 of 3.11.x here. We've made 282 changes …
...IDLE (which stands for Integrated DeveLopment Environment), which is included in the installation Python files on any platform that supports Tcl, including Windows. As for yourself, if you prefer programming directly from a terminal window, a better choice than the default interpreter might be IPython. In addition to IDLE, there are a number of third party tools which you can find out by referring to the Python Editors Wiki and the Python Integrated Development Environments Wiki. Learning reso...
Released: Sept. 19, 2006
Python 2.5 was released on September 19th 2006. There's a bunch of places you can look for more information on what's new in this release -- see the "What's New" section further down this page. This is a final release, and should be suitable for production use. …
...IDLE has its own release notes, or see the Lib/idlelib/NEWS.txt file in the source distribution. For the full list of changes, you can poke around in Subversion. Documentation The documentation has also been updated: Browse HTML on-line Download using HTTP. Documentation is available in Windows Help (.chm) format - Python25.chm. Files, MD5 checksums, signatures and sizes bc1b74f90a472a6c0a85481aaeb43f95 Python-2.5.tgz (11019675 bytes, signature) ddb7401e711354ca83b7842b733825a3 Python-2....
...IDLE, which allows the user to execute individual statements interactively. It is mostly targeted at experienced programmers, but will server as a starting point for an environment for absolute beginners. IDLE only scratches the surface of the kind of programming environment needed to help novice programmers. For example, its source code colorization and indentation features could be replaced by a much more powerful program checker which would point out all syntax errors, undefined identif...
...IDLE Bug 778400: IDLE hangs when selecting "Edit with IDLE" from explorer. This was unique to Windows, and was fixed by adding an -n switch to the command the Windows installer creates to execute "Edit with IDLE" context-menu actions. IDLE displays a new message upon startup: some "personal firewall" kinds of programs (for example, ZoneAlarm) open a dialog of their own when any program opens a socket. IDLE does use sockets, talking on the computer's internal loo...
...IDLE would print a "Unhandled server exception!" message when internal debugging is enabled. Issue #4455: IDLE failed to display the windows list when two windows have the same title. Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception. Issue #4433: Fixed an access violation when garbage collecting _ctypes.COMError instances. Issue #4429: Fixed UnicodeDecodeError in ctypes. Issue #4373: Corrected a potential reference leak in the pickle module and silenced ...
...IDLE auto-indent no longer crashes when it encounters Unicode characters. What's new in 2.0 beta 2 (since beta 1)? Core language, builtins, and interpreter Add support for unbounded ints in %d,i,u,x,X,o formats; for example "%d" % 2L**64 == "18446744073709551616". Add -h and -V command line options to print the usage message and Python version number and exit immediately. eval() and exec accept Unicode objects as code parameters. getattr() and setattr() now als...
...idle. The distributed test mechanism became necessary as our test suite grew in size. We would rather over-test than under-test, and our test suites contain several hundred acceptance tests that fire up the application and pummel the GUI to put it through its paces, including performance tests on large data sets. Running all these tests takes a significant amount of time. When it grew to one hour, we developed procedures to work around it. When it grew to two or three hours, it was seriously imp...
Towards a Standard Parser Generator Towards a Standard Parser Generator Martin v. Löwis Humboldt-Universität zu Berlin Institut für Informatik loewis@informatik.hu-berlin.de Abstract Developing parsers for "little" languages is a common task for many software developers. People have frequently requested inclusion of a specific parser generator framework into the Python library. In this paper, we compare several Python parser generators, using the XPath langua...
...IDLE: syntax warnings in interactive mode are changed into errors. Some improvements to Tools/webchecker (ignore some more URL types, follow some more links). Brought the Tools/compiler package up to date. What's New in Python 2.1 beta 2? (Unlisted are many fixed bugs, more documentation, etc.) Core language, builtins, and interpreter The nested scopes work (enabled by "from __future__ import nested_scopes") is completed; in particular, the future now extends into code executed thr...
...IDLE's shortcut keys for windows are now case insensitive so that Control-V works the same as Control-v. pygettext.py: Generate POT-Creation-Date header in ISO format. Build Backward incompatibility: longintrepr.h now triggers a compile-time error if SHIFT (the number of bits in a Python long "digit") isn't divisible by 5. This new requirement allows simple code for the new 5-bits-at-a-time long_pow() implementation. If necessary, the restriction could be removed (by complicatin...
...IDLE. Approved July 29, 2019 RESOLVED, that the Python Software Foundation Grants Work Group grant $700 USD to the PyDay La Paz event happening in La Paz, Bolivia August 10, 2019 RESOLVED, that the Python Software Foundation approve via director's allowance, $70 USD to the DjangoGirls, Indore workshop, happening July 31, 2019 in Gurgaon, India. Approved July 25, 2019 Approved 7-0-0, July 22, 2019 RESOLVED, that the Python Software Foundation Grants Work Group grant $1125 USD (~1000 Euro) to ...
If you didn't find what you need, try your search in the Python language documentation.