1. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  2. a0e0e23 Add a docstring to SSLError by Antoine Pitrou · 13 years ago
  3. b7705b7 Use PyExc_OSError directly instead of grabbing it from the socket module API by Antoine Pitrou · 13 years ago
  4. 57735a0 Add missing prefixes by Antoine Pitrou · 13 years ago
  5. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 13 years ago
  6. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 13 years ago
  7. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 13 years ago
  8. 661161e Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  9. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 13 years ago
  10. dd18d3a Fix unicode_subtype_new() on debug build by Victor Stinner · 13 years ago
  11. df7b665 Fix text duplication. Spotted by Nick Coghlan, thanks! by Éric Araujo · 13 years ago
  12. f881751 Remove unused variable. by Ezio Melotti · 13 years ago
  13. 4837e39 #12753: fix compilation on Windows. by Ezio Melotti · 13 years ago
  14. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  15. 3764a96 Banch merge by Éric Araujo · 13 years ago
  16. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  17. 89d3a69 Add tests for packaging.tests.support (#12659). by Éric Araujo · 13 years ago
  18. 4d4b19e Document that packaging doesn’t create __init__.py files (#3902). by Éric Araujo · 13 years ago
  19. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 13 years ago
  20. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  21. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  22. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  23. 0cc147e #13233: null merge with 3.2. by Ezio Melotti · 13 years ago
  24. cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
  25. 9927e0c Merge heads. by Ezio Melotti · 13 years ago
  26. d11a64d merge by Raymond Hettinger · 13 years ago
  27. ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 13 years ago
  28. 2760729 #13219: merge with 3.2. by Ezio Melotti · 13 years ago
  29. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  30. 6e7c155 merge heads by Senthil Kumaran · 13 years ago
  31. 00e36e5 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 13 years ago
  32. fdd4575 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 13 years ago
  33. db84803 Simplify calls in fnmatch. by Raymond Hettinger · 13 years ago
  34. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  35. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
  36. 65651ea Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file by Victor Stinner · 13 years ago
  37. daaaec9 Silence the FileExistsError which can be raised because of the O_EXCL flag by Antoine Pitrou · 13 years ago
  38. 587e75c merge by Raymond Hettinger · 13 years ago
  39. af37b89 Issue 12668: Fix wording in Whatsnew3.2 by Raymond Hettinger · 13 years ago
  40. eeb905b Merge by Raymond Hettinger · 13 years ago
  41. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  42. dc37ce9 merge 3.2 by Benjamin Peterson · 13 years ago
  43. 9d9141f adjust braces a bit by Benjamin Peterson · 13 years ago
  44. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  45. 3bb8be6 Branch merge by Éric Araujo · 13 years ago
  46. 1a129c8 urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  47. 34d38dc urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  48. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  49. c6b4ef1 default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  50. 202a3c4 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  51. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  52. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  53. 294c231 default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  54. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  55. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  56. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  57. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  58. 784cd4c Make one function in packaging.metadata simpler by Éric Araujo · 13 years ago
  59. f3f283a Clean up some idioms in packaging tests. by Éric Araujo · 13 years ago
  60. 79d9c42 Add reST targets to sections of the setup.cfg spec, improve wording by Éric Araujo · 13 years ago
  61. 382067b Change signature of packaging.tests.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  62. 4b5a5f7 More fixes for PEP 3147 compliance in packaging (#11254) by Éric Araujo · 13 years ago
  63. 8ccd18f Expand tests and fix bugs in packaging.util.resolve_name. by Éric Araujo · 13 years ago
  64. 4f99644 Fix typo by Éric Araujo · 13 years ago
  65. 5e2d5df Improve Victor’s commit with cool new 2.5 idiom by Éric Araujo · 13 years ago
  66. 318909b A ricochet from fixing #10680: http://http://example.com/ no longer reports by Łukasz Langa · 13 years ago
  67. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  68. 55c7e00 Simplify _PyUnicode_COMPACT_DATA() macro by Victor Stinner · 13 years ago
  69. 6707293 Add consistency check to _PyUnicode_New() by Victor Stinner · 13 years ago
  70. 9e92188 Issue #12281: Fix test_codecs.test_cp932() on Windows XP by Victor Stinner · 13 years ago
  71. 62be4fb Issue #12281: Skip code page tests on non-Windows platforms by Victor Stinner · 13 years ago
  72. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  73. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  74. 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 13 years ago
  75. cf28eac Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  76. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  77. 3de134b #12448: merge with 3.2. by Ezio Melotti · 13 years ago
  78. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
  79. bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
  80. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  81. 5c267e2 Close #12454: The mailbox module is now using ASCII, instead of the locale by Victor Stinner · 13 years ago
  82. 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
  83. ecd0207 Issue #12367: Test test_select.test_errno() on FreeBSD by Victor Stinner · 13 years ago
  84. 2b9f36c Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  85. bcb86c5 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  86. 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 13 years ago
  87. 5b9f4c1 Fix typo by Antoine Pitrou · 13 years ago
  88. 897d059 merge 3.2 (#13199) by Benjamin Peterson · 13 years ago
  89. 2963fe0 plug possible refleak (closes #13199) by Benjamin Peterson · 13 years ago
  90. f813080 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  91. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  92. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  93. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  94. bf65c74 (null merge 3.2, fix already applied to default) by Victor Stinner · 13 years ago
  95. 8d91d45 Issue #10653: Fix time.strftime() on Windows, check for invalid format strings by Victor Stinner · 13 years ago
  96. f12e506 Close #13174: Fix extended attributes tests in test_os for SELinux by Victor Stinner · 13 years ago
  97. 386c2d8 test_select: use a timeout=0 in test_errno() by Victor Stinner · 13 years ago
  98. 5a3ff79 Issue #10653: Fix time.strftime() on Windows, check for invalid format strings by Victor Stinner · 13 years ago
  99. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  100. d8886fc Merge by Raymond Hettinger · 13 years ago