Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
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.