Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Python Software Foundation: Minutes of Board of Directors Meeting (September 10, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors September 10, 2002. A regular regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1:10 pm EST. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following Board members were present: Ti...
...http://mail.python.org/mailman/private/psf-board/2012-November/019881.html as representing a true and accurate record of the November 21 2012 meeting. Approved, 5-0-1. 3 Votes Taken Between Meetings There were no votes taken between meetings. 4 Votes Taken Over Email There were no votes taken over email. 5 Treasurer Report Treasurer Reports will only be provided every second PSF Board Meeting of the month (December 19, 2012). 6 &nbs...
IDLE and tkinter with Tcl/Tk on macOS Important If you are using macOS 12 Monterey or later, you may see problems with file open and save dialogs when using IDLE or other tkinter-based applications. The most recent versions of python.org installers (for 3.10.0 and 3.9.8) have patched versions of Tk to avoid these problems. They should be fixed in an upcoming Tk 8.6.12 release. If you are using a Python from any current python.org Python installer for macOS (3.10.0+ or 3.9.0+), no further acti...
...http://mail.python.org/mailman/private/psf-board/2013-March/021427.html as representing a true and accurate record of the March 05 2013 meeting. Approved, 8-0-0. 3 Votes Taken Between Meetings There were no votes taken between meetings. 4 Votes Taken Over Email There were no votes taken over email. 5 Reports 5.1 Event Coordinator Report Other PSF Conferences Successfully saved internet costs for PyData and pgDay. The ...
Absentee Ballot - 2009-03-27 PSF Members' Meeting This form was finalized on March 17, 2009. We recommend that you designate a proxy to vote on your behalf at the meeting PSF members who have indicated their willingness to act as proxy are listed in the meeting agenda. The text source of this form can be found here (suitable for emailing). As a member of the Python Software Foundation (PSF), I hereby cast this absentee ballot for elections and resolutions under consideration at the PSF ...
Donation Drive ThePSF, Python Software Foundation, Python, PSF Invest in our Foundation and better the Python community! Thanks to everyone who helped us exceed our goal of $20,000.00 USD by May 12th! .crm-contribute-widget { font-size:12px; font-family:Helvetica, Arial, sans; padding:6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; bor...
Version: None
Released: June 17, 2020
Note Note: The release you are looking at is a bugfix release preview for the legacy 3.7 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.7 was 3.7.17 …
View Release Notes
...HTTP mirroring script. Requirements from #3 3.1) Users can check a signature on the downloaded package, using an external tool such as GnuPG. 3.2) Checking the signature is optional, and can be skipped if the external tool isn't available. (We could implement our own signature scheme with Python code, but that's a bad idea; security is hard, and few people will bother to generate keys that are only useful only for distributing Python modules. Related requirement: the ...
...http://www.shareit.com/) for this. Von Loewis questioned the use of a shareware reseller for the PSF's purposes. Lemburg explained that ShareIT is offering good services for reasonably low costs (compared to other online payment providers). Hylton asked whether the PSC had already asked ShareIT for permission to use their service in the way intended by the PSC (sending out "Thank You" PDF files as product in return for the donation). Lemburg replied that the question has been forwarded to Share...
Python Success Stories Background MayaVi is an open source scientific data visualization tool written entirely in Python. I started work on MayaVi in 2000. At that time, a few colleagues of mine needed to visualize their computational fluid dynamics (CFD) data but the only suitable tools available were commercial, closed source programs that were prohibitively expensive. We looked at some open source tools as alternatives. OpenDX had just been released to the public and at that time was har...
Python Success Stories Summary XIST is a XML transformation engine written completely in Python at LivingLogic AG, a software development company specializing in web technology. XIST was designed to facilitate the task of creating and maintaining large web sites. Background Soon after we began creating web pages in 1994, it became clear that typing HTML files by hand is tedious and cumbersome, and we began to search for tools to simplify the repetitive task of HTML generation. Early on, we ...
...http://mail.python.org/mailman/private/psf-board/2013-May/022102.html as representing a true and accurate record of the May 10, 2013 meeting Approved, 6-0-3. 3 Votes Taken Between Meetings There were no votes taken between meetings. 4 Votes Taken Over Email The board voted on adding Red Hat as a potential PSF sponsor. RESOLVED, that the board recommends Red Hat as a pending sponsor member Approved, 11-0-0. 5 Reports Reports are delivered ...
...http://www.bitdance.com/projects/email6/psfproposal.html), and assist with further fundraising of $10,000 by offering $2,000 to be matched at a ratio of 4:1. Approved, 5-0-0. [111] S. Holden will inform David R. Murray of the Board's decision to offer a seed funding grant of $4,000 & assist with raising a further $10,000. 9 Appointment of Wendroff as PSF Accountants The Board discussed and reached a consensus on the appointment of Wendroff & Associates, LLC. RESOLVED,...
Released: Aug. 17, 2020
Note: The release you are looking at is Python 3.7.9, the final bugfix/security release with binary installers for the legacy 3.7 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for …
Giving Tuesday Fundraiser #donate-cta { background: orange; border-radius: .5rem; padding: 1rem 1.5rem; color: white; margin-top: 1rem; margin-bottom: 1rem; font-weight: bold; font-size: 1.5rem; display: block; } Help us raise $10,000 USD on Giving Tuesday, December 3, 2019! Something new this year - Giving Tuesday! For the first time, the PSF is participating in Giving Tuesday! Giving Tuesday is held annually the Tuesday after Thanksgiving - this year...
...HTTP client. Below is an example of downloading the SBOM document using curl: $ curl --remote-name https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz.spdx.json After downloading the SBOM document there should be a file named Python-3.12.2.tgz.spdx.json in your working directory. What's included in CPython's Software Bill-of-Materials? SBOM documents include a description of the contained software, including all of its dependencies. Some examples of information about the software are: N...
...HTTP cookies. urllib2 gained a new class HTTPCookieProcessor that uses this new module. The CJKCodecs collection of East Asian codecs, maintained by Hye-Shik Chang, was integrated into 2.4. The email package's Parser was completely rewritten to better handle malformed email messages. It should now never fail to parse a message and will annotate the parsed message to indicate what problems were found during the parsing. There is also a new FeedParser that allows messages to be fed into the par...
Support the PSF with a Donation or by becoming a Supporting Member! Donate Become a Supporting Member What does the Python Software Foundation do? The Python Software Foundation: Awards grants and provides resources for furthering the development and adoption of Python. Organizes and hosts the annual PyCon US conference. 2019 brought together 3,393 attendees from 55 countries, a new record for PyCon US! Our sponsors’ support en...
Absentee Ballot - 2008-03-14 PSF Members' Meeting This form was finalized on February 15, 2008. We recommend that you designate a proxy to vote on your behalf at the meeting PSF members who have indicated their willingness to act as proxy are listed in the meeting agenda. The text source of this form can be found here (suitable for emailing). As a member of the Python Software Foundation (PSF), I hereby cast this absentee ballot for elections and resolutions under consideration at the P...
If you didn't find what you need, try your search in the Python language documentation.