summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #16416: Fix Misc/NEWS entry, mention Mac OS XVictor Stinner2012-11-121-5/+5
* Issue #16416: OS data are now always encoded/decoded to/fromVictor Stinner2012-11-121-0/+6
* Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-0/+2
|\
| * Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-0/+2
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+3
|\ \
| * \ Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+3
| |\ \ | | |/
| | * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+3
* | | Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-0/+3
* | | Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-0/+3
* | | Raise our own SubprocessError rather than a RuntimeError in when dealing withGregory P. Smith2012-11-111-0/+3
* | | Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-0/+3
| | * move note to the right sectionGregory P. Smith2012-11-111-3/+3
* | | Fixes issue #14396: Handle the odd rare case of waitpid returning 0Gregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #14396: Handle the odd rare case of waitpid returning 0Gregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #14396: Handle the odd rare case of waitpid returning 0 whenGregory P. Smith2012-11-111-0/+3
* | | Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+3
|\ \ \ | |/ /
| * | Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+3
| |\ \ | | |/
| | * Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+3
* | | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+3
|\ \ \ | |/ /
| * | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+3
| |\ \ | | |/
| | * Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+3
* | | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-2/+4
|\ \ \ | |/ /
| * | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-2/+4
| |\ \ | | |/
| | * Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-2/+4
* | | Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....Antoine Pitrou2012-11-111-0/+3
|\ \ \ | |/ /
| * | Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....Antoine Pitrou2012-11-111-0/+3
| |\ \ | | |/
| | * Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....Antoine Pitrou2012-11-111-0/+3
* | | Fixes issue #16409: The reporthook callback made by the legacyGregory P. Smith2012-11-101-0/+5
|\ \ \ | |/ /
| * | Fixes issue #16409: The reporthook callback made by the legacyGregory P. Smith2012-11-101-0/+5
* | | Issue #14794: slice.indices no longer returns OverflowError for out-of-range ...Mark Dickinson2012-11-101-0/+3
* | | #13301: merge with 3.3.Ezio Melotti2012-11-091-0/+6
|\ \ \ | |/ /
| * | #13301: merge with 3.2.Ezio Melotti2012-11-091-0/+6
| |\ \ | | |/
| | * #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa...Ezio Melotti2012-11-091-0/+6
* | | Merge 3.3.Stefan Krah2012-11-071-0/+3
|\ \ \ | |/ /
| * | Issue #16431: Use the type information when constructing a Decimal subtypeStefan Krah2012-11-071-0/+3
* | | Issue #15001: fix segfault on "del sys.module['__main__']"Hynek Schlawack2012-11-071-0/+3
|\ \ \ | |/ /
| * | Issue #15001: fix segfault on "del sys.module['__main__']"Hynek Schlawack2012-11-071-0/+3
| |\ \ | | |/
| | * Issue #15001: fix segfault on "del sys.module['__main__']"Hynek Schlawack2012-11-071-0/+3
* | | Backed out changeset dafca4714298Tim Golden2012-11-061-3/+0
* | | issue9584: Add {} list expansion to glob. Original patch by Mathieu BridonTim Golden2012-11-061-0/+3
* | | Issue #15641: Clean up deprecated classes from importlibAndrew Svetlov2012-11-051-0/+3
* | | Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-041-0/+4
|\ \ \ | |/ /
| * | Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-041-0/+4
| |\ \ | | |/
| | * Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-041-0/+4