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