1. 7dba594 Issue #13057: Include stdio.h when NULL is used in configure.ac. by Stefan Krah · 12 years ago
  2. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 12 years ago
  3. f81a84d Null merge with 3.2. by Ezio Melotti · 12 years ago
  4. 3c76aa6 Remove unused variabile "plain" in builtin_exec. by Ezio Melotti · 12 years ago
  5. fbc32f6 Null merge from 3.2. by Chris Jerdonek · 12 years ago
  6. 777db2d Fix label in docs (from issue #13538). by Chris Jerdonek · 12 years ago
  7. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  8. 9ddfb19 Null merge from 3.2 (issue #13538). by Chris Jerdonek · 12 years ago
  9. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  10. 7623129 null merge by Barry Warsaw · 12 years ago
  11. ed843b5 Do a better job of preserving the state of sys.modules. by Barry Warsaw · 12 years ago
  12. d340543 Do a better job of ensuring test reproducibility and clean up. by Barry Warsaw · 12 years ago
  13. a34412a Merge test from issue #1160. by Antoine Pitrou · 12 years ago
  14. 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
  15. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  16. 23089ab Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ by Andrew Svetlov · 12 years ago
  17. 36f0216 Backport 9dd4638de73b. by Stefan Krah · 12 years ago
  18. 4b26d55 #7782: merge with 3.2. by Ezio Melotti · 12 years ago
  19. 4a1fdcf #7782: add a test for test_iter. by Ezio Melotti · 12 years ago
  20. 946eb45 The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  21. 3813c9e The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  22. f7c709d #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  23. 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  24. 0e1c816 #14313: null merge. by Ezio Melotti · 12 years ago
  25. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  26. 186ab5f #16053: merge with 3.2. by Ezio Melotti · 12 years ago
  27. a69be28 #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  28. eb54deb Merge typo fix from 3.2. by Mark Dickinson · 12 years ago
  29. ec96724 Typo fix. by Mark Dickinson · 12 years ago
  30. f56c361 Issue #12005: merge doc patch from 3.2 by Mark Dickinson · 12 years ago
  31. a3f3740 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 12 years ago
  32. 8572da5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  33. 17babc5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  34. 6d5ad22 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  35. fa7aeec #16157: fix links in the whatsnew files. by Ezio Melotti · 12 years ago
  36. 9c594af #16420: merge with 3.2. by Ezio Melotti · 12 years ago
  37. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 12 years ago
  38. 56b4ca7 Issue #16489: Make it clearer that importlib.find_loader() requires by Brett Cannon · 12 years ago
  39. 4a42ec5 Merge updates about dir() with 3.2. by Ezio Melotti · 12 years ago
  40. 52e8550 Update section about dir() in the tutorial. by Ezio Melotti · 12 years ago
  41. 0bbfae3 Merge rephrasing with 3.2. by Ezio Melotti · 12 years ago
  42. 89b03b0 Rephrase a sentence in the set and dict comprehensions tutorial page. by Ezio Melotti · 12 years ago
  43. fc1a636 MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  44. e4b86398 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  45. eb24b44 #16478: merge with 3.2. by Ezio Melotti · 12 years ago
  46. 103f17e #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  47. 021f4c2 Issue #16481: multiprocessing no longer leaks process handles on Windows. by Richard Oudkerk · 12 years ago
  48. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  49. 21c95eb merge 3.2 by Philip Jenvey · 12 years ago
  50. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  51. 251269c Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 12 years ago
  52. f9e49ea Update the description of which package versions PyPI displays (issue #16400). by Chris Jerdonek · 12 years ago
  53. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 12 years ago
  54. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  55. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  56. 2a0e226 recompile importlib.h by Benjamin Peterson · 12 years ago
  57. debf64c missing letter by Benjamin Peterson · 12 years ago
  58. 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 12 years ago
  59. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  60. 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  61. 1de1394 Merge heads by Antoine Pitrou · 12 years ago
  62. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  63. f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  64. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  65. 859035d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  66. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  67. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  68. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  69. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  70. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  71. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  72. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  73. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  74. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  75. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  76. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  77. a450c5e null merge by Gregory P. Smith · 12 years ago
  78. 6f62b58 move note to the right section by Gregory P. Smith · 12 years ago
  79. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  80. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  81. 34b1495 Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  82. 9463e3a Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  83. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  84. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  85. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  86. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  87. 73e9bd4 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  88. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  89. 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  90. 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 12 years ago
  91. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  92. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  93. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  94. fe08756 Merge from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  95. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  96. 956c6c2 #13301: merge with 3.2. by Ezio Melotti · 12 years ago
  97. 9bf379e #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  98. a3ad8a0 #16440: merge with 3.2. by Ezio Melotti · 12 years ago
  99. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  100. 7cac2d8 Merge issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago