summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.2Florent Xicluna2011-10-281-0/+2
|\
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-0/+2
| |
* | #13273: merge with 3.2.Ezio Melotti2011-10-281-0/+3
|\ \ | |/
| * #13273: fix a bug that prevented HTMLParser to properly detect some tags ↵Ezio Melotti2011-10-281-0/+3
| | | | | | | | when strict=False.
| * merge headsPetri Lehtinen2011-10-241-0/+11
| |\
* | | Issue #11183: Add finer-grained exceptions to the ssl module, so thatAntoine Pitrou2011-10-271-0/+3
| | | | | | | | | | | | you don't have to inspect the exception's attributes in the common case.
* | | Fix the issue number of my cp65001 commit: 13247 => issue #13216Victor Stinner2011-10-261-1/+1
| | |
* | | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-261-0/+2
| | |
* | | Fix typo in NEWSVictor Stinner2011-10-251-1/+1
| | |
* | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-251-0/+3
| | | | | | | | | | | | used with sys.setdlopenflags().
* | | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+4
| | | | | | | | | | | | | | | the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic clock
* | | merge headsPetri Lehtinen2011-10-241-0/+9
|\ \ \
| * \ \ Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+3
| |\ \ \ | | | |/ | | |/| | | | | before all tasks have completed.
| | * | Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+3
| | | | | | | | | | | | | | | | before all tasks have completed.
| * | | Merge 3.2.Florent Xicluna2011-10-241-0/+2
| |\ \ \ | | |/ /
| | * | Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-241-0/+2
| | | |
| * | | Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from ↵Mark Dickinson2011-10-241-0/+2
| | | | | | | | | | | | | | | | Decimal module.
| * | | Merge 3.2Florent Xicluna2011-10-231-0/+2
| |\ \ \ | | |/ /
| | * | Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-0/+6
| | | |
* | | | Merge 3.2Petri Lehtinen2011-10-241-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-241-0/+3
| |/ | | | | | | Patch by Suman Saha.
* | Issue #13201: equality for range objects is now based on equality of the ↵Mark Dickinson2011-10-231-0/+4
| | | | | | | | underlying sequences. Thanks Sven Marnach for the patch.
* | Merge issue 1294232 patch from 3.2Nick Coghlan2011-10-231-0/+4
|\ \ | |/
| * Issue 1294232: Fix errors in metaclass calculation affecting some cases of ↵Nick Coghlan2011-10-231-0/+4
| | | | | | | | metaclass inheritance. Patch by Daniel Urban.
* | #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-0/+4
| |
* | Banch mergeÉric Araujo2011-10-211-1/+1
|\ \
* | | Closes #13235: Added deprecation for warn() methods and function in logging.Vinay Sajip2011-10-211-0/+2
| | |
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-201-0/+4
| | | | | | | | | | | | | | | of bytes and bytearray objects now accept an integer between 0 and 255 as their first argument. Patch by Petri Lehtinen.
* | | Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-0/+2
|\ \ \ | | |/ | |/|
| * | Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-0/+2
| | |
* | | News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
|\ \ \ | |/ /
| * | News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
| | |
* | | Issue 13227: Option to make the lru_cache() type specific (suggested by ↵Raymond Hettinger2011-10-201-0/+3
| | | | | | | | | | | | Andrew Koenig).
* | | Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-191-0/+1
| |/ |/|
* | Branch mergeÉric Araujo2011-10-191-1/+1
|\ \
| * | Fix typoÉric Araujo2011-10-191-1/+1
| | |
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ↵Senthil Kumaran2011-10-191-0/+3
|\ \ \ | | |/ | |/| | | | | | | | | | | | | unrelated exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen.
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with ↵Senthil Kumaran2011-10-191-0/+3
| | | | | | | | | | | | | | | | | | | | | unrelated exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen.
| * | Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-181-0/+3
| | |
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-181-0/+4
| |/ |/| | | | | | | error handlers on all Windows versions. The MBCS codec is now supporting all error handlers, instead of only replace to encode and ignore to decode.
* | Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-181-0/+4
| | | | | | | | | | when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
* | Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+4
|\ \ | |/ | | | | | | generator.throw() now gets the traceback from the passed exception's ``__traceback__`` attribute. Patch by Petri Lehtinen.
| * Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+4
| | | | | | | | | | generator.throw() now gets the traceback from the passed exception's `__traceback__` attribute. Patch by Petri Lehtinen.
* | #12448: merge with 3.2.Ezio Melotti2011-10-181-0/+3
|\ \ | |/
| * #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-181-0/+3
| | | | | | | | in order to display the prompt correctly. Patch by Petri Lehtinen.
* | Close #12454: The mailbox module is now using ASCII, instead of the localeVictor Stinner2011-10-171-0/+3
| | | | | | | | encoding, to read and write MH mailboxes (.mh_sequences files).
* | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are ↵Nadeem Vawda2011-10-171-0/+3
|\ \ | |/ | | | | now available on Windows.
| * Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are ↵Nadeem Vawda2011-10-171-0/+3
| | | | | | | | now available on Windows.
* | Issue #13146: Writing a pyc file is now atomic under POSIX.Antoine Pitrou2011-10-171-0/+2
| |
* | Issue #7833: Ext. modules built using distutils on Windows no longer get a ↵Mark Hammond2011-10-171-0/+4
|\ \ | |/ | | | | manifest