1. 86798d4 Merge with 3.2. by Georg Brandl · 12 years ago
  2. e998386 Fix markup errors. by Georg Brandl · 12 years ago
  3. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 12 years ago
  4. 9a4d7dd More debug output by Antoine Pitrou · 12 years ago
  5. ffd85c8 Improve debugging output for test failure by Antoine Pitrou · 12 years ago
  6. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  7. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  8. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 12 years ago
  9. e13b7fe Null merge (fix is already in 3.3). by Stefan Krah · 12 years ago
  10. 2201ecb Issue #14125: backport refleak fix (d4adbf908983). by Stefan Krah · 12 years ago
  11. ad8586d typo by Benjamin Peterson · 12 years ago
  12. 4aea7d3 Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing by Stefan Krah · 12 years ago
  13. a03422f Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. by Stefan Krah · 12 years ago
  14. bd2c199 Merged cookbook update for LogRecord customisation. by Vinay Sajip · 12 years ago
  15. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 12 years ago
  16. 01121f2 Merged upstream changes. by Vinay Sajip · 12 years ago
  17. 22fa067 Merged cookbook update from 3.2. by Vinay Sajip · 12 years ago
  18. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 12 years ago
  19. 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 12 years ago
  20. 0509d94 Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. by Stefan Krah · 12 years ago
  21. 6a346db Merge by Antoine Pitrou · 12 years ago
  22. dde244d Merge by Antoine Pitrou · 12 years ago
  23. f12b447 Merge by Antoine Pitrou · 12 years ago
  24. 70d2717 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
  25. 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
  26. ac3590d Null merge. by Nadeem Vawda · 12 years ago
  27. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 12 years ago
  28. 6181b39 Remove duplicate label. by Georg Brandl · 12 years ago
  29. 9bd126a the days of pre-standard C compilers are gone by Benjamin Peterson · 12 years ago
  30. 4f92a68 Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. by Antoine Pitrou · 12 years ago
  31. 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 12 years ago
  32. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 12 years ago
  33. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 12 years ago
  34. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  35. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 12 years ago
  36. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  37. dfac6cc Branch merge by Éric Araujo · 12 years ago
  38. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 12 years ago
  39. f527277 Branch merge by Éric Araujo · 12 years ago
  40. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 12 years ago
  41. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 12 years ago
  42. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 12 years ago
  43. 8c5c3c1 #14114: merge with 3.2. by Ezio Melotti · 12 years ago
  44. 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 12 years ago
  45. f716545 Merge from 3.2 by Éric Araujo · 12 years ago
  46. e7295a7 Add news entry for previous commit by Éric Araujo · 12 years ago
  47. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 12 years ago
  48. c071a61 Merge 3.2 by Éric Araujo · 12 years ago
  49. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  50. afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). by Nadeem Vawda · 12 years ago
  51. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  52. 5a3d046 Merge with 3.2 by Martin v. Löwis · 12 years ago
  53. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  54. 4b42ff6 unused imports, pep8 by Philip Jenvey · 12 years ago
  55. 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 12 years ago
  56. b0800dc Oops, revert unwanted changes by Victor Stinner · 12 years ago
  57. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 12 years ago
  58. c6fbf47 merge heads by Benjamin Peterson · 12 years ago
  59. 6eaaeff merge 3.2 by Benjamin Peterson · 12 years ago
  60. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 12 years ago
  61. 625cd23 Simplify importib._resolve_name(). by Brett Cannon · 12 years ago
  62. 842c0f1 Fix compilation error under Windows (and warnings too). by Antoine Pitrou · 12 years ago
  63. 91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  64. 2fe4bb1 merge by Brett Cannon · 12 years ago
  65. 4b03b68 Turn _return_module() into _handle_fromlist(). by Brett Cannon · 12 years ago
  66. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 12 years ago
  67. 6858cab merge by Brett Cannon · 12 years ago
  68. dfc3270 Make the benchmark recording more sensible for importlib.test.benchmark. by Brett Cannon · 12 years ago
  69. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  70. dcb30cf merge by Brett Cannon · 12 years ago
  71. f500778 Improper type for __package__ should raise TypeError, not ValueError. by Brett Cannon · 12 years ago
  72. 068915c Do a type check instead of an interface check. by Brett Cannon · 12 years ago
  73. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 12 years ago
  74. a751885 Merged upstream changes. by Vinay Sajip · 12 years ago
  75. 349c900 Merged upstream changes. by Vinay Sajip · 12 years ago
  76. 13d244f Merged upstream changes. by Vinay Sajip · 12 years ago
  77. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  78. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  79. 195261e Added tag v3.2.3rc1 for changeset 7085403daf43 by Georg Brandl · 12 years ago
  80. 2142ee8 Update copyright year. by Georg Brandl · 12 years ago
  81. e578021 Add 3.2.3 to license. by Georg Brandl · 12 years ago
  82. 335d628 merge with 3.2 by Georg Brandl · 12 years ago
  83. bada35b merge heads by Georg Brandl · 12 years ago
  84. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  85. 29ca21c Update pydoc topics. by Georg Brandl · 12 years ago
  86. eb25fb7 Fix markup errors. by Georg Brandl · 12 years ago
  87. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 12 years ago
  88. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  89. c4c90bd merge 3.2 by Benjamin Peterson · 12 years ago
  90. ba528f5 merge 3.1 by Benjamin Peterson · 12 years ago
  91. 273cd18 update copyright year by Benjamin Peterson · 12 years ago
  92. ea1cb7a merge 3.2 by Benjamin Peterson · 12 years ago
  93. bff13be merge 3.1 (with 3.1.5rc1 release tag) by Benjamin Peterson · 12 years ago
  94. 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 12 years ago
  95. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 12 years ago
  96. 5b761f1 Merge by Brett Cannon · 12 years ago
  97. 197e22c Simplify zlib bigmem tests. by Nadeem Vawda · 12 years ago
  98. bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. by Nadeem Vawda · 12 years ago
  99. b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. by Nadeem Vawda · 12 years ago
  100. 34d8e41 Refactor importlib to make it easier to re-implement in C. by Brett Cannon · 12 years ago