57972 Commits (e4710cfcedbecbd3bfa154c2586415ab5b6e28bc)
 

Author SHA1 Message Date
Antoine Pitrou f6a50cfa07 Issue #16453: Fix equality testing of dead weakref objects. 14 years ago
Antoine Pitrou e11fecb5a9 Issue #16453: Fix equality testing of dead weakref objects. 14 years ago
Gregory P. Smith 65ee6ece2d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. 14 years ago
Gregory P. Smith 859035d2ef Refactor test_preexec_errpipe to not create an uncollectable reference cycle. 14 years ago
Gregory P. Smith e27faac45f Refactor test_preexec_errpipe to not create an uncollectable reference cycle. 14 years ago
Nadeem Vawda cba149761a Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 14 years ago
Nadeem Vawda 6ff262e18f Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 14 years ago
Nadeem Vawda 19e568d254 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 14 years ago
Gregory P. Smith c2c4cb624b Fixes issue #16140: The subprocess module no longer double closes its 14 years ago
Gregory P. Smith c8ac03d936 Fixes issue #16140: The subprocess module no longer double closes its 14 years ago
Gregory P. Smith 12489d98e6 Fixes issue #16140: The subprocess module no longer double closes its 14 years ago
Gregory P. Smith d4b645ef42 Remove the subprocess "bad exception data" warning (formerly a print!) 14 years ago
Gregory P. Smith 6893732c35 Remove the subprocess "bad exception data" warning (formerly a print!) 14 years ago
Gregory P. Smith 3aee222122 Remove the subprocess "bad exception data" warning (formerly a print!) 14 years ago
Gregory P. Smith 8d07c264e4 Raise our own SubprocessError rather than a RuntimeError in when dealing with 14 years ago
Gregory P. Smith 82fdadeba1 Rename a local variable for readability and change a "this can't 14 years ago
Gregory P. Smith 1f83866ecd Rename a local variable for readability and change a "this can't 14 years ago
Gregory P. Smith f44c9da166 Rename a local variable for readability and change a "this can't 14 years ago
Gregory P. Smith 099717b73b Fixes issue #16327: The subprocess module no longer leaks file descriptors 14 years ago
Gregory P. Smith 561cbc4e7b Fixes issue #16327: The subprocess module no longer leaks file descriptors 14 years ago
Gregory P. Smith 3d8e776cd9 Fixes issue #16327: The subprocess module no longer leaks file descriptors 14 years ago
Gregory P. Smith dd0edae1cc Fixes issue #14396: Handle the odd rare case of waitpid returning 0 14 years ago
Gregory P. Smith a450c5e69b null merge 14 years ago
Gregory P. Smith 6f62b58134 move note to the right section 14 years ago
Gregory P. Smith f328d79223 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 14 years ago
Gregory P. Smith 2ec82331b2 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when 14 years ago
Gregory P. Smith 0b83224c0d Fixes issue #9535: Fix pending signals that have been received but not 14 years ago
Gregory P. Smith 34b14951ee Fixes issue #9535: Fix pending signals that have been received but not 14 years ago
Gregory P. Smith 9463e3ac8b Fixes issue #9535: Fix pending signals that have been received but not 14 years ago
Nadeem Vawda 9c40022e38 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. 14 years ago
Nadeem Vawda ec6dfcffa0 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. 14 years ago
Nadeem Vawda 7ee955550b Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. 14 years ago
Nadeem Vawda 9ea64e38b5 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). 14 years ago
Nadeem Vawda dd1253abdd Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). 14 years ago
Nadeem Vawda ee7889dec3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). 14 years ago
Antoine Pitrou 5fb7308318 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). 14 years ago
Antoine Pitrou 73e9bd4d25 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). 14 years ago
Antoine Pitrou 5c89b4ec55 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). 14 years ago
Gregory P. Smith 601c0591c2 Fix test_urllib broken by my previous commits. The assumptions it was 14 years ago
Gregory P. Smith 6d9388faab Fix test_urllib broken by my previous commits. The assumptions it was 14 years ago
Stefan Krah b8f09d3791 Merge 3.3. 14 years ago
Stefan Krah 6e467049c6 Accept Unicode legacy strings in the Decimal constructor. 14 years ago
Gregory P. Smith b696610c2d Fixes issue #16409: The reporthook callback made by the legacy 14 years ago
Gregory P. Smith 6b0bdab429 Fixes issue #16409: The reporthook callback made by the legacy 14 years ago
Victor Stinner e2c574fbe5 Issue #16444: disable undecodable characters in test_non_ascii() test until 14 years ago
Mark Dickinson c8a6967ea8 Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. 14 years ago
Victor Stinner ff3d515952 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX 14 years ago
Chris Jerdonek ef3971d3e5 Merge from 3.3: adjust set and frozenset function docs (issue #16436). 14 years ago
Chris Jerdonek 296c2fd065 Merge from 3.2: adjust set and frozenset function docs (issue #16436). 14 years ago
Chris Jerdonek df3abec2c9 Link set and frozenset function docs to their class definitions (issue #16436). 14 years ago