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.4.5 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 Download using HTTP. Documentation is available in Windows Help (.chm) format - python24.chm. Files, MD5 checksums, signatures and sizes 750b652bfdd12675e102bbe25e5e9893 Python-2.4.5.tgz (9625509 bytes, signature) aade3958cb097cc1c69ae007...
...listing: <input type="checkbox" name="PyCon_listme" value="LOK" CHECKED></label> </blockquote> <hr> <blockquote> <label>Name: <input type="text" name="PyCon1_Name_req" value=""></label> <label>Email: <input type="text" name="PyCon1_Email" size="25" value=""></label><br> <label><input type="radio" na...
...list. 9 PSF Members Meeting at PyCon 2010 Further preparations are being made by the board for the PSF members meeting to be held at PyCon 2010. All nominations and deadlines will be listed on the wiki page. 10 IRC Policy B. Cannon initiated a discussion about the possibilities of an IRC policy. Due to time constraints on the board meeting, this discussion was deferred to email. 11 Adjournment S. Holden adjourned the meeting at 18:15...
...list. Moving E-Vote to PSF controlled servers (Noah and Infrastructure Committee seem on-board here). Should we offer voting services via our hosting to other FLOSS organizations? (DQM opines +1). Moved to mailing list for further discussion. Discuss implementing a formal procedures for members to present motions for Board consideration. Moved to mailing list for further discussion. 16 Adjournment Van Lindberg adjourned the meeting at 19:00 CEST/ 13:00 EDT.
...lists, the __call__ method first constructs a new argument tuple. Conveniently, because of the notation *args in __call__'s own argument list, the arguments to __call__ (except for self) are placed in the tuple args. To construct the desired argument list, we concatenate a singleton tuple containing the instance with the args tuple: (self.instance,) + args. (Note the trailing comma used to construct the singleton tuple.) In our example, the resulting argument tuple is (aninstance, 10)...
...list, to other lists, and to the PSF blog. We had a good response, with 4 new candidates stepping forward, in addition to the 8 incumbents. We have a total of 12 candidates for Director this year, but currently the Board is limited to 8 Directors. As Tim Peters put it, "the bigger the board, the more gets done." This motion aims to increase the limit on the number of Directors going forward. We learned in the past that it's better to expand the Board than to miss out on offers of he...
...list of objects directly referenced by an object. (New in 2.3b1.) dict.pop() - now takes an optional argument specifying a default value to return if the key is not in the dict. (New in 2.3b1.) list.insert(i, x) now interprets negative i as it would be interpreted by slicing, so negative values count from the end of the list. (New in 2.3b1.) As of 2.3b2, list.index() now accepts optional start and end arguments. New-style classes that don't define __new__ or __init__ no longer ignore constru...
...list. D. Goodger suggested that the PSF board set a deadline, to push from our end, and not wait on Tim. A. Kuchling agreed, suggesting it might also stir the pydotorg list participants into action. S. Deibel remarked that it would be great to have the site up and running, but it seems like time is short and there are probably a lot of snags. D. Goodger replied that we "won't know if we don't try ... let's get it off Tim's plate and onto ours". S. Deibel agreed. S. Holden remarked t...
...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): 5.1 Communication Status D. Hellmann, Communication Officer, reported continued activities from last month, by saying: Paulo Nuin finished the post on the email project. http://pyfound.blogspot.com/2011/04/psf-grant-funds-porting-work-for-email.html Announced grant to fund Python Miro Community. http://pyfound.blogsp...
...list was not freed on interpreter shutdown. Limit free list of method and builtin function objects to 256 entries each. Patch #1953: Added sys._compact_freelists() and the C API functions PyInt_CompactFreeList and PyFloat_CompactFreeList to compact the internal free lists of pre-allocted ints and floats. Bug #1983: Fixed return type of fork(), fork1() and forkpty() calls. Python expected the return type int but the fork familie returns pi_t. Issue #1678380: Fix a bug that identifies 0j and -0j w...
...list. Status: done Originally from November 2005, Section 8, Trademark Policy: D. Ascher will probably work with ActiveState's legal person on trademark policy. Status: carried forward. Originally from December 2005, Section 4, Python.org Redesign: S. Holden said that he would be responsible for making sure that documentation is available for the new python.org system. Status: done, although we still need better docs. Originally from December 2005, Section 6, PSF Member Meeting: J. Hylton ple...
...list. Status: carried forward. 3.2 New in May These action items originated at the 15 May 2007 board meeting on IRC. Section 4, Frank Willison Award: D. Goodger will coordinate the selection of the 2007 recipient of the Frank Willison Award. D. Goodger reported that he is currently gathering candidates; several have been nominated. He will discuss them over email this week. Status: in progress. Section 4, Frank Willison Award: D. Goodger will set up a page on www.python.o...
...lists also making sure emails are being answered/followed up on. I am continuing to read through all of the email threads that occur on the board/members mailing lists. Contributor Agreements collecting agreements coming through EchoSign and marking them in bug tracker. Documentation Upkeep and Wiki working on helping with the 2013 PSF Budget and keeping it up to date Other Conferences Please see the Event Coordinator Report for the detail. 5.3 Sprints Comm...
...List and Repository Access to PSF Administrator The Board discussed adding the PSF Administrator to the Board mailing list in order for her to be informed of Board deliberations and to therefore prepare the monthly Board meeting minutes. Also, PSF Administrator access to the Repository was discussed. After speaking with V. Lindberg, S. Holden reported that there should be no legal problem. [65] S. Holden will initiate further discussion via email about adding the PSF Administrator to the Board ...
...list of sponsors to CTE. I will continue to send an updated sponsor list to CTE about once a week until the conference. Expo Hall: I have planned and finalized a new floor plan for the expo. Attendee Registration: I received the web app from CTE to create registration promo codes and I have created and sent out the codes that were requested. Planned for Next Month Attendee Reg: Work with CTE to get the tutorial registrations up and work with Caktus to get the conference program out PyCon d...
Version: None
Released: Oct. 5, 2021
This is an early developer preview of Python 3.11 Major new features of the 3.11 series, compared to 3.10 Python 3.11 is still in development. This release, 3.11.0a1 is the first of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Jan. 14, 2022
This is an early developer preview of Python 3.11 Major new features of the 3.11 series, compared to 3.10 Python 3.11 is still in development. This release, 3.11.0a4 is the fourth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: March 19, 2024
This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.19, a security bugfix release for the legacy 3.8 series. Python 3.12 is now the latest feature release series of Python 3. Get the latest release of 3.12.x here. Security content in this …
View Release Notes
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.19, a security bugfix release for the legacy 3.9 series. Python 3.12 is now the latest feature release series of Python 3. Get the latest release of 3.12.x here. Security content in this …
...lists of what was new in each alpha, beta or candidate release. Download Windows users should download Python-2.1.exe, the Windows installer, from one of the download locations below, run it, and follow the friendly instructions on the screen to complete the installation. (Python-2.1-Debug.zip is a set of DLLs for Windows developers compiled in debug mode; it contains nothing of value for regular Python users.) After downloading and installing Python 2.1 for Windows, you may a...
If you didn't find what you need, try your search in the Python language documentation.