1. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 12 years ago
  2. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  3. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  4. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  5. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 12 years ago
  6. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  7. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  8. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  9. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  10. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  11. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  12. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 12 years ago
  13. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 12 years ago
  14. 9edceb3 Merge by Antoine Pitrou · 12 years ago
  15. 2697cd1 Dummy-merge with 3.1 by Georg Brandl · 12 years ago
  16. 91e5c08 Fix typo in conditional. by Georg Brandl · 12 years ago
  17. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 12 years ago
  18. 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
  19. 09562b4 Fix typo. by Georg Brandl · 12 years ago
  20. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  21. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 12 years ago
  22. 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
  23. 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  24. 06b1c4f Fix typo. by Georg Brandl · 12 years ago
  25. 12897d7 Fix typo in conditional. by Georg Brandl · 12 years ago
  26. 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
  27. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 12 years ago
  28. b9dafe6 Merge with 3.1. by Georg Brandl · 12 years ago
  29. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 12 years ago
  30. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 12 years ago
  31. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 12 years ago
  32. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 12 years ago
  33. 8848255 Run tests with -R on "make test" and the buildbots. by Georg Brandl · 12 years ago
  34. 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
  35. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  36. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  37. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 12 years ago
  38. c3ef037 Add missing “::” markup. by Éric Araujo · 12 years ago
  39. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 12 years ago
  40. f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 12 years ago
  41. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 12 years ago
  42. 496c53d use Py_CLEAR by Benjamin Peterson · 12 years ago
  43. fbc6f94 Test for issue #13500 by Jesus Cea · 12 years ago
  44. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 12 years ago
  45. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  46. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  47. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 12 years ago
  48. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 12 years ago
  49. c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  50. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 12 years ago
  51. f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 12 years ago
  52. a124a68 don't use assertSameElements. by Gregory P. Smith · 12 years ago
  53. 58e7c1d NEWS entry for previous commit. by Gregory P. Smith · 12 years ago
  54. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  55. 5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  56. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 12 years ago
  57. 23357eb Merge by Antoine Pitrou · 12 years ago
  58. 2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  59. 1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  60. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 12 years ago
  61. 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 12 years ago
  62. 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  63. ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 12 years ago
  64. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  65. 4b3c784 Fix indentation by Antoine Pitrou · 12 years ago
  66. 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  67. f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  68. 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
  69. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  70. a127ecb import re for the previous commit. by Gregory P. Smith · 12 years ago
  71. 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  72. 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  73. cbe0134 Issue #13913: normalize utf-8 codec name in UTF-8 decoder by Victor Stinner · 12 years ago
  74. e31dded Fix an index and clean up comments. by Ezio Melotti · 12 years ago
  75. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  76. f4ab491 Improve handling of declarations in HTMLParser. by Ezio Melotti · 12 years ago
  77. 86f6712 Fix htmlparser tests to always use the right collector. by Ezio Melotti · 12 years ago
  78. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 12 years ago
  79. efc66f9 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  80. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  81. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  82. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 12 years ago
  83. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  84. 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 12 years ago
  85. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 12 years ago
  86. efe7c9d this is only a borrowed ref in Brett's branch by Benjamin Peterson · 12 years ago
  87. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  88. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 12 years ago
  89. 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 12 years ago
  90. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  91. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  92. 73d1da3 Null merge for reverted fix for #13807. by Vinay Sajip · 12 years ago
  93. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  94. 1f30575 merge heads by Benjamin Peterson · 12 years ago
  95. 2f9c71b bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 12 years ago
  96. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 12 years ago
  97. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  98. a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  99. cd2a603 Branch merge by Éric Araujo · 12 years ago
  100. 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 12 years ago