1. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 14 years ago
  2. 3764a96 Banch merge by Éric Araujo · 14 years ago
  3. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 14 years ago
  4. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 14 years ago
  5. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
  6. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
  7. 00e36e5 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
  8. fdd4575 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
  9. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 14 years ago
  10. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 14 years ago
  11. 3bb8be6 Branch merge by Éric Araujo · 14 years ago
  12. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  13. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  14. 4f99644 Fix typo by Éric Araujo · 14 years ago
  15. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 14 years ago
  16. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
  17. 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 14 years ago
  18. cf28eac Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
  19. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
  20. 3de134b #12448: merge with 3.2. by Ezio Melotti · 14 years ago
  21. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 14 years ago
  22. 5c267e2 Close #12454: The mailbox module is now using ASCII, instead of the locale by Victor Stinner · 14 years ago
  23. 2b9f36c Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 14 years ago
  24. bcb86c5 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 14 years ago
  25. 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 14 years ago
  26. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  27. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  28. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 14 years ago
  29. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 14 years ago
  30. d139b99 Fix writing of the RESOURCES file by packaging (#12386) by Éric Araujo · 14 years ago
  31. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 14 years ago
  32. 01277d1 Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 14 years ago
  33. 0e7e715 (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 by Victor Stinner · 14 years ago
  34. 82ac9bc Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, by Victor Stinner · 14 years ago
  35. 792b47f (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime() by Victor Stinner · 14 years ago
  36. c1f32ca Issue #10653: On Windows, use strftime() instead of wcsftime() because by Victor Stinner · 14 years ago
  37. 72d6a13 Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 14 years ago
  38. d41a98b Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 14 years ago
  39. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 14 years ago
  40. 10a99b0 Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore. by Antoine Pitrou · 14 years ago
  41. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 14 years ago
  42. 67df285 Merge 3.2 by Éric Araujo · 14 years ago
  43. 9255464 Branch merge by Éric Araujo · 14 years ago
  44. a5bc34f Branch merge by Éric Araujo · 14 years ago
  45. 8af607b As it turns out, this bug was already in the tracker: #11171 by Éric Araujo · 14 years ago
  46. a29e4f6 Fix packaging byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
  47. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 14 years ago
  48. fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 14 years ago
  49. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
  50. cb9c5ba - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 14 years ago
  51. c6cfd4a Branch merge. by Barry Warsaw · 14 years ago
  52. 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 14 years ago
  53. 789e7ad Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described by Antoine Pitrou · 14 years ago
  54. 586bfe4 Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described by Antoine Pitrou · 14 years ago
  55. 14c0f03 Issue #12943: python -m tokenize support has been added to tokenize. by Meador Inge · 14 years ago
  56. 438818b Issue #7367: merge from 3.2 by Ned Deily · 14 years ago
  57. 7b847a4 Issue #7367: add NEWS item. by Ned Deily · 14 years ago
  58. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 14 years ago
  59. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 14 years ago
  60. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 14 years ago
  61. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 14 years ago
  62. 0f4ee93 Branch merge by Éric Araujo · 14 years ago
  63. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  64. 5043f09 More info about PEP 393 in whatsnew and NEWS by Éric Araujo · 14 years ago
  65. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  66. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  67. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 14 years ago
  68. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 14 years ago
  69. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  70. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  71. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
  72. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
  73. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  74. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  75. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  76. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  77. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  78. 9624a76 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  79. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  80. 418170c ACKS for PEP 393. by Martin v. Löwis · 14 years ago
  81. d63a3b8 Implement PEP 393. by Martin v. Löwis · 14 years ago
  82. 48d4949 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  83. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  84. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 14 years ago
  85. a61b053 Merge #12973 itertools fix. by Mark Dickinson · 14 years ago
  86. b2f6bc7 Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah. by Mark Dickinson · 14 years ago
  87. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 14 years ago
  88. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 14 years ago
  89. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  90. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  91. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 14 years ago
  92. a80b14c - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 14 years ago
  93. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 14 years ago
  94. 8f53d09 Merge issue #12973 list_repeat fix. by Mark Dickinson · 14 years ago
  95. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 14 years ago
  96. a372de8 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  97. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  98. 86ca04c Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  99. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  100. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago