1. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  2. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  3. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  4. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  5. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  6. 0fc80c0 Add John to ACKS by Antoine Pitrou · 13 years ago
  7. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  8. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  9. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  10. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  11. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  12. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  13. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  14. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  15. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  16. 9624a76 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  17. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  18. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
  19. 418170c ACKS for PEP 393. by Martin v. Löwis · 13 years ago
  20. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  21. 48d4949 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  22. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  23. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 13 years ago
  24. a61b053 Merge #12973 itertools fix. by Mark Dickinson · 13 years ago
  25. b2f6bc7 Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  26. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  27. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  28. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  29. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  30. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  31. a80b14c - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  32. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  33. 8f53d09 Merge issue #12973 list_repeat fix. by Mark Dickinson · 13 years ago
  34. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 13 years ago
  35. a372de8 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 13 years ago
  36. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 13 years ago
  37. 86ca04c Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  38. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  39. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  40. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  41. faabef5 Branch merge by Éric Araujo · 13 years ago
  42. 1d7deaf Branch merge by Éric Araujo · 13 years ago
  43. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  44. c92f622 add ChainMap to __all__ (closes #12959) by Benjamin Peterson · 13 years ago
  45. e6db7a3 Fix determination of Metadata version in packaging (#8933). by Éric Araujo · 13 years ago
  46. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  47. 9af32cc NEWS by Jesus Cea · 13 years ago
  48. aaa8991 NEWS by Jesus Cea · 13 years ago
  49. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  50. 9e3e70b Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write by Larry Hastings · 13 years ago
  51. 14d098d Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 by Victor Stinner · 13 years ago
  52. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  53. d4d8ae5 Issue #9561: packaging now writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  54. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  55. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  56. b22d148 Branch merge by Éric Araujo · 13 years ago
  57. bcf99ac Branch merge by Éric Araujo · 13 years ago
  58. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  59. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  60. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  61. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  62. 0df6285 Branch merge by Éric Araujo · 13 years ago
  63. 17b288c Branch merge by Éric Araujo · 13 years ago
  64. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  65. fd164c2 Merge with 3.2. by Georg Brandl · 13 years ago
  66. e3bb2cf Typo fix. by Georg Brandl · 13 years ago
  67. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  68. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  69. 564fbac Merge fix for #8286 from 3.2 by Éric Araujo · 13 years ago
  70. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  71. 9b20e27 Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a by Amaury Forgeot d'Arc · 13 years ago
  72. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  73. 6c78de5 Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  74. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  75. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  76. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  77. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  78. 8f8cc8b news note on xattrs by Benjamin Peterson · 13 years ago
  79. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  80. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  81. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  82. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  83. d15b768 Branch merge by Éric Araujo · 13 years ago
  84. caa745e Branch merge by Éric Araujo · 13 years ago
  85. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  86. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  87. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  88. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  89. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  90. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  91. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  92. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  93. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  94. 44c6ef5 Merge: #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  95. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  96. 2093730 Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. by Nick Coghlan · 13 years ago
  97. 513886a Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) by Nick Coghlan · 13 years ago
  98. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  99. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  100. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago