1. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 12 years ago
  2. f527277 Branch merge by Éric Araujo · 12 years ago
  3. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 12 years ago
  4. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 12 years ago
  5. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 12 years ago
  6. 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 12 years ago
  7. e7295a7 Add news entry for previous commit by Éric Araujo · 12 years ago
  8. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 12 years ago
  9. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  10. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  11. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 12 years ago
  12. 349c900 Merged upstream changes. by Vinay Sajip · 12 years ago
  13. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  14. 195261e Added tag v3.2.3rc1 for changeset 7085403daf43 by Georg Brandl · 12 years ago
  15. 2142ee8 Update copyright year. by Georg Brandl · 12 years ago
  16. e578021 Add 3.2.3 to license. by Georg Brandl · 12 years ago
  17. bada35b merge heads by Georg Brandl · 12 years ago
  18. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  19. 29ca21c Update pydoc topics. by Georg Brandl · 12 years ago
  20. eb25fb7 Fix markup errors. by Georg Brandl · 12 years ago
  21. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  22. ba528f5 merge 3.1 by Benjamin Peterson · 12 years ago
  23. 273cd18 update copyright year by Benjamin Peterson · 12 years ago
  24. bff13be merge 3.1 (with 3.1.5rc1 release tag) by Benjamin Peterson · 12 years ago
  25. 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 12 years ago
  26. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 12 years ago
  27. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  28. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago
  29. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 12 years ago
  30. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  31. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  32. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  33. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  34. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  35. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  36. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  37. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  38. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  39. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  40. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 12 years ago
  41. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 12 years ago
  42. 9edceb3 Merge by Antoine Pitrou · 12 years ago
  43. 2697cd1 Dummy-merge with 3.1 by Georg Brandl · 12 years ago
  44. 91e5c08 Fix typo in conditional. by Georg Brandl · 12 years ago
  45. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 12 years ago
  46. e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 12 years ago
  47. 09562b4 Fix typo. by Georg Brandl · 12 years ago
  48. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  49. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 12 years ago
  50. 9571155 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 12 years ago
  51. 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  52. 06b1c4f Fix typo. by Georg Brandl · 12 years ago
  53. 12897d7 Fix typo in conditional. by Georg Brandl · 12 years ago
  54. 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 12 years ago
  55. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 12 years ago
  56. b9dafe6 Merge with 3.1. by Georg Brandl · 12 years ago
  57. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 12 years ago
  58. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 12 years ago
  59. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 12 years ago
  60. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 12 years ago
  61. 8848255 Run tests with -R on "make test" and the buildbots. by Georg Brandl · 12 years ago
  62. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  63. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  64. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  65. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 12 years ago
  66. c3ef037 Add missing “::” markup. by Éric Araujo · 12 years ago
  67. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 12 years ago
  68. f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 12 years ago
  69. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 12 years ago
  70. 496c53d use Py_CLEAR by Benjamin Peterson · 12 years ago
  71. fbc6f94 Test for issue #13500 by Jesus Cea · 12 years ago
  72. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 12 years ago
  73. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  74. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  75. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 12 years ago
  76. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 12 years ago
  77. c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  78. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 12 years ago
  79. f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 12 years ago
  80. a124a68 don't use assertSameElements. by Gregory P. Smith · 12 years ago
  81. 58e7c1d NEWS entry for previous commit. by Gregory P. Smith · 12 years ago
  82. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  83. 5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  84. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 12 years ago
  85. 23357eb Merge by Antoine Pitrou · 12 years ago
  86. 2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  87. 1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  88. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 12 years ago
  89. 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 12 years ago
  90. 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  91. ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 12 years ago
  92. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  93. 4b3c784 Fix indentation by Antoine Pitrou · 12 years ago
  94. 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  95. f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  96. 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 12 years ago
  97. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  98. a127ecb import re for the previous commit. by Gregory P. Smith · 12 years ago
  99. 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  100. 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago