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 for further discussion. Email sent to psf-board on 2008-06-02. Status: done. Section 17, License Simplification: S. Holden will have Van Lindberg report on Python license issues to the Board mailing list. Van Lindberg reported by email to psf-board on 2008-05-30. Status: done. 4 Sponsor Member Application: PropertySold.ca K. Kaiser reported that PropertySold.ca has been invoiced for sponsor member dues. Once sponsor dues have been received, D. Goodger will list Proper...
...list.pop From: "Tim Peters" To: <python-list@cwi.nl> Date: Sat, 25 Jul 1998 17:16:12 -0400 [tim gets behind terry reedy's list.pop idea, and suggests list.pop(index=-1) so that list.pop() complements list.append(x) and list.pop(i) list.insert(i, x)] > OTOH, anyone can kill the idea instantly just by proposing a > generalization to list.pop(lo:hi) <0.5 wink>. [David Ascher] > [suggests] list.pop(lo:hi:stride). > And I propose an extension to the indexi...
...listing for information on other events around the world.
Creating And Distributing Your Own Screencasts screencasts, python For users of Windows, there are instructions and a video on how to get starting using the free, GPL'd CamStudio software. Note: The difference between a screencast and a video is a semantic one, but generally a screencast is a video lecture that focuses on looking at actual source code or other such text on the presenter's desktop. A video, as the term is used here, is usually shot with a standalone camera of a presenter talk...
...list. He also noted that since it doesn't need formal approval, a favorable discussion on the list would suffice. 8 PSF Weblog A. Kuchling asked if he could post a request for an editor for the PSF weblog to the psf-volunteers list. S. Deibel noted that anyone with PSF business can use the psf-volunteers list. 9 Adjournment M. von Löwis adjourned the meeting at 18:03 UTC.
...list named __all__, it is taken to be the list of module names that should be imported when from package import * is encountered. It is up to the package author to keep this list up-to-date when a new version of the package is released. Package authors may also decide not to support it, if they don't see a use for importing * from their package. For example, the file Sounds/Effects/__init__.py could contain the following code: __all__ = ["echo", "surround", "reverse"] This wo...
Version: None
Released: April 10, 2002
Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.2, there's a patch available from the …
View Release Notes
Released: Oct. 1, 2019
This is the release candidate of Python 3.8.0 Note: The release you're looking at is Python 3.8.0rc1, an outdated release. Python 3.9 is now the latest feature release series of Python 3. Get the latest release of 3.9.x here. Please keep in mind that this is a preview release …
Released: Aug. 30, 2021
This is the seventh maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.7, 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. There's been 187 commits …
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 …
Released: March 23, 2022
This is the twelfth maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.12, 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. This is a special …
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 …
...list for changes to python.org. 9 Advocacy Coordinator Progress Jeff Rush updated his accomplishments (http://wiki.python.org/moin/AdvocacyAccomplishments) and to-do list (http://wiki.python.org/moin/PythonAdvocacyCoordinator). M. von Löwis remarked "the activities listed look right to me". T. Peters noted that the Board should not micromanage; this type of review should be up to the supervisors (S. Deibel and S. Holden), unless the supervisors feel it necessary to...
...list of lorem ipsum pages. Laurens will get logs from Noah and analyze traffic and long tail, decide what is our 90% of top views. Noah (with the infrastructure team) will get in place the Load balancer, ElasticSearch, possibly obtain new SSL Cert, and communicate with Fastly about serving the pages with our certs. Ewa will reach out to redesign vendors and set up a meeting, order all lists made by Brian and Laurens and make sure that all of these lists are supplied. Here is a list of items disc...
If you didn't find what you need, try your search in the Python language documentation.