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.
...all aspects of our lives and is reshaping our future. Nonprofits like the PSF are having to rebuild. With PyCon 2020 and 2021 happening virtually, the PSF is faced with potentially losing $1.2 million USD of expected revenue for those two years. This fundraiser is critically important and the money raised will help the PSF support the tools and initiatives that Pythonistas use everyday. This years' fundraiser is focusing on education. We're excited to be able to collaborate with authors,...
...allocation scheme. For larger lists, overallocation ranged between 3% and 25%. Now, it is a constant 12%. For smaller lists (n<8), overallocation was up to eight elements. Now, the overallocation is no more than three elements -- this improves space utilization for applications that have large numbers of small lists. Most list bodies now get re-used rather than freed. Speeds up list instantiation and deletion by saving calls to malloc() and free(). The dict.update() method now accepts all...
...all via phone and Internet Relay Chat beginning at 18:00 CEST/ 12:00 EDT, on September 12 2012. Marc-Andre Lemburg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-Y‚opposed-N‚abstentions-A; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstentions"). Contents 1 Attendance 2 Minutes of Past Meetings 3 Votes Taken Between Meetings 4 &n...
...ally published in The Python Papers volume 2, issue 4. Last updated March 2008 Introduction “The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of the international community of Python programmers.” The Python Software Foundation (PSF) is the non-profit legal entity that holds and protects the intellectual property rights behind Python, keeping it free and open for all to use. The PSF also c...
...all executable (UNWISE.EXE) vanishes. One cause of that has been fixed in the installer (disabled Wise's "delete in- use files" uninstall option). Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031] The installer now installs Start menu shortcuts under (the local equivalent of) "All Users" when doing an Admin install. file.truncate([newsize]) now works on Windows for all newsize values. It used to fail if newsize didn't fit in 32 bits, reflecting a limita...
...all major platforms, and can be freely distributed. Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source...
...all the way through the final day of sprints. If you are interested in volunteering check back often for new opportunities and select one that would best fit your passion. Current Opportunities Travel Grant Committee We are seeking new members to shape strategy and support in-person disbursement sessions. We are looking for applications for both PyCon US 2022 and 2023 in Salt Lake City. Applications are closed for the Travel Grant Committee PyCon Charlas Committee La Python Software Foundation ...
...All video topics pertain to the PSF and/or initiatives the PSF runs. Most recent videos are listed first and only through 2019 to keep things current! 2021 2020 2019
Version: None
Released: April 29, 2020
This is the release candidate of the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3rc1, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. …
View Release Notes
Released: July 20, 2020
This is the fifth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.5, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. 3.8.5 has been released …
...alling Python Modules Distributing Python Modules The HTML bundle also contain the Global Module Index, which contains direct links to the documentation for all the modules documented in the Python Library Reference and Macintosh Library Modules. These documents are not available for download individually. Information on unpacking the archive files containing the documentation is available in the general downloads section. If you have comments or suggestions for the Python documentation, please...
...ALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.</p> <p>6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.</p> <p>7. This License Agreement shall be governed by and interpreted in all respects by the la...
...ally founded to use some of the PSF's "spare" money to advance Python projects. It wasn't initially clear what kind of projects where to be funded, hence the original call for projects was fairly wide. In the call, we indicated that we would give away $40,000 (which was a significant fraction of the PSF's assets at that time); in response, we got over 60 project proposals. Many of them were designed so that they would consume the entire $40,000, yet the committee agreed that we would l...
...allas, TX Appointment of Proxy for February 24, 2006 member meeting in Dallas, TX Designation of Proxy As a member of the Python Software Foundation (PSF), I hereby appoint: ______________________________________________________________ [Print the name of the person you are appointing as your proxy.] as my proxy with full power to vote in accordance with the directions provided here and on all other matters that may come before the PSF member meeting to be held in Dallas at the Addiso...
If you didn't find what you need, try your search in the Python language documentation.