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.
...about this bugfix release, see the release notes. If you're interested in learning what's new in Python 2.1 relative to Python 2.0, see Andrew Kuchling's article What's New in Python 2.1. If you're coming from Python 1.5.2, you might also want to review Andrew's What's New in Python 2.0. Also see the Misc/NEWS file in the source release for an exhaustive list of almost every little detail that changed. Download the release Windows users should download Python-2.1.3.exe, the W...
...about and intend to fix in a following patch release. These bugs may simply be in the test suite, but they may indicate bugs in Python. test_grp and test_pwd may fail. We've had reports of this on *nix systems that use a "+" at the beginning of a line in the /etc/group or /etc/passwd file to indicate NIS/YP or LDAP consultation. The bugs may also be related to duplicate id in these files. See SourceForge bug reports number 775964 and 779218. To report a bug not listed above, ...
...about this decision. 7. Trademark Registration Guido moved that it is RESOLVED, that the PSF secretary, Jeremy Hylton, registers the term "PYTHON SOFTWARE FOUNDATION" on behalf of the Python Software Foundation under the service class 042 with US PTO. There was discussion; Jeremy asked whether David's lawyer can guide him through the actual registration process. The motion then passed unanimously (7/0/0). David left the meeting because of other obligations. 8. Python support committee G...
...about..." are OK - direct quotes with or without names are not appropriate. We endorse the PSF's Diversity statement The list administrators reserve the right to revoke the subscription of members (including mentors) that persistently fail to abide by this Code of Conduct. - All mentors are signed up as administrators.
...about to report a violation, unless the employee knows or has reason to know that the report is false; or The individual participates or is requested to participate in an investigation, hearing, or inquiry in connection with a violation; or The individual refuses to commit or assist in a violation. Any person entitled to protection who believes that he or she is the subject of any form of retaliation for such participation should immediately report the same as a violation of and in accordance w...
...about the reason for your selection.) Your Supporting Membership will make you eligible to vote for candidates for the PSF Board of Directors, changes in the PSF bylaws, and other matters related to the infrastructure of the foundation. We value the participation of each member of the Python community and do not want financial barriers to keep individuals from participating as a member of the PSF. Please choose the amount that best fits your personal situation. Whatever donation is right for yo...
...about how to build that module. The allowed keys to this nested hash are: - other_c: other C files that must be compiled and linked with the main C file to create the module - c_libraries: C libraries that must be included in the link ... """ No doubt the ext_modules nested hashes would have more options, and no doubt other Distribution attributes would have complex, documented structure. Finally, the list of all Di...
...about; document.getElementById('crm_cpid_'+cpid+'_donors').innerHTML = jsonvar.num_donors; document.getElementById('crm_cpid_'+cpid+'_btn_txt').innerHTML = jsonvar.button_title; document.getElementById('crm_cpid_'+cpid+'_campaign').innerHTML = jsonvar.campaign_start; if ( jsonvar.money_raised_percentage ) { var moneyRaised = jsonvar.money_raised_percentage; var percentWidth = moneyRaised.split('%'); if ( percentWidth[0] > 100 ) { ...
...about a large grant request for CodeChix. After an initial rejection a revised proposal was approved by the Board: RESOLVED, that the Python Software Foundation grant $2,000 to CodeChix Bay Area for providing resources to conduct CodeChix events and for providing resources for marketing of the events Code Club (https://www.codeclub.org.uk/) reached out about the potential for sponsorship Elio Qoshi checked in after receiving some Python stickers for a developer group in Albania 5.5 &nbs...
...about each other's global variable names, the use of dotted module names saves the authors of multi-module packages like NumPy or PIL from having to worry about each other's module names. Starting with Python version 1.3, package import was supported by a standard Python library module, "ni". (The name is supposed to be an acronym for New Import, but really referrs to the Knights Who Say Ni in the movie Monty Python and the Holy Grail, who, after King Arthur's knights return with a shru...
...about the PyPI mirroring project. 2. Engelbert Gruber is working on interview questions for a post about the new PyCon web site. As far as new activities for the month are concerned, he reported: Local users' group post by Doug Hellmann http://pyfound.blogspot.com/2011/01/finding-local-users-group.html For items planned for next month and ongoing projects, D. Hellmann reported respectively: Assist with publicity for PyCon. Talk with R. David Murray about the email package status and wri...
Version: None
Released: Dec. 6, 2021
This is the first maintenance release of Python 3.10 Python 3.10.1 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 …
View Release Notes
Released: March 24, 2022
This is the fourth maintenance release of Python 3.10 Python 3.10.4 is the newest major release of the Python programming language, and it contains many new features and optimizations. This is a special release that fixes a regression introduced by BPO 46968 which caused Python to no longer build on …
Released: June 6, 2022
This is the fifth maintenance release of Python 3.10 Python 3.10.5 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 …
Released: Aug. 2, 2022
This is the sixth maintenance release of Python 3.10 Python 3.10.6 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 …
Released: Sept. 6, 2022
This is the seventh maintenance release of Python 3.10 Python 3.10.7 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 …
Released: Oct. 11, 2022
This is the seventh maintenance release of Python 3.10 Python 3.10.8 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 …
Released: Dec. 6, 2022
Released: Feb. 8, 2023
This is the tenth maintenance release of Python 3.10 Python 3.10.10 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 …
If you didn't find what you need, try your search in the Python language documentation.