Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Version: None
Released: July 8, 2025
It's the final 3.14 beta! https://www.python.org/downloads/release/python-3140b4/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b4, is the last of four planned beta releases. Beta release previews are intended to give the wider community the opportunity to test new …
View Release Notes
Released: Aug. 14, 2025
It's the final 🪄 penultimate 🪄 3.14 release candidate! Note: rc2 was originally planned for 2025-08-26, but we fixed a bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means .pyc files created for rc1 cannot be used for rc2, and they'll …
...next one. The Windows configuration adds a new main program, "pythonw", and registers a new extension, ".pyw" that invokes this. This is a standard Python interpreter that does not pop up a console window; handy for pure Tkinter applications. All output to the original stdout and stderr is lost; reading from the original stdin yields EOF. From 1.5b2 to 1.5 (final) Thanks to all who contributed doc strings or other documentation! Many small improvements to the quality of...
...next member meeting. The python.org domain was transferred from CNRI, and work is on progress on selecting contributor agreement. The most recent suggestion from the lawyer to replace suggested three contributor agreements with an individual one, has been well received by the directors. <h1>Treasurer Report</h1> Neal Norwitz gave a brief summary of the PSF's financial status. The current balance are assets of $115k. He then responded to detailed questions from the members on specific...
...Next to follow are: getting the payment system ready and then putting the marketing information up on the website. Discuss setting up a PSF partner network This idea was regarded as better short-term alternative to the European PSF branch. The board will prepare a set of requirements a partner organization would have to fulfill and then invite organizations to the network. Gathering networking information from the meeting attendees This was not discussed. We'll likely setup a wiki page for t...
...next month's board meeting. 7 Appointment of Infrastructure Committee Chairman R. Hettinger: "Sean [Reifschneider] is expected to abstain from votes about his own company." S. Holden: "We do need to discuss the conflict of interest situation with him, but I agree with T. Peters' suggestion that we trust him to recuse himself from decisions where tummy.com might profit." RESOLVED, that Sean Reifschneider be appointed chairman of the Infrastructure Committee...
...next members' election. RESOLVED, that the board recommends Zimbio Inc. as a pending sponsor member. Approved, 8-0-0. 8 Other Business The board briefly discussed and is considering modifying the members election calendar time-slot from once or twice a year to holding quarterly member elections. 9 Adjournment S. Holden adjourned the meeting at 16:57 UTC.
...next reports will be delivered May 10, 2013. 6 Van Lindberg for PSF Chairman RESOLVED, that Van Lindberg be appointed Chairman of the Python Software Foundation for the year 2013 Approved, 10-0-0. 7 Jesse Noller and Marc-Andre Lemberg for PSF Vice-Chairmen RESOLVED, that the Python Software Foundation appoint two Vice Chairs for 2013, Jesse Noller and Marc-Andre Lemburg Denied, 4-5-2. 8 Marc-Andre Lemburg for PSF Vice-Chairman RESOLVED,...
...next time. D. Goodger: I think the key is the supervision. That's us. D. Ascher: Agreed, and I think [the problem is that] "us" doesn't work in practice. A. Kuchling: I think several people suggested that helping user groups is a good strategy for advocacy. K. Kaiser: Note that the cost of the AC would be about equal to our income last year. I repeat my comment that the position should be self funding in that advocacy should result in more sponsors and donors. 8  ...
...next Board meeting. Holden: Please note that Stephan and I feel it's best if these changes are made by Board vote, which the current bylaws allow. Deibel: I do think we can vote on this as a board and not at members' meeting -- it's in our rights and much easier/faster D. Goodger: I think we DO need a members' vote on the changes, or at least a ratification (same thing). The role of the Board & members changes, so we should be sure to have member support. Things that used to require...
...next AR report." S. Holden: "A polite 'phone call asking when payment is scheduled will detect problems early and avoid the issues we've had in the past." 6 Changes to the Bylaws S. Holden noted that we haven't heard from counsel regarding the legal review of the proposed bylaws changes. "If we don't vote on the changes today this means we will be bound by the old bylaws" for the members' meeting (e.g. notice requirements). M. von Löwis: "I think...
Released: May 26, 2025
Here's the second 3.14 beta. https://www.python.org/downloads/release/python-3140b2/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b2, is the first of four planned beta releases. Beta release previews are intended to give the wider community the opportunity to test new …
...next task in developing CORE was to find a useful templating module to integrate our Python code with HTML pages running on the Apache web server. After looking at a number of available Python-based templating modules, we opted to create a simple parser of our own. Our approach was to convert server-side template pages into Python servlets whose output is sent by the HTTP server to the user's browser. Although this was a fairly simple exercise, we did run into some problems stemming from our des...
...next day or two. Status: done. Originally from September 2005, Section 8, Conference Committee Status Report: A. Kuchling will send a copy of the PyCon 2006 contract to the Treasurer (carried forward). Originally from September 2005, Section 9, Grants Committee: M. von Lรถwis will verify whether Brian Zimmer's grant invoice is the one previously discussed (i.e. a reduced amount of work, and a reduced payment) (carried forward). Originally from September 2005, Section 10.1, Trademarks & Th...
...next meeting. 6 PyCon Italia We received a funding request from PyCon Italia to help with a $7,000 shortfall in their budget. The PSF sponsored PyCon Italia 2007 & 2008 at 1,500 Euros each. S. Holden: "It's a rather larger conference this year, with Guido [van Rossum] and [Alex] Martelli visiting." RESOLVED, that the PSF support PyCon Italia 2009 with funding of $3,500. Approved, 8-0-0. B. Cannon: "Are we ever going to say that we are not going to sponsor...
Released: March 8, 2023
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a6 is the sixth of seven planned alpha releases. Alpha releases are intended to make it easier to test …
...next day, I remembered an odd corner of Python: the array module. This happens to have an operation to create an array of 1-byte wide integers from a list of Python integers, and every array can be written to a file or converted to a string as a binary data structure. Here's our function implemented using these operations: import array def f7(list): return array.array('B', list).tostring() This is about three times as fast as f6(), or 12 to 15 times as fast ...
...next year? Strategy to increase user base? Improve library & tools for developers PSF support of conferences in other countries Further discussion was deferred. 5 Discussion of Bug Tracker Migration Brett Cannon proposed migrating away from the SF bug tracker; Python has outgrown it. There are several candidates for bug tracking software. Brett proposed that the Infrastructure Committee take on this task, and that he and Barry Warsaw would take leadership roles. 6&nb...
...next meeting. D. Goodger will prepare for the PSF members' meeting at PyCon. 8 Advocacy Coordinator Status S. Deibel reported on the status of the Advocacy Coordinator grant. The board discussed the progress so far and the direction for the future. S. Deibel will summarize the board's discussion and communicate it with the Advocacy Coordinator. The Advocacy Coordinator has a wiki page (http://wiki.python.org/moin/PythonAdvocacyCoordinator) and a blog (http://python-advoc...
...next month, with nomination and voting suggestions. Status: carried forward. Originally from March 2007, Section 16, Reviving the Grants Program: D. Goodger will send email to PSF-members about recruiting: a leader for a new grants program, an Assistant Secretary, and an Assistant Treasurer. D. Goodger sent a call for new Grants Committee leadership on August 3, and Laura Creighton stepped forward. A call for assistants was sent August 13, with no responses yet. Status: done. Originally from ...
If you didn't find what you need, try your search in the Python language documentation.