1. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  2. 1ae230a merge heads by Benjamin Peterson · 13 years ago
  3. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
  4. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
  5. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  6. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 13 years ago
  7. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
  8. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  9. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
  10. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
  11. d3899e3 Remove mention of defunct file. by Éric Araujo · 13 years ago
  12. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 13 years ago
  13. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  14. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  15. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
  16. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  17. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  18. b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
  19. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  20. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  21. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  22. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  23. eb977da Issue #14152: Restore the Include/*.h dependencies for extension builds. by Stefan Krah · 13 years ago
  24. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  25. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  26. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  27. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
  28. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  29. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
  30. 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
  31. e998386 Fix markup errors. by Georg Brandl · 13 years ago
  32. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  33. 2201ecb Issue #14125: backport refleak fix (d4adbf908983). by Stefan Krah · 13 years ago
  34. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
  35. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
  36. f12b447 Merge by Antoine Pitrou · 13 years ago
  37. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  38. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  39. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  40. f527277 Branch merge by Éric Araujo · 13 years ago
  41. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 13 years ago
  42. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 13 years ago
  43. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
  44. 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
  45. e7295a7 Add news entry for previous commit by Éric Araujo · 13 years ago
  46. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  47. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  48. 3d4809f Package mime.types by Martin v. Löwis · 13 years ago
  49. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 13 years ago
  50. 349c900 Merged upstream changes. by Vinay Sajip · 13 years ago
  51. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  52. 195261e Added tag v3.2.3rc1 for changeset 7085403daf43 by Georg Brandl · 13 years ago
  53. 2142ee8 Update copyright year. by Georg Brandl · 13 years ago
  54. e578021 Add 3.2.3 to license. by Georg Brandl · 13 years ago
  55. bada35b merge heads by Georg Brandl · 13 years ago
  56. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
  57. 29ca21c Update pydoc topics. by Georg Brandl · 13 years ago
  58. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  59. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  60. ba528f5 merge 3.1 by Benjamin Peterson · 13 years ago
  61. 273cd18 update copyright year by Benjamin Peterson · 13 years ago
  62. bff13be merge 3.1 (with 3.1.5rc1 release tag) by Benjamin Peterson · 13 years ago
  63. 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 13 years ago
  64. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago
  65. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  66. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  67. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 13 years ago
  68. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  69. 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
  70. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  71. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
  72. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  73. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  74. e249dca merge 3.2 by Benjamin Peterson · 13 years ago
  75. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  76. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  77. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  78. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
  79. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
  80. 9edceb3 Merge by Antoine Pitrou · 13 years ago
  81. 2697cd1 Dummy-merge with 3.1 by Georg Brandl · 13 years ago
  82. 91e5c08 Fix typo in conditional. by Georg Brandl · 13 years ago
  83. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
  84. 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
  85. 09562b4 Fix typo. by Georg Brandl · 13 years ago
  86. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  87. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 13 years ago
  88. 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
  89. 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  90. 06b1c4f Fix typo. by Georg Brandl · 13 years ago
  91. 12897d7 Fix typo in conditional. by Georg Brandl · 13 years ago
  92. 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
  93. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
  94. b9dafe6 Merge with 3.1. by Georg Brandl · 13 years ago
  95. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
  96. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 13 years ago
  97. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 13 years ago
  98. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
  99. 8848255 Run tests with -R on "make test" and the buildbots. by Georg Brandl · 13 years ago
  100. 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