Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
Version: None
Released: April 6, 2013
release. It includes hundreds of bugfixes over 3.3.0. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating …
View Release Notes
Released: May 15, 2013
regressions <http://docs.python.org/release/3.3.2/whatsnew/changelog.html>`_ found in Python 3.3.1. Major new features of the 3.3 series, compared to 3.2 Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating …
Released: Nov. 17, 2013
fixes several security issues and various other bugs found in Python 3.3.2. This release fully supports OS X 10.9 Mavericks. In particular, this release fixes an issue that could cause previous versions of Python to crash when typing in interactive mode on OS X 10.9. Major …
...range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. Major new features in the 3.3 release series are: PEP 380, syntax for delegating to a subgenerator (yield from) PEP 393, flexible string representation (doing away with the distinction between "wide" and "narrow" Unicode builds) A C implementation of the "decimal" module, with up to 120x speedup for decimal-heavy applications The import system (__import__) is based on importlib...
...range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating to a subgenerator (yield from) PEP 393, flexible string representation (doing away with the distinction between "wide" and "narrow" Unicode builds) A C implementation of the "decimal" module, with up to 120x speedup for decimal-heavy applications The import system (__import__) is based on importlib by default The new "lzma" module with LZ...
...range() returned only even numbers for range lengths above 2**53. Bug #823328: urllib2's HTTP Digest Auth support works again. Build Bug #934635: Fixed a bug where the configure script couldn't detect getaddrinfo() properly if the KAME stack had SCTP support. What's New in Python 2.3.2 (final)? Release date: 03-Oct-2003 Core and builtins A workaround for an OpenBSD compiler bug that meant python failed to detect floating point overflow in some cases. Tools/Demos Tools/scripts/md5su...
Python Software Foundation: Minutes of Board of Directors Meeting, November 8, 2005 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 8, 2005 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:08 UTC, 8 November 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the mee...
Python Software Foundation Members Meeting Minutes 2006-02-24 The Python Software Foundation Minutes of the 2006 Members Meeting February 24, 2006 The members of the Python Software Foundation (the "PSF") held its annual meeting on February 24, 2006 at 17:10 CST (23:10 UTC) in the Marriott Quorum Hotel in Dallas/Addison, Texas, USA (PyCon TX 2006). Stephan Deibel presided over the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 &nbs...
...range of often inaccessible records all over the planet. I would like to get them somewhere accessible, well managed, and possibly scanned." The most important records are the contributor agreements, then the voting records. The Board agreed to assemble the existing records in one place, have them scanned, and enter them into the PSF data repository. D. Goodger will coordinate this work and maintain the records. 7 Other Business S. Holden will follow up regarding a prom...
...RANGE on underflow). Fixed a bug in StringIO that occurred when the file position was not at the end of the file and write() was called with enough data to extend past the end of the file. Fixed a bug that caused Tkinter error messages to get lost on Windows. The bug was fixed by replacing direct use of interp->result with Tcl_GetStringResult(interp). Fixed bug in urllib2 that caused it to fail when it received an HTTP redirect response. Several changes were mad...
...range() for ranges with a length >= 2**53. Formerly, randrange would return only even numbers for ranges that large (see SF bug #812202). Generators that do not define genrandbits() now issue a warning when randrange() is called with a range that large. itertools has a new function, groupby() for aggregating iterables into groups sharing the same key (as determined by a key function). It offers some of functionality of SQL's groupby keyword and of the Unix uniq filter. itertools now has a n...
...ranges are indicated by -1, not None. (The documentation said None, but the PRE implementation used -1; changing to None would break existing code.) The winreg module has been renamed to _winreg. (There are plans for a higher-level API called winreg, but this has not yet materialized in a form that is acceptable to the experts.) The _locale module is enabled by default. Fixed the configuration line for the _curses module. A few crashes have been fixed, notably <file>.writ...
...range of possible actions would be. N. Norwitz said he would ask the lawyer. 10.2 Open Source Foundations Meeting at EuroOSCON D. Ascher mentioned that he has been involved in a group of open source & related foundations who had a meeting before OSCON. There's another meeting coming up at EuroOSCON, in Amsterdam, October 21 & 22. He asked if any of the board members would attend on behalf of the PSF. M. von Löwis said he would check his availability. 10.3 &nbs...
...ranges are indicated by -1, not None. (The documentation said None, but the PRE implementation used -1; changing to None would break existing code.) The winreg module has been renamed to _winreg. (There are plans for a higher-level API called winreg, but this has not yet materialized in a form that is acceptable to the experts.) The _locale module is enabled by default. Fixed the configuration line for the _curses module. A few crashes have been fixed, notably <file>.writelines() with a ...
...range of input than previously, which exposed several deficiencies needing correction. Fixed those and released the PyTexas sponsor payment collection webpages to production, integrated into the PyTexas wiki. Next task: HAM signup webpages. My focus is on PSF Sponsor invoicing, Federal taxes, the Associate Member program, AR and AP reduction. It was necessary to accomplish the CiviContribute milestone first, because signing up Associate mem...
2008-08-11 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors August 11, 2008 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 11 August 2008. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of ...
If you didn't find what you need, try your search in the Python language documentation.