1. eeb905b Merge by Raymond Hettinger · 13 years ago
  2. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  3. dc37ce9 merge 3.2 by Benjamin Peterson · 13 years ago
  4. 9d9141f adjust braces a bit by Benjamin Peterson · 13 years ago
  5. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  6. 3bb8be6 Branch merge by Éric Araujo · 13 years ago
  7. 1a129c8 urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  8. 34d38dc urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  9. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  10. 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
  11. 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
  12. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  13. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  14. 294c231 default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  15. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  16. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  17. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  18. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  19. 784cd4c Make one function in packaging.metadata simpler by Éric Araujo · 13 years ago
  20. f3f283a Clean up some idioms in packaging tests. by Éric Araujo · 13 years ago
  21. 79d9c42 Add reST targets to sections of the setup.cfg spec, improve wording by Éric Araujo · 13 years ago
  22. 382067b Change signature of packaging.tests.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  23. 4b5a5f7 More fixes for PEP 3147 compliance in packaging (#11254) by Éric Araujo · 13 years ago
  24. 8ccd18f Expand tests and fix bugs in packaging.util.resolve_name. by Éric Araujo · 13 years ago
  25. 4f99644 Fix typo by Éric Araujo · 13 years ago
  26. 5e2d5df Improve Victor’s commit with cool new 2.5 idiom by Éric Araujo · 13 years ago
  27. 318909b A ricochet from fixing #10680: http://http://example.com/ no longer reports by Łukasz Langa · 13 years ago
  28. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  29. 55c7e00 Simplify _PyUnicode_COMPACT_DATA() macro by Victor Stinner · 13 years ago
  30. 6707293 Add consistency check to _PyUnicode_New() by Victor Stinner · 13 years ago
  31. 9e92188 Issue #12281: Fix test_codecs.test_cp932() on Windows XP by Victor Stinner · 13 years ago
  32. 62be4fb Issue #12281: Skip code page tests on non-Windows platforms by Victor Stinner · 13 years ago
  33. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  34. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  35. 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 13 years ago
  36. cf28eac Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  37. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  38. 3de134b #12448: merge with 3.2. by Ezio Melotti · 13 years ago
  39. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
  40. bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
  41. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  42. 5c267e2 Close #12454: The mailbox module is now using ASCII, instead of the locale by Victor Stinner · 13 years ago
  43. 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
  44. ecd0207 Issue #12367: Test test_select.test_errno() on FreeBSD by Victor Stinner · 13 years ago
  45. 2b9f36c Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  46. bcb86c5 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  47. 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 13 years ago
  48. 5b9f4c1 Fix typo by Antoine Pitrou · 13 years ago
  49. 897d059 merge 3.2 (#13199) by Benjamin Peterson · 13 years ago
  50. 2963fe0 plug possible refleak (closes #13199) by Benjamin Peterson · 13 years ago
  51. f813080 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  52. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  53. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  54. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  55. bf65c74 (null merge 3.2, fix already applied to default) by Victor Stinner · 13 years ago
  56. 8d91d45 Issue #10653: Fix time.strftime() on Windows, check for invalid format strings by Victor Stinner · 13 years ago
  57. f12e506 Close #13174: Fix extended attributes tests in test_os for SELinux by Victor Stinner · 13 years ago
  58. 386c2d8 test_select: use a timeout=0 in test_errno() by Victor Stinner · 13 years ago
  59. 5a3ff79 Issue #10653: Fix time.strftime() on Windows, check for invalid format strings by Victor Stinner · 13 years ago
  60. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  61. d8886fc Merge by Raymond Hettinger · 13 years ago
  62. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 13 years ago
  63. e606983 Fix build under Windows by Antoine Pitrou · 13 years ago
  64. 7a6debe remove some duplication by Benjamin Peterson · 13 years ago
  65. ab7e2a4 Merge 3.2 by Éric Araujo · 13 years ago
  66. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  67. 8022314 Cleanup in packaging: super considered super by Éric Araujo · 13 years ago
  68. d139b99 Fix writing of the RESOURCES file by packaging (#12386) by Éric Araujo · 13 years ago
  69. f598d60 Merge 3.2 by Éric Araujo · 13 years ago
  70. 77466be Branch merge by Éric Araujo · 13 years ago
  71. 181ae4b Branch merge by Éric Araujo · 13 years ago
  72. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  73. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  74. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  75. 01277d1 Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  76. 0e7e715 (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 by Victor Stinner · 13 years ago
  77. 82ac9bc Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, by Victor Stinner · 13 years ago
  78. 792b47f (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime() by Victor Stinner · 13 years ago
  79. c1f32ca Issue #10653: On Windows, use strftime() instead of wcsftime() because by Victor Stinner · 13 years ago
  80. f5cff56 Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 by Victor Stinner · 13 years ago
  81. e506437 What's new in Python 3.3: document new functions of the os module by Victor Stinner · 13 years ago
  82. 69db2db Fix typo in the os doc: lremoveattr => lremovexattr by Victor Stinner · 13 years ago
  83. 9d663d0 convertsimple(): "str without bytes" => "str without characters" by Victor Stinner · 13 years ago
  84. d1a9cc2 dictviews_or() uses _Py_identifier by Victor Stinner · 13 years ago
  85. bfc6d74 Use GetAttrId directly. Proposed by Amaury. by Martin v. Löwis · 13 years ago
  86. f0b934b Reuse the stringlib in findchar(), and make its signature more convenient by Antoine Pitrou · 13 years ago
  87. c198d05 Add a comment explaining this heuristic. by Antoine Pitrou · 13 years ago
  88. dda339e Simplify heuristic for when to use memchr by Antoine Pitrou · 13 years ago
  89. 72d6a13 Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  90. d41a98b Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  91. 55c9911 Optimize unicode_subscript() for step != 1 and ascii strings by Victor Stinner · 13 years ago
  92. 127226b Don't use PyUnicode_MAX_CHAR_VALUE() macro in Py_MAX() by Victor Stinner · 13 years ago
  93. 8813104 Simplify PyUnicode_MAX_CHAR_VALUE by Victor Stinner · 13 years ago
  94. 9e7a1bc Optimize findchar() for PyUnicode_1BYTE_KIND: use memchr and memrchr by Victor Stinner · 13 years ago
  95. dd4e2f0 Issue #13155: Optimize finding the optimal character width of an unicode string by Antoine Pitrou · 13 years ago
  96. 49a0a21 Unicode replace() avoids calling unicode_adjust_maxchar() when it's useless by Victor Stinner · 13 years ago
  97. 69f55cc Issue #13157: Fix building Python outside its source tree by Victor Stinner · 13 years ago
  98. 21d29c3 Issue #12367: Add a test on error attribute of select.error by Victor Stinner · 13 years ago
  99. a1bf298 What's New in Python 3.3: mention the PEP 3151 by Victor Stinner · 13 years ago
  100. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago