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