Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...2012: March 7th — 15th, Santa Clara, CA PyCon 2013: March 11th — 21st, Santa Clara, CA As far as the continued activities from last month, he reported: Signed LOI for PyCon 2014/2015 in Montreal, Canada - need to coordinate with tourism Montreal for their booth they intend on having at PyCon 2012/2013 to help people with their travel documents/passports. Jesse also reported on the new activities for the month. He said: Board-level private discussion of contractor agreement for PyCon 2012. ...
...2012 and the gearing up of PyCon US 2013: "Not much to report this month: We are in the process of closing out the 2012 budget/books so the foundation can recognize the revenue from the conference. We are in the discussion phase of 2013 based on what we learned from 2012, and I am ramping up sponsorship discussions for 2013 behind the scenes. Until the books are closed for 2012 I am not comfortable with moving forward on 2013. I have a larger blog post planned to discuss the conference ove...
Version: None
Released: Feb. 8, 2005
Python 2.3.5 (final) on Feb 8th, 2005. This is a bug-fix release for Python 2.3. There have been around 50 bugs fixed since 2.3.4 - in the Python interpreter, the standard library and also in the build process - see the release notes for details. Important: This release …
View Release Notes
...2.3, and note that you must have a SourceForge account and be logged in to submit a bug report or patch (we require this in case we need more information from you).</p> <p>If you have access to an "unusual" platform, you might want to consider adding your report to the Wiki page <a href="http://wiki.python.org/moin/Python_202_2e3_2e1_20Platform_20Reports">Python 2.3.1 Platform Reports</a>.</p>
...2.0 began to disallow multiple arguments to the sequence append method. This problem required changing exactly three easily found calls in our code base of over 77K lines of Python. 2) Different versions of Python can produce incompatible compiled byte code and requires that C/C++ extension modules are compiled against a specific version of Python. For example, while Python 2.2.2 works happily with Python 2.2.1 or 2.2.0 byte code and extension modules, it will print warnings and may run into pro...
...2008 section 8]. Approved by member vote 2009-03-27. Status: done. [23] Originally from 14 April 2008, Section 5, Treasurer's Report: S. Holden will assist K. Kaiser with accounts receivable reminders. Status: in progress. [15] Originally from 14 April 2008, Section 7, PyCon Asset Record-Keeping: D. Goodger will update the assets file in PSF CVS with the details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: in progress. [16] Originally from 14 April 2008, Section 12, Spon...
Released: Dec. 7, 2020
This is the first maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.1, 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. We've made …
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 …
Released: Feb. 3, 2026
This is third maintenance release of Python 3.14 Python 3.14.3 is the third maintenance release of 3.14, containing around 299 bugfixes, build improvements and documentation changes since 3.14.2. Major new features of the 3.14 series, compared to 3.13 Some of the major new features and changes …
...2009-02-25 Doug Hellmann, nominated by Ken Manheimer 2009-03-04 Adrian Holovaty, nominated by Steve Holden 2009-03-07 Jacob Kaplan-Moss, nominated by James Tauber 2009-03-01 Matthias Klose, nominated by Barry Warsaw 2009-03-04 Glyph Lefkowitz, nominated by Steve Holden 2009-03-07 Duncan McGreggor, nominated by Steve Holden 2009-03-07 Jesse Noller, nominated by Brett Cannon 2009-02-23 Benjamin Peterson, nominated by Georg Brandl 2009-02-27 Ted Pollari, nominated by David Goodger 2009-03-02 Mark R...
...2008, Section 4, Google Summer of Code Report: D. Goodger will post the report to the PSF blog. Posted to the PSF blog: http://pyfound.blogspot.com/2008/03/2007-google-summer-of-code-report.html Full report on python.org: http://www.python.org/psf/reports/gsoc-2007/ Status: done. Originally from January 2008, Section 6, Members' Meeting: D. Goodger will send all sponsor applicant's info to members. Status: done. Originally from January 2008, Section 6, Members' Meeting: D. Goodger will send ...
...2 Community Relations Report written by Marc-Andre Lemburg 12.1 Summary 12.2 Progress 12.3 Conference Kits 12.4 Local PSF Representation 12.5 Events Calendars 12.6 Issues 12.7 Future plans 13 Part Time System Admins for PSF 14 Fiscal Sponsorship for IndyPy 15 Other Business 15.1 CTM App 108482...
...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 2.3.1 2.3 2002-2003 PSF yes 2.3.2 2.3.1 2003 PSF yes 2.3.3 2.3.2 2003 PSF yes 2.3.4 2.3.3 2004 PSF yes 2.3.5 2.3.4 2005 PSF yes 2.4 2.3 2004 PSF yes 2.4.1 2.4 2005 PSF yes 2.4.2 2.4.1 2...
...2005 Game Developer Magazine. "Python, like many good technologies, soon spreads virally throughout your development team and finds its way into all sorts of applications and tools. In other words, Python begins to feel like a big hammer and coding tasks look like nails." -- Mustafa Thamer of Firaxis Games, talking about Civilization IV. Quoted on page 18 of the August 2005 Game Developer Magazine. "We chose to use python because we wanted a well-supported scripting language that...
...2 example expressions from the XPath specification, parsing each one 100 times. Tests where executed using Python 2.1 on a 600 MHz UltraSparc machine. The list of tests being executed, and the grammars that have been used for the parser generators are part of the PyXPath distribution, in [vLo00]. For convenience, the test cases are reproduced below. exprs = [ "child::para", "child::*", "child::text()", "child::node()", "attribute::name"...
...2002 shall continue under current membership and leadership, and that the committee's activities shall now be constrained to all aspects of fund raising for the PSF, including but not limited to (1) creation of fund raising messages, ads, and materials, (2) soliciting of donations from private and company contributors, and (3) management of fund raising infrastructure. Public Relations Committee (PRC) Dissolved:April 12, 2005 Formed:April 13, 2004 Chairman:Steve Holden Members:Aahz, Ke...
2007-05-14 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors May 14, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:02 UTC, 14 May 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Past...
Released: April 15, 2006
We are pleased to announce the release of Python 2.4.3 (final), a bugfix release of Python 2.4, on March 29, 2006. Python 2.4 is now in bugfix-only mode; no new features are being added. At least 50 bugs have been squashed since Python 2.4.2, including a number …
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 security advisory PSF-2006-001 "Buffer overrun …
If you didn't find what you need, try your search in the Python language documentation.