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.
...range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Among the new major new features and changes in the 3.4 release series are PEP 428, a "pathlib" module providing object-oriented filesystem paths PEP 435, a standardized "enum" module PEP 436, a build enhancement that will help generate introspection information for builtins PEP 442, improved semantics for object finalization PEP 443, adding single-dispatch generic functions to ...
...range of industries. His past 3 years as an onsite organizer at PyCon US led him to join the PyCon US team full-time. When he’s not working, he spends his time with his two sons, collecting sneakers and looking for the world’s best taco.
...range of attendees is important for broadening participation in technology. Use these tips to help create a more inclusive and welcoming conference experience for all. Event Attendee Inclusion Guide Inclusivity - Written guide XOXO recognises the importance of the diverse and vibrant creative communities it was created to celebrate. They made accommodations in their production to make the festival more welcoming and inclusive. Open Source Conferences by Eduards Sizovs Promotional opportunity...
Version: None
Released: Feb. 9, 2014
fixes several security and a lot of overall bug fixes found in Python 3.3.3. 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 new features …
View Release Notes
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 to a subgenerator (yield from …
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 to a subgenerator (yield from …
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 new features of the …
...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...
If you didn't find what you need, try your search in the Python language documentation.