summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #16215: Fix potential double memory free in str.replace().Antoine Pitrou2012-11-171-0/+3
* Issue #16489: Make it clearer that importlib.find_loader() requiresBrett Cannon2012-11-171-0/+3
* MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...Jesus Cea2012-11-171-0/+3
|\
| * Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...Jesus Cea2012-11-171-0/+3
* | Issue #16481: multiprocessing no longer leaks process handles on Windows.Richard Oudkerk2012-11-151-0/+2
* | Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).Chris Jerdonek2012-11-141-0/+3
|\ \ | |/
| * Update the description of which package versions PyPI displays (issue #16400).Chris Jerdonek2012-11-141-0/+3
* | 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
* | 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
* | 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 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
* | 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 #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
* | #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
* | 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 #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
| * #5057: the peepholer no longer optimizes subscription on unicode literals (e....Ezio Melotti2012-11-041-0/+4
* | #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters...Ezio Melotti2012-11-041-1/+5
* | Properly credit patchNick Coghlan2012-11-041-1/+1
* | Issue #5765: Apply a hard recursion limit in the compilerNick Coghlan2012-11-041-0/+3
* | Issue #16402: Merge fix from 3.2Mark Dickinson2012-11-041-0/+3
|\ \ | |/
| * Issue #16402: In range slicing, fix shadowing of exceptions from __index__ me...Mark Dickinson2012-11-041-0/+3
* | #16336: merge with 3.2.Ezio Melotti2012-11-031-0/+3
|\ \ | |/
| * #16336: fix input checking in the surrogatepass error handler. Patch by Serh...Ezio Melotti2012-11-031-0/+3
* | Merge typo fixes with 3.2.Ezio Melotti2012-11-031-3/+3
|\ \ | |/
| * Fix a couple typos in Misc/NEWS.Ezio Melotti2012-11-031-2/+2
* | #8401: merge with 3.2.Ezio Melotti2012-11-031-0/+3
|\ \ | |/
| * #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an ...Ezio Melotti2012-11-031-0/+3
* | #12759: merge with 3.2.Ezio Melotti2012-11-031-0/+3
|\ \ | |/
| * #12759: sre_parse now raises a proper error when the name of the group is mis...Ezio Melotti2012-11-031-0/+3