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.
....1, Sponsor Member Application: OpenEye Scientific Software: D. Goodger will inform OpenEye Scientific Software of their pending sponsor membership status, and will request a logo for the web site. S. Deibel informed OpenEye Scientific Software. Status: done. Section 4.2, Sponsor Member Application: K. Kaiser will invoice OpenEye Scientific Software for their sponsor membership feee. Status: carried forward. Section 5.1, Sponsor Member Application: Lucasfilm: S. Holden will inform Lucasfi...
....1 Carried Forward 4.2 New On 12 March 4.3 New On 27 March 4.4 New Between Meetings 5 Grant Funding from Mellon Foundation 6 PyCon Italia 7 PSF Community Award Nominations 8 Grant for Vern Ceder for NECC Talk 9 Request for PSF Support of FOWABE 10 Request for Support of the "NiceTime" Proposal 11 PSF...
....1 Carried Forward 3.2 New from April 14 4 Outstanding Receivables 5 Hostway Sponsor Membership Termination 6 PyCon 2009 Venue Update 7 PyCon 2010 Bids Summary 8 2008 Frank Willison Award 9 2008/2009 Budgeting 10 Sponsor Member Application: Propertysold.ca 11 Developer Documentation Project/Bounty 12 Choice of...
Version: None
Released: Dec. 21, 2020
This is the seventh maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.7, 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. macOS 11 Big Sur …
View Release Notes
Released: May 31, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b2 is the second of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support …
Released: Dec. 3, 2024
This is the eighth maintenance release of Python 3.12 Python 3.12.8 is the latest maintenance release of Python 3.12, containing more than 250 bug fixes, build improvements and documentation changes since 3.12.7. Security content in this release gh-126623: Upgraded libexpat to 2.6.4 to fix CVE-2024-50602. gh-124651: Properly …
Released: Dec. 17, 2024
O Alpha 3, O Alpha 3, how lovely are your branches! https://www.python.org/downloads/release/python-3140a3/ 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.0a3, is the third of seven planned alpha releases. Alpha releases …
Using Windows Installer Installer Features Python 2.4 is distributed as a Microsoft Installer (MSI) file on Windows. Typically, packages are installed by double-clicking them in the file explorer. However, with the msiexec.exe command line utility, additional features are available, like non-interactive installation and administrative installation. Non-interactive Installation With the command line msiexec /i python<version>.msi installation can be initiated programma...
Using Windows Installer Windows Installer Features Python 2.5 is distributed as a Microsoft Installer (MSI) file on Windows. Typically, packages are installed by double-clicking them in the file explorer. However, with the msiexec.exe command line utility, additional features are available, like non-interactive installation and administrative installation. Non-interactive Installation With the command line msiexec /i python<version>.msi installation can be initiated p...
Python Software Foundation: Minutes of Board of Directors Meeting (Apr. 9, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors Apr. 9, 2002 A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 UTC. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following members of the Board of Directors were pre...
....1 Fiscal Sponsorship 4.2 PyOhio 2012 Conference Grant 5 Treasurer Report 6 Progress Reports 6.1 Communication Status 6.2 Marketing Material 6.2.1 Sponsor Options 6.2.2 Educational Sponsorship 6.2.3 Please Help find Sponsors 6.3 Moving PyPI to Amazon CloudFront 6.4 Outreach and Education Committee (OEC) 6.4....
Python Success Stories Introduction This is a story about how Python's elegant design can make the language useful in an unexpected way. Carmanah Technologies Inc. (http://www.carmanah.com/) was conceived in the middle of the Pacific Ocean. The founder, David Green, was sailing his boat from Fiji, bound for Victoria, British Columbia. He was running low on battery power for his navigation lights, and had an insight. The eventual result of that mid-ocean idea was the world's first self-conta...
....1 Financial Review 2.2 Grants Process 2.3 PyCon Report 3 Elections 3.1 New Nominated Members 3.2 New Sponsor Member 3.3 New Board of Directors 4 Discussion of the PSF as an Umbrella Organization 5 Discussion of Bug Tracker Migration 6 Other Business 7 Adjournment 1 Attendance The followi...
....1 Carried Forward 3.2 New in January 4 GHOP Contest Winners 5 PyCon Update 6 www.python.org Server 7 Jython Bug Tracker 8 Members' Meeting 9 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: Tim Peters, David Goodger, Andrew Kuchling, Stephan Deibel, Martin von Löwis, Steve Holden, and Br...
Parade of the PEPs Parade of the PEPs To start off Developer's Day at the Python10 conference I gave a keynote ending in what I dubbed "the parade of the PEPs". It was a brief overview of all open PEPs, where I gave my highly personal and subjective opinion for each PEP. Later, I realized that this might have been of interest to other developers. I didn't take notes at the conference, so below is a different set of comments that I created from scratch during a single two-hour sitt...
....1, Financial Report: D. Goodger will work with V. Lindberg on a budget plan for PyCon 2010 & 2011. Status: pending. [88] Originally from 13 July 2009, Section 16.1, Financial Report: K. Kaiser will provide a financial report to board members monthly. Status: pending. [89] Originally from 13 July 2009, Section 16.1, Financial Report: D. Goodger will inform the board of the 10% commission amount received from hotel room charges at the Crowne Plaza Hotel stay during PyCon 2009 when the infor...
....1, Progress Report: A. Kuchling will draw up a PSF budget plan. Status: active. [87] Originally from 13 July 2009, Section 16.1, Financial Report: D. Goodger will work with V. Lindberg on a budget plan for PyCon 2010 & 2011. Status: pending. [89] Originally from 13 July 2009, Section 16.1, Financial Report: D. Goodger will inform the Board of the 10% commission amount received from hotel room charges at the Crowne Plaza Hotel stay during PyCon 2009 when the information becomes available. ...
....1. If you need to access the UTF-8 representation of a Unicode object as bytes string, please use PyUnicode_AsUTF8String() instead. Issue #3460: PyUnicode_Join() implementation is 10% to 80% faster thanks to Python 3.0's stricter semantics which allow to avoid successive reallocations of the result string (this also affects str.join()). Library Issue #1276: Added temporary aliases for CJK Mac encodings to resolve a build problem on MacOS with CJK locales. It adds four temporary mappings ...
Released: May 5, 2014
Python 3.4.1rc1 Python 3.4 has reached end-of-life. Python 3.4.10, the final release of the 3.4 series, is available here. Python 3.4.1 was released on May 18th, 2014. Python 3.4.1 has over three hundred bugfixes and other improvements over 3.4.0. One notable change: the version of OpenSSL bundled with the Windows …
Released: May 8, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b1, is the first of four beta release previews of 3.13. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
If you didn't find what you need, try your search in the Python language documentation.