- b5b3714 Issue #12428: Add a pure Python implementation of functools.partial(). by Antoine Pitrou · 12 years ago
- 65a35dc merge 3.3 by Philip Jenvey · 12 years ago
- 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
- 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
- ee36c24 Issue #15478: os.lchflags() is not always available when os.chflags() is available by Victor Stinner · 12 years ago
- 2982455 merge 3.3 by Benjamin Peterson · 12 years ago
- debf64c missing letter by Benjamin Peterson · 12 years ago
- e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
- f298565 Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
- 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
- 05bc966 Merge heads by Antoine Pitrou · 12 years ago
- 1de1394 Merge heads by Antoine Pitrou · 12 years ago
- cc7715f Merge heads by Antoine Pitrou · 12 years ago
- 8983470 Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
- f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
- e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
- 65ee6ec Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
- 859035d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
- e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
- cba1497 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
- 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
- 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
- c2c4cb6 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
- c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
- 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
- d4b645e Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
- 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
- 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
- 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
- 82fdade Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
- 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
- f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
- 099717b Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
- 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
- 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
- dd0edae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
- f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
- 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
- 9c40022 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
- ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
- 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
- 9ea64e3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
- dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
- ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
- 5fb7308 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
- 73e9bd4 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
- 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
- 601c059 Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
- 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
- b8f09d3 Merge 3.3. by Stefan Krah · 12 years ago
- 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 12 years ago
- b696610 Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
- 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
- e2c574f Issue #16444: disable undecodable characters in test_non_ascii() test until by Victor Stinner · 12 years ago
- c8a6967 Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. by Mark Dickinson · 12 years ago
- ff3d515 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX by Victor Stinner · 12 years ago
- 4cb103e Merge 3.3. by Stefan Krah · 12 years ago
- 0f82b76 Issue #16431: Finally, consider all permutations. by Stefan Krah · 12 years ago
- dee9043 #16433: merge with 3.3. by Ezio Melotti · 12 years ago
- 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
- 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
- d2d3aa2 Merge 3.3. by Stefan Krah · 12 years ago
- ed16eff Issue #16431: Also fix the opposite direction. by Stefan Krah · 12 years ago
- fc55bb1 Merge 3.3. by Stefan Krah · 12 years ago
- f4abc7b Issue #16431: Use the type information when constructing a Decimal subtype by Stefan Krah · 12 years ago
- 15c02e3 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
- 33363f4 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
- 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
- 99dd8b5 Remove outdated comment by Victor Stinner · 12 years ago
- 64e039a Issue #16414: Fix test_os on Windows, don't test os.listdir() with undecodable by Victor Stinner · 12 years ago
- ab8b6bd Issue #16414: Test more characters for support.FS_NONASCII by Victor Stinner · 12 years ago
- 90a9d51 Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space) by Victor Stinner · 12 years ago
- 8f049e5 Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath() by Victor Stinner · 12 years ago
- c3fb3c3 Backport fc8f1b1c76bf. by Stefan Krah · 12 years ago
- 8b219b2 Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII by Victor Stinner · 12 years ago
- 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
- 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
- d9d1d08 Merge #6717 crasher from 3.3 by Nick Coghlan · 12 years ago
- 1de70b5 Merge #6717 crasher from 3.2 by Nick Coghlan · 12 years ago
- 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
- 82de6d2 Merge from 3.3 by Nick Coghlan · 12 years ago
- 32dd36b The migration to importlib eliminated this crasher by Nick Coghlan · 12 years ago
- 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
- bcbf403 Revome extra .py suffix by Andrew Svetlov · 12 years ago
- 7529620 Issue #16218: Fix test for issue again by Andrew Svetlov · 12 years ago
- 33f13ee (Merge 3.3) Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
- 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
- efe2b53 Issue #15478: Fix test_pep277 on Windows by Victor Stinner · 12 years ago
- ec8c8ae Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
- 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
- 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
- 944099f #5057: null merge with 3.3 (only add tests). by Ezio Melotti · 12 years ago
- 570942e #5057: null merge with 3.2 (only add tests). by Ezio Melotti · 12 years ago
- 6c5f521 #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
- cfa9636 #8271: merge with 3.3. by Ezio Melotti · 12 years ago
- f7ed5d1 #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti. by Ezio Melotti · 12 years ago
- b716f84 Fix copy&paste errors and reformulate the tests. by Stefan Krah · 12 years ago
- e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
- aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
- c992faf Issue #16402: Merge fix from 3.3 by Mark Dickinson · 12 years ago