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