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.
2009-11-09 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 9, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 9 November 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" mean...
2009-06-08 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 8, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 8 June 2009. Steve Holden presided at the meeting. Pat Campbell and David Goodger prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2&...
...events." 5.5 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported progress on this project for the month: "There has not been much progress on the project in the last four weeks. To keep the costs low, I decided to put the Amazon EC2 instance we've used for development on hold. So far, the setup has produced costs of around USD 226, most of this for the EC2 instance runtime costs. Given that the costs for the v...
...events around the world. 27% North America 35% Europe 11% Asia 9% South America 15% Africa 2% Australia 1% Zealandia Grants by Year Grants spending increased 43% between 2016 and 2019 including supporting more regional PyCons and doubling awards to PyLadies and Django Girls workshops. ...
Python Software Foundation: Minutes of the 1st Meeting of Board of Directors The Python Software Foundation Minutes of the 1st Meeting of Board of Directors The Board of Directors of the Python Software Foundation (the "Corporation") held its first meeting on March 5, 2001 at the Hilton Long Beach in Long Beach, Calif. The directors attending were: Paul Everitt Greg Stein No directors were absent. On motion and by unanimous vote, Greg Stein was elected temporary Chairperson ...
PSF Bylaws Version 1 This version of the PSF bylaws was used from 2001 - Feb 2014. ARTICLE I Business Offices The corporation shall have such offices either within or outside the State of Delaware and within or outside the United States, as the Board of Directors may from time to time determine or as the business of the corporation may require. ARTICLE II Registered Offices and Registered Agents Section 2.1. Delaware. The address of the initial registered office in the State of Delawar...
Proposed PSF Bylaws Prior for March 2009 Members' Meeting Attention! This is a copy of the proposed new PSF bylaws, for approval at the 2009-03-27 PSF Members' Meeting. Also see: Text source of the proposed new bylaws Copy of old bylaws (as they existed prior to the proposed changes) & text source Description of differences between old & new bylaws (unified diff & context diff) Current bylaws Bylaws of the Python Software Foundation ARTICLE I Business Offices The corpor...
Copy of PSF Bylaws Prior to March 2009 Members' Meeting Attention! This is a copy of the PSF bylaws as they existed prior to the 2009-03-27 PSF Members' Meeting. Also see: Text source of the old bylaws Proposed new bylaws & text source Description of differences between old & new bylaws (unified diff & context diff) Current bylaws Bylaws of the Python Software Foundation ARTICLE I Business Offices The corporation shall have such offices either within or outside the Stat...
...events test failures caused by a broken threading module resulting from a previously caught failed import. Changed test_asynchat.py to set the SO_REUSEADDR option; this was needed on some platforms (e.g. Solaris 8) when the tests are run twice in succession. Skip rather than fail test_sunaudiodev if no audio device is found. What's New in Python 2.1c1? This list was significantly updated when 2.1c2 was released; the 2.1c1 release didn't mention most changes that were actually part of 2.1c1: L...
...events anomalies like 2.__class__ = bool. New-style object creation and deallocation have been sped up significantly; they are now faster than classic instance creation and deallocation. The __slots__ variable can now mention "private" names, and the right thing will happen (e.g. __slots__ = ["__foo"]). The built-ins slice() and buffer() are now callable types. The types classobj (formerly class), code, function, instance, and instancemethod (formerly instance-method), which...
...events a buffer overflow in the tokenizer with very long source lines. Bug #1083110: zlib.decompress.flush() would segfault if called immediately after creating the object, without any intervening .decompress() calls. Bug #1149508: textwrap now handles hyphenated numbers (eg. "2004-03-05") correctly. Build Bug #1158607: Build with --disable-unicode again. term.h is now properly detected again. Check for tzset no longer dependent on tm->tm_zone to exist in the struct (not require...
If you didn't find what you need, try your search in the Python language documentation.