summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * #5057: the peepholer no longer optimizes subscription on unicode literals (e....Ezio Melotti2012-11-041-0/+4
* | | #8271: merge with 3.3.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
* | | Merge from 3.3Nick Coghlan2012-11-041-1/+1
|\ \ \ | |/ /
| * | Properly credit patchNick Coghlan2012-11-041-1/+1
* | | Issue #5765: Merge from 3.3Nick Coghlan2012-11-042-0/+4
|\ \ \ | |/ /
| * | Issue #5765: Apply a hard recursion limit in the compilerNick Coghlan2012-11-042-0/+4
* | | Issue #16402: Merge fix from 3.3Mark Dickinson2012-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
| * | Branch mergeÉric Araujo2012-11-031-0/+3
| |\ \
* | \ \ Branch mergeÉric Araujo2012-11-031-0/+3
|\ \ \ \
| * \ \ \ #16336: merge with 3.3.Ezio Melotti2012-11-031-0/+3
| |\ \ \ \ | | | |/ / | | |/| |