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.
Version: None
Released: Sept. 6, 2024
This is the sixth maintenance release of Python 3.12 Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.6 is the latest maintenance release, containing about 90 bugfixes, build improvements and documentation changes since 3.12.5. This is an expedited …
View Release Notes
Agenda of 2009 PSF Members' Meeting, 27 March 2009 The Python Software Foundation Agenda of the 2009 Members' Meeting March 27, 2009 This agenda was finalized on March 17, 2009. The annual PSF Members' Meeting will be held at PyCon 2009 on March 27, 2009 at 12:10 CDT (17:10 UTC) at the Hyatt Regency O'Hare hotel in Chicago (Rosemont), Illinois, USA. Voting If you cannot attend the meeting you can vote by designating a proxy or by absentee ballot. A proxy designation is preferred; ...
....2 New in February 4 www.python.org Server 5 GHOP Participants 6 PyCon Thank-You Fund 7 PyCon Italia Due Sponsorship 8 New Sponsor Member Applications 9 Awards Program 10 Python Certification 11 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: Brett Cannon, Stephan Deibel...
....2 Issues / Blockages 6.3 Continued Activities from Last Month 6.4 New Activities 6.5 Planned for Next Month 6.6 Notes 7 PyCon Chair Report written by Jesse Noller 7.1 Summary 7.2 Issues / Blockages 7.3 Continued Activities from Last Month 7.4 New Activities 7.5 Planned for Next Month 7.6 Note...
....2 n/a 1991-1995 CWI yes 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 1.6 1.5.2 2000 CNRI no 2.0 1.6 2000 BeOpen.com no 1.6.1 1.6 2001 CNRI no 2.1 2.0+1.6.1 2001 PSF no 2.0.1 2.0+1.6.1 2001 PSF yes 2.1.1 2.1+2.0.1 2001 PSF yes 2.2 2.1.1 2001 PSF yes 2.1.2 2.1.1 2002 PSF yes 2.1.3 2.1.2 2002 PSF yes 2.2.1 2.2 2002 PSF yes 2.2.2 2.2.1 2002 PSF yes 2.2.3 2.2.2 2002-2003 PSF yes 2.3 2.2.2 2002-2003 PSF yes...
Quotes about Python Python is used successfully in thousands of real-world business applications around the world, including many large and mission critical systems. Here are some quotes from happy Python users: YouTube.com "Python is fast enough for our site and allows us to produce maintainable features in record times, with a minimum of developers," said Cuong Do, Software Architect, YouTube.com. Industrial Light & Magic "Python plays a key role in our production pip...
Towards a Standard Parser Generator Towards a Standard Parser Generator Martin v. Löwis Humboldt-Universität zu Berlin Institut für Informatik loewis@informatik.hu-berlin.de Abstract Developing parsers for "little" languages is a common task for many software developers. People have frequently requested inclusion of a specific parser generator framework into the Python library. In this paper, we compare several Python parser generators, using the XPath langua...
Work Groups of the Python Software Foundation Active Work Groups Code of Conduct Work Group Diversity and Inclusion Work Group Education & Outreach Work Group Fellows Work Group Grants Work Group Infrastructure Work Group Python Job Board Work Group Packaging Work Group Trademarks Work Group Inactive Committees & Work Groups Scientific Python Work Group Marketing Work Group Sprint Work Group Public Support Committee (PSC) Public Relations Committee (PRC) Python Conference Committee...
....2 New in April 4 Frank Willison Award 5 Funding for Jornada Python en Santa Fe (Argentina) 6 EuroPython Sponsorship 7 PyCon Uno (Italy) 8 Request to Change python.org Home Page 9 Advocacy Coordinator Progress 10 Budget Discussion 11 Adjournment 1 Attendance The following members of the Board of Directors were present at th...
Released: April 15, 2006
We are pleased to announce the release of …
Released: Nov. 30, 2004
We are pleased to announce the release of Python 2.4, final on November 30, 2004. This is a final, stable release, and we can recommend that Python users upgrade to this version. Important: This release is vulnerable to the problem described in …
Released: March 30, 2005
We are pleased to announce the release of Python 2.4.1 (final) on March 30, 2005. 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 …
Released: Sept. 27, 2005
We are pleased to announce the release of Python 2.4.2 (final), a bugfix release, on September 28, 2005. 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 …
Python 2.4 Python 2.4 Python 2.4 has been replaced by a newer bugfix release. Please see the releases page to select a more recent release. We are pleased to announce the release of Python 2.4, final on November 30, 2004. This is a final, stable release, and we can recommend that Python users upgrade to this version. 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-...
Highlights: Python 2.4 Highlights: Python 2.4 Here are the (subjective) highlights of what's new in Python 2.4. Faster A number of modules that were added in Python 2.3 (such as sets and heapq) have been recoded in C. In addition, there's been a number of other speedups to the interpreter. (See section 8.1, Optimizations, of the "What's New" document for more). New language features multi-line imports - when using imports in the form from foo import bar, baz, bing, bang, you c...
Python 2.4.1 Python 2.4.1 Python 2.4.1 has been replaced by a newer bugfix release. Please see the releases page to select a more recent release. We are pleased to announce the release of Python 2.4.1 (final) on March 30, 2005. 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 Note: there's a security fix for SimpleXMLR...
Released: Feb. 21, 2008
Python 2.5.2 was released on February 21st, 2008. This is the second bugfix release of Python 2.5. Python 2.5 is now in bugfix-only mode; no new features are being added. According to the release notes, over 100 bugs and patches have been addressed since Python 2.5.1, many …
Released: Sept. 19, 2006
Python 2.5 was released on September 19th 2006. There's a bunch of places you can look for more information on what's new in this release -- see the "What's New" section further down this page. This is a final release, and should be suitable for production use. …
Released: Dec. 19, 2008
Python 2.5.3 was released on December 19th, 2008. This is the last bugfix release of Python 2.5. Python 2.5 is now in bugfix-only mode; no new features are being added. According to the release notes, about 80 bugs and patches have been addressed since Python 2.5.2, many …
If you didn't find what you need, try your search in the Python language documentation.