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.
...list of the changes in 2.5.3 can be found in the release notes, or the Misc/NEWS 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 Files, MD5 checksums, signatures and sizes a971f8928d6beb31ae0de56f7034d6a2 Python-2.5.3.tgz (11605520 bytes, signature) 655a0e63c00bbf1277092ea5c58e9b34 Python-2.5.3.tar.bz2 (9821271 bytes, signature) 5566b7420b12c53d1f2bba3b27a4c3a9 p...
...list of the changes in 2.5.4 can be found in the release notes, or the Misc/NEWS 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 Files, MD5 checksums, signatures and sizes ad47b23778f64edadaaa8b5534986eed Python-2.5.4.tgz (11604497 bytes, signature) 394a5f56a5ce811fb0f023197ec0833e Python-2.5.4.tar.bz2 (9821313 bytes, signature) b4bbaf5a24f7f0f5389706d768b4d210 p...
...list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUT...
...list of items the treasurer's office will be focused on, he said: My focus is on AR/AP reduction, the increased activity and strong interest in fiscal sponsorship shown at PyCon, and the annual Federal Tax filing. 6 Progress Reports The following board reports were submitted to the board mailing list one week prior to this month's meeting. Please see a summary of each board report listed below and a possible board discussion at the end of the report(s): 6.1 ...
Version: None
Released: Oct. 29, 2013
View Release Notes
Released: April 10, 2012
Released: Dec. 18, 2019
This is an early developer preview of Python 3.9 Major new features of the 3.9 series, compared to 3.8 Python 3.9 is still in development. This releasee, 3.9.0a2 is the second of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: March 1, 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.0a6 is the sixth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: June 19, 2023
This is a beta preview of Python 3.12 Python 3.12 is still in development. This release, 3.12.0b3, is the third of four beta release previews of 3.12. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
Released: March 12, 2024
This is an early developer preview of Python 3.13 Major new features of the 3.13 series, compared to 3.12 Python 3.13 is still in development. This release, 3.13.0a5, is the fifth of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Nov. 19, 2024
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.0a2 is the second of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: March 14, 2025
Here comes the penultimate alpha. 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.0a6, is the sixth of seven planned alpha releases. Alpha releases are intended to make it easier to …
...listed above, always check the SourceForge Bug Tracker to see if they've already been reported. Use the bug tracker to report new bugs. If you have a patch, please use the SourceForge Patch Manager. Please mention that you are reporting a bug in 2.3, and note that you must have a SourceForge account and be logged in to submit a bug report or patch (we require this in case we need more information from you). If you have access to an "unusual" platform, you might want to consider addin...
...lists for the conference, and a handful of volunteers have signed up already. We plan to put the conference website up at www.python.org/pycon/. The conference has a name. It's Python Programmers Conference, abbreviated as PyCon. 6. Contribution forms status report Nothing to report. 7. Python Support Committee status report [4] Nothing to report. 8. Adjournment There being no further business, the meeting was adjourned at 10:48 PM PST.
...list. To make it easier to include your announcement on www.python.org's front page, please include 2-3 lines of HTML code at the very end of your submission, using the following template: <P><A HREF="http://your.url.here">PackageName 1.0</A> - short description of not more than one sentence. (DD-Mon-YY) You may only include one link, which should point to a web page with more info about your package (cf 2. above). The date should be in parentheses, formatted a...
...list of projects under the PSF CNA scope. Please submit vulnerability reports to projects according to their respective security policies. Third-party redistributions of these projects are not covered, please contact those distributors for details about CVEs. Project Project URL Security Policy Email CPython https://python.org/downloads Link security@python.org pip https://pypi.org/project/pip Link security@python.org Flask https://pypi.org/project/flask Link security@palletsprojects....
...listen" parameter in asyncore [ #428419 ] include/rangeobject.h needs extern "C" [ #429059 ] No docs for os.getenv() [ #429070 ] Thread.getDaemon()should be isDaemon() [ #429361 ] popen2.Popen3.wait() exit code [ #429554 ] PyList_SET_ITEM documentation omission [ #430627 ] Fixes for templates/module.tex file [ #430991 ] wrong co_lnotab [ #431772 ] traceback.print_exc() causes traceback [ #432369 ] ConfigParser: problem w/ mixed-case opts [ #433228 ] repr(list) woes when len(list) ...
...list. Continue with step 1, this time starting at the end of the previous token, until all input is consumed. Given the complete token list, perform the disambiguation, modifying the recognized tokens as specified. Pass the token list to the parser. It should be noted that this scanning process requires the complete input. For XPath, this causes no problems, since the input is typically small, and completely provided in the Python source code of the application, ...
...lists and dictionaries, and still others are class instances. A statically typed language would have required extra hassle to allow a mixture of return types to be inserted into the Property manager. Even Perl, which is also dynamically typed, would have required some way to distinguish between references to a $scalar, %hash, or @list. In Python it just worked, and we could mix the data types of the keys in the Property manager dictionary without any extra effort at all. Yet, as described ab...
If you didn't find what you need, try your search in the Python language documentation.