Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 20 December 2010. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstentions"). Contents 1 Attendance 2 Minutes of Past Meetings 3 Votes Taken Between Meetings 4 &n...
...("PSF") Board of Directors was held over Group Conference Call via phone and Internet Relay Chat beginning at 18:00 CEST/ 12:00 EDT, on July 12 2013. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-Yâopposed-Nâabstentions-A; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstentions"). Contents 1 Attendance 2 Minutes of Past Meetings 3...
...(or link to them elsewhere). For tabled activities, D. Hellmann said: Writing about new PyCon website software. Paulo Nuin is working on a post about the PyPI mirroring project. 5.2 Honorary Associate Membership WebPages/Links P. Campbell, Honorary Associate Membership (HAM) WebPages Start-up Project, reported on the current issues or blockages the project may be faced with by saying: "We have been in the technical phase of the Honorary Associate Membership (HAM) P...
...(down 13%) 3,413 new likes (down 11%) 186,360 post views (down 46%) 745 post feedback Writing about new PyCon website software. Paulo Nuin is working on a post about the PyPI mirroring project. 5.2 Honorary Associate Membership WebPages/Links P. Campbell, Honorary Associate Membership (HAM) WebPages Start-up Project, reported on the current issues or blockages the project may be faced with by saying: "We have been in the technical phase of the Honorary Associate Membe...
Version: None
Released: Dec. 11, 2018
Python 3.7.2rc1 is the release candidate preview of the second maintenance release of Python 3.7. The Python 3.7 series is the newest major release of the Python language and contains many new features and optimizations. Among the major new features in Python 3.7 are: PEP 539, …
View Release Notes
Released: March 12, 2019
Python 3.7.3rc1 is the release candidate preview of the third maintenance release of Python 3.7. The Python 3.7 series is the newest major release of the Python language and contains many new features and optimizations. Among the major new features in Python 3.7 are: PEP 539, …
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 …
...(December 2003) The Python Software Foundation Treasurer's Report December 2003 Outstanding Issues Need to update address & fax number on all PSF forms All Directors and Officers should verify their address is correct in the PSF CVS repository: psf/bod-addresses.txt This information is required for our yearly corporate filings. Vote on BizRate.com becoming pending sponsor as of Jan 1 (or Oct 1) Vote on ILM becoming pending sponsor as of Jan 1 (or Oct 1)...
...(c)(3) status was received. We must demonstrate "public support" for period from 2001-2005 The income from the conference at the time of the meeting is as follows: YAS registrations $15,969 (109 people), check registrations $2,5950 (including $250 for sprint registrations that may be refunded) Uncashed sponsor fees are $1,750, uncashed regular fees are $400, including $100 needed to refund. The expenses so far are: $9,731.25 for space fees (3 installments). The current cash flow gives a net of...
...(n) is calculated outside the timing brackets - another trick to minimize the overhead caused by the timing function. If you are worried about this overhead, you can calibrate it by calling the timing function with a do-nothing function. import time def timing(f, n, a): print f.__name__, r = range(n) t1 = time.clock() for i in r: f(a); f(a); f(a); f(a); f(a); f(a); f(a); f(a); f(a); f(a) t2 = time.clock() p...
...(CNRI, see http://www.cnri.reston.va.us) in Reston, Virginia where he released several versions of the software. In May 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. In October of the same year, the PythonLabs team moved to Digital Creations (now Zope Corporation, see http://www.zope.com). In 2001, the Python Software Foundation (PSF, see http://www.python.org/psf/) was formed, a non-profit organization created specifically t...
If you didn't find what you need, try your search in the Python language documentation.