1. 021f4c2 Issue #16481: multiprocessing no longer leaks process handles on Windows. by Richard Oudkerk · 12 years ago
  2. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  3. 21c95eb merge 3.2 by Philip Jenvey · 12 years ago
  4. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  5. 251269c Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 12 years ago
  6. f9e49ea Update the description of which package versions PyPI displays (issue #16400). by Chris Jerdonek · 12 years ago
  7. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 12 years ago
  8. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  9. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  10. 2a0e226 recompile importlib.h by Benjamin Peterson · 12 years ago
  11. debf64c missing letter by Benjamin Peterson · 12 years ago
  12. 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 12 years ago
  13. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  14. 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  15. 1de1394 Merge heads by Antoine Pitrou · 12 years ago
  16. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  17. f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  18. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  19. 859035d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  20. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 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. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  24. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  25. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  26. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  27. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  28. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  29. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  30. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  31. a450c5e null merge by Gregory P. Smith · 12 years ago
  32. 6f62b58 move note to the right section by Gregory P. Smith · 12 years ago
  33. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  34. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  35. 34b1495 Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  36. 9463e3a Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  37. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  38. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  39. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  40. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  41. 73e9bd4 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  42. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  43. 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  44. 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 12 years ago
  45. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  46. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  47. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  48. fe08756 Merge from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  49. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  50. 956c6c2 #13301: merge with 3.2. by Ezio Melotti · 12 years ago
  51. 9bf379e #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  52. a3ad8a0 #16440: merge with 3.2. by Ezio Melotti · 12 years ago
  53. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  54. 7cac2d8 Merge issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  55. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  56. b5570e9 Merge issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  57. 0e9a065 Issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  58. 0f82b76 Issue #16431: Finally, consider all permutations. by Stefan Krah · 12 years ago
  59. 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
  60. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  61. b77dc4e #11481: merge with 3.2. by Ezio Melotti · 12 years ago
  62. 78b18d4 #11481: update copyreg docs and add example. by Ezio Melotti · 12 years ago
  63. 44dbd07 Merge heads. by Ezio Melotti · 12 years ago
  64. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 12 years ago
  65. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  66. ed16eff Issue #16431: Also fix the opposite direction. by Stefan Krah · 12 years ago
  67. f4abc7b Issue #16431: Use the type information when constructing a Decimal subtype by Stefan Krah · 12 years ago
  68. 33363f4 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  69. 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  70. c3fb3c3 Backport fc8f1b1c76bf. by Stefan Krah · 12 years ago
  71. 99bafff Fix typo noticed by Tom Lynn. by Ezio Melotti · 12 years ago
  72. 1de70b5 Merge #6717 crasher from 3.2 by Nick Coghlan · 12 years ago
  73. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
  74. 32dd36b The migration to importlib eliminated this crasher by Nick Coghlan · 12 years ago
  75. 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  76. 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  77. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  78. ab60de4 Issue #8271: Fix compilation on Windows by Victor Stinner · 12 years ago
  79. 570942e #5057: null merge with 3.2 (only add tests). by Ezio Melotti · 12 years ago
  80. 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
  81. 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
  82. 55b5d5c Properly credit patch by Nick Coghlan · 12 years ago
  83. 10d6dde Issue #5765: Also check the compiler when finding the recursion limit by Nick Coghlan · 12 years ago
  84. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  85. 1321eda Issue #16402: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  86. 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 12 years ago
  87. 7ce22d1 #16304: merge with 3.2. by Ezio Melotti · 12 years ago
  88. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  89. d081fbb Fix compilation on Windows by Christian Heimes · 12 years ago
  90. 6d26ade Fix compilation on Windows by Christian Heimes · 12 years ago
  91. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  92. a113e01 Branch merge by Éric Araujo · 12 years ago
  93. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  94. a0b5c46 #16336: merge with 3.2. by Ezio Melotti · 12 years ago
  95. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  96. 0167edf Merge typo fixes with 3.2. by Ezio Melotti · 12 years ago
  97. 8af179e Fix a couple typos in Misc/NEWS. by Ezio Melotti · 12 years ago
  98. 7376801 #8401: merge with 3.2. by Ezio Melotti · 12 years ago
  99. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  100. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago