1. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  2. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  3. b2f6bc7 Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah. by Mark Dickinson · 14 years ago
  4. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 14 years ago
  5. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  6. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 14 years ago
  7. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 14 years ago
  8. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  9. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  10. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
  11. 1d7deaf Branch merge by Éric Araujo · 14 years ago
  12. aaa8991 NEWS by Jesus Cea · 14 years ago
  13. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  14. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 14 years ago
  15. bcf99ac Branch merge by Éric Araujo · 14 years ago
  16. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
  17. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 14 years ago
  18. 17b288c Branch merge by Éric Araujo · 14 years ago
  19. 3484a87 Merge with release clone. by Georg Brandl · 14 years ago
  20. e3bb2cf Typo fix. by Georg Brandl · 14 years ago
  21. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
  22. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  23. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 14 years ago
  24. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 14 years ago
  25. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 14 years ago
  26. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 14 years ago
  27. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 14 years ago
  28. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  29. caa745e Branch merge by Éric Araujo · 14 years ago
  30. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 14 years ago
  31. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 14 years ago
  32. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  33. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
  34. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  35. b0993bc Bump to 3.2.2. by Georg Brandl · 14 years ago
  36. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  37. 7a08410 Merge by Antoine Pitrou · 14 years ago
  38. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  39. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  40. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 14 years ago
  41. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  42. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 14 years ago
  43. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
  44. 4058211 accept bytes for the AST 'string' type by Benjamin Peterson · 14 years ago
  45. 89b7af1 Fix-up NEWS merge. by Georg Brandl · 14 years ago
  46. 4cfb42d Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  47. 97d6792 Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  48. 4cf6604 Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
  49. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  50. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  51. 666ed0b Post-release steps. by Georg Brandl · 14 years ago
  52. d88e5af Merge with cpython. by Georg Brandl · 14 years ago
  53. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 14 years ago
  54. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 14 years ago
  55. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 14 years ago
  56. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 14 years ago
  57. 9dc4cad News item for Issue10087. by Senthil Kumaran · 14 years ago
  58. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 14 years ago
  59. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  60. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  61. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  62. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 14 years ago
  63. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  64. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  65. 158d769 Branch merge by Éric Araujo · 14 years ago
  66. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  67. aa95ccd Change one line I missed in 7527f3f9829 by Éric Araujo · 14 years ago
  68. cf53481 Branch merge by Éric Araujo · 14 years ago
  69. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  70. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  71. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  72. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  73. 9e1af03 Branch merge. by Éric Araujo · 14 years ago
  74. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 14 years ago
  75. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 14 years ago
  76. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  77. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  78. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 14 years ago
  79. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 14 years ago
  80. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  81. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  82. ce7e51e Add Misc/NEWS entry for c741ba9e37ef. by Nadeem Vawda · 14 years ago
  83. beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 14 years ago
  84. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 14 years ago
  85. 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
  86. 346f95f Upstream merge by Barry Warsaw · 14 years ago
  87. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 14 years ago
  88. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
  89. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  90. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  91. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 14 years ago
  92. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 14 years ago
  93. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 14 years ago
  94. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 14 years ago
  95. b8298a0 Merge by Antoine Pitrou · 14 years ago
  96. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  97. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  98. 5805919 merge heads by Benjamin Peterson · 14 years ago
  99. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 14 years ago
  100. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 14 years ago