1. b5b3714 Issue #12428: Add a pure Python implementation of functools.partial(). by Antoine Pitrou · 12 years ago
  2. 65a35dc merge 3.3 by Philip Jenvey · 12 years ago
  3. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  4. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  5. ee36c24 Issue #15478: os.lchflags() is not always available when os.chflags() is available by Victor Stinner · 12 years ago
  6. 2982455 merge 3.3 by Benjamin Peterson · 12 years ago
  7. debf64c missing letter by Benjamin Peterson · 12 years ago
  8. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  9. f298565 Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  10. 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  11. 05bc966 Merge heads by Antoine Pitrou · 12 years ago
  12. 1de1394 Merge heads by Antoine Pitrou · 12 years ago
  13. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  14. 8983470 Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  15. f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  16. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  17. 65ee6ec Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  18. 859035d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  19. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  20. cba1497 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  21. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  22. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  23. c2c4cb6 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  24. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  25. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  26. d4b645e Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  27. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  28. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  29. 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
  30. 82fdade Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  31. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  32. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  33. 099717b Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  34. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  35. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  36. dd0edae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  37. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  38. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  39. 9c40022 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  40. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  41. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  42. 9ea64e3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  43. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  44. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  45. 5fb7308 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  46. 73e9bd4 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  47. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  48. 601c059 Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  49. 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  50. b8f09d3 Merge 3.3. by Stefan Krah · 12 years ago
  51. 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 12 years ago
  52. b696610 Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  53. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  54. e2c574f Issue #16444: disable undecodable characters in test_non_ascii() test until by Victor Stinner · 12 years ago
  55. c8a6967 Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. by Mark Dickinson · 12 years ago
  56. ff3d515 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX by Victor Stinner · 12 years ago
  57. 4cb103e Merge 3.3. by Stefan Krah · 12 years ago
  58. 0f82b76 Issue #16431: Finally, consider all permutations. by Stefan Krah · 12 years ago
  59. dee9043 #16433: merge with 3.3. by Ezio Melotti · 12 years ago
  60. 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
  61. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  62. d2d3aa2 Merge 3.3. by Stefan Krah · 12 years ago
  63. ed16eff Issue #16431: Also fix the opposite direction. by Stefan Krah · 12 years ago
  64. fc55bb1 Merge 3.3. by Stefan Krah · 12 years ago
  65. f4abc7b Issue #16431: Use the type information when constructing a Decimal subtype by Stefan Krah · 12 years ago
  66. 15c02e3 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  67. 33363f4 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  68. 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  69. 99dd8b5 Remove outdated comment by Victor Stinner · 12 years ago
  70. 64e039a Issue #16414: Fix test_os on Windows, don't test os.listdir() with undecodable by Victor Stinner · 12 years ago
  71. ab8b6bd Issue #16414: Test more characters for support.FS_NONASCII by Victor Stinner · 12 years ago
  72. 90a9d51 Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space) by Victor Stinner · 12 years ago
  73. 8f049e5 Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath() by Victor Stinner · 12 years ago
  74. c3fb3c3 Backport fc8f1b1c76bf. by Stefan Krah · 12 years ago
  75. 8b219b2 Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII by Victor Stinner · 12 years ago
  76. 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
  77. 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
  78. d9d1d08 Merge #6717 crasher from 3.3 by Nick Coghlan · 12 years ago
  79. 1de70b5 Merge #6717 crasher from 3.2 by Nick Coghlan · 12 years ago
  80. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
  81. 82de6d2 Merge from 3.3 by Nick Coghlan · 12 years ago
  82. 32dd36b The migration to importlib eliminated this crasher by Nick Coghlan · 12 years ago
  83. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  84. bcbf403 Revome extra .py suffix by Andrew Svetlov · 12 years ago
  85. 7529620 Issue #16218: Fix test for issue again by Andrew Svetlov · 12 years ago
  86. 33f13ee (Merge 3.3) Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  87. 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  88. efe2b53 Issue #15478: Fix test_pep277 on Windows by Victor Stinner · 12 years ago
  89. ec8c8ae Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  90. 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  91. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  92. 944099f #5057: null merge with 3.3 (only add tests). by Ezio Melotti · 12 years ago
  93. 570942e #5057: null merge with 3.2 (only add tests). by Ezio Melotti · 12 years ago
  94. 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
  95. cfa9636 #8271: merge with 3.3. by Ezio Melotti · 12 years ago
  96. 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
  97. b716f84 Fix copy&paste errors and reformulate the tests. by Stefan Krah · 12 years ago
  98. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  99. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  100. c992faf Issue #16402: Merge fix from 3.3 by Mark Dickinson · 12 years ago