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.
2010-01-11 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 11, 2010 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 11 January 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" mean...
...getting our first HAM subscription. We are almost there!! So, hopefully, our first HAM membership signup will soon be on the way once the HAM membership signup and payment systems are completed. As far as the continued activities from last month are concerned, she reported: "Since Kurt Kaiser, our treasurer, has been able to devote more time to the HAM project implementation and setup, we should be able to set the launch date soon. Please see the message from Kurt Kaiser’s July 2011 treas...
Version: None
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 282 changes …
View Release Notes
Released: Aug. 1, 2024
This is the first release candidate of Python 3.13.0 This release, 3.13.0rc1, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. The second candidate (and the last planned release …
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 …
This is the second release candidate of Python 3.13.0 This release, 3.13.0rc2, is the final release preview. This release is expected to become the final 3.13.0 release, barring any critical bugs being discovered. The official release of 3.13.0 is scheduled for Tuesday, 2024-10-01. There will be no ABI changes …
Released: Oct. 1, 2024
This is the third release candidate of Python 3.13.0 This release, 3.13.0rc3, is the final release preview (no really) of 3.13. This release is expected to become the final 3.13.0 release, barring any critical bugs being discovered. The official release of 3.13.0 is now scheduled for Monday, 2024-10-07. This …
Python Success Stories Background Successful information search is mission-critical. It increases worker efficiency and saves money. On an external web site, it also increases customer satisfaction and helps retain users to the web site. The average company can waste millions of dollars because its employees cannot locate and retrieve the information that is needed for their jobs. Infoseek released the original version of Ultraseek Server on March 31, 1997. It was built by wrapping Infoseek's...
Proposed Improvements to Module Cleanup Proposed Improvements to Module Cleanup I'm experimenting with a better way of cleaning up at the end of an execution run. Without implementing true GC, I can never do it 100% right, but I can implement a predictable set of rules based on practical observation that will solve most problems that are actually observed. Here's my proposal. At the end of this message I list some potential problems with the proposal and ask for feedback. This wi...
Foreword for "Programming Python" (1st ed.) Foreword for "Programming Python" (1st ed.) This is the foreword I wrote for Mark Lutz' book "Programming Python" (1st ed.), published by O'Reilly. See also my foreword to the 2nd edition. As Python's creator, I'd like to say a few words about its origins, adding a bit of personal philosophy. Over six years ago, in December 1989, I was looking for a "hobby" programming project that would keep me occupied during the we...
...getting complete control over the sub-domain by setting up their own name service for it and having esdotpycondotorg and any sub-domains resolve to whatever they setup on their servers. 9 Adjournment Marc-Andre Lemburg adjourned the meeting at 18:22 CEST/ 12:22 EDT.
Recurring Giving Campaign Help us raise $30,000 USD by November 27th! #countdown-wrap { width: 70%; padding: 10px; font-family: arial; max-width: 650px; margin: 10px auto 50px; } #goal { font-size: 36px; text-align: center; color: #888; @media only screen and (max-width : 640px) { text-align: center; } } #glass { width: 100%; height: 20px; background: #c7c7c7; border-radius: 10px; float: left; overflow: hidden; } #progress { float: left; width: 0...
Python Success Stories Introduction The Devil Framework is a multi-platform (Linux, OS X, Windows), multi-user, multi-tier, distributed platform for developing process and technology integration solutions: developers can easily collect, integrate, correlate, control and visualize all information produced and consumed by heterogeneous networked hardware and software technologies. The project started in 1999 as a network security data integration system, but when we "discovered" that...
...getting contracts for additional rooms so we can accommodate all people who were waiting for housing. PyCon Internet Finalized the internet needs for 2013. Working with SmartCity on this. PyCon Printing Assisted with program printing towards the end. Gathered printing for tutorial handouts and coordinated with JP Graphics. Gathering printing for open space cards. Worked on all meter boards and schedules including editing. Had all signage organized for printing by Tricord. PyCon Re...
...getting a newsgroup description. Bug #993394. Fix a possible red herring of KeyError in 'threading' being raised during interpreter shutdown from a registered function with atexit when dummy_threading is being used. Bug #857297/Patch #916874. Fix an error when extracting a hard link from a tarfile. Patch #846659. Fix an error in tarfile.py when using GNU longname/longlink creation. The obsolete FCNTL.py has been deleted. The builtin fcntl module has been available (on platforms that supp...
2009-07-13 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors July 13, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 13 July 2009. 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 &quo...
...getting his Ph.D. in Mathematics in 1990, Dr. Alois Kastner-Maresch lead the Forest Ecosystem Simulation research team at BITÖK. In 2000, he co-founded LivingLogic AG, where he is CEO.
2012-09-26 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors September 26, 2012 A regular meeting of the Python Software Foundation ("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 September 12 2012. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in fa...
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...
2010-02-08 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors February 8, 2010 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 8 February 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" mean...
If you didn't find what you need, try your search in the Python language documentation.