1. ac3590d Null merge. by Nadeem Vawda · 12 years ago
  2. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 12 years ago
  3. 6181b39 Remove duplicate label. by Georg Brandl · 12 years ago
  4. 9bd126a the days of pre-standard C compilers are gone by Benjamin Peterson · 12 years ago
  5. 4f92a68 Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. by Antoine Pitrou · 12 years ago
  6. 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 12 years ago
  7. 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
  8. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 12 years ago
  9. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  10. 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
  11. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  12. dfac6cc Branch merge by Éric Araujo · 12 years ago
  13. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 12 years ago
  14. f527277 Branch merge by Éric Araujo · 12 years ago
  15. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 12 years ago
  16. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 12 years ago
  17. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 12 years ago
  18. 8c5c3c1 #14114: merge with 3.2. by Ezio Melotti · 12 years ago
  19. 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 12 years ago
  20. f716545 Merge from 3.2 by Éric Araujo · 12 years ago
  21. e7295a7 Add news entry for previous commit by Éric Araujo · 12 years ago
  22. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 12 years ago
  23. c071a61 Merge 3.2 by Éric Araujo · 12 years ago
  24. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  25. afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). by Nadeem Vawda · 12 years ago
  26. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  27. 5a3d046 Merge with 3.2 by Martin v. Löwis · 12 years ago
  28. 3d4809f Package mime.types by Martin v. Löwis · 12 years ago
  29. 4b42ff6 unused imports, pep8 by Philip Jenvey · 12 years ago
  30. 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 12 years ago
  31. b0800dc Oops, revert unwanted changes by Victor Stinner · 12 years ago
  32. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 12 years ago
  33. c6fbf47 merge heads by Benjamin Peterson · 12 years ago
  34. 6eaaeff merge 3.2 by Benjamin Peterson · 12 years ago
  35. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 12 years ago
  36. 625cd23 Simplify importib._resolve_name(). by Brett Cannon · 12 years ago
  37. 842c0f1 Fix compilation error under Windows (and warnings too). by Antoine Pitrou · 12 years ago
  38. 91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  39. 2fe4bb1 merge by Brett Cannon · 12 years ago
  40. 4b03b68 Turn _return_module() into _handle_fromlist(). by Brett Cannon · 12 years ago
  41. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 12 years ago
  42. 6858cab merge by Brett Cannon · 12 years ago
  43. dfc3270 Make the benchmark recording more sensible for importlib.test.benchmark. by Brett Cannon · 12 years ago
  44. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  45. dcb30cf merge by Brett Cannon · 12 years ago
  46. f500778 Improper type for __package__ should raise TypeError, not ValueError. by Brett Cannon · 12 years ago
  47. 068915c Do a type check instead of an interface check. by Brett Cannon · 12 years ago
  48. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 12 years ago
  49. a751885 Merged upstream changes. by Vinay Sajip · 12 years ago
  50. 349c900 Merged upstream changes. by Vinay Sajip · 12 years ago
  51. 13d244f Merged upstream changes. by Vinay Sajip · 12 years ago
  52. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  53. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  54. 195261e Added tag v3.2.3rc1 for changeset 7085403daf43 by Georg Brandl · 12 years ago
  55. 2142ee8 Update copyright year. by Georg Brandl · 12 years ago
  56. e578021 Add 3.2.3 to license. by Georg Brandl · 12 years ago
  57. 335d628 merge with 3.2 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. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 12 years ago
  63. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  64. c4c90bd merge 3.2 by Benjamin Peterson · 12 years ago
  65. ba528f5 merge 3.1 by Benjamin Peterson · 12 years ago
  66. 273cd18 update copyright year by Benjamin Peterson · 12 years ago
  67. ea1cb7a merge 3.2 by Benjamin Peterson · 12 years ago
  68. bff13be merge 3.1 (with 3.1.5rc1 release tag) by Benjamin Peterson · 12 years ago
  69. 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 12 years ago
  70. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 12 years ago
  71. 5b761f1 Merge by Brett Cannon · 12 years ago
  72. 197e22c Simplify zlib bigmem tests. by Nadeem Vawda · 12 years ago
  73. bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. by Nadeem Vawda · 12 years ago
  74. b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. by Nadeem Vawda · 12 years ago
  75. 34d8e41 Refactor importlib to make it easier to re-implement in C. by Brett Cannon · 12 years ago
  76. b429d3b Fix doc of an internal function: unicode_write_cstr() by Victor Stinner · 12 years ago
  77. 6db1c40 Issue #14077: importlib: Fix regression introduced by de6703671386. by Charles-François Natali · 12 years ago
  78. e887f31 Null merge by Antoine Pitrou · 12 years ago
  79. cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago
  80. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago
  81. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 12 years ago
  82. ba6bafc Fix compile failure under Windows by Antoine Pitrou · 12 years ago
  83. c516610 Optimize str%arg for number formats: %i, %d, %u, %x, %p by Victor Stinner · 12 years ago
  84. 99d7ad0 Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() by Victor Stinner · 12 years ago
  85. da79e63 Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces by Victor Stinner · 12 years ago
  86. 15e9ed2 PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) by Victor Stinner · 12 years ago
  87. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  88. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  89. e7ad419 Fix sporadic test_subprocess regression introduced by 834650d63130. by Ross Lagerwall · 12 years ago
  90. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  91. 679be99 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  92. 658d196 Additional debug info in case of failure by Antoine Pitrou · 12 years ago
  93. 037615e unload() should be sufficient by Antoine Pitrou · 12 years ago
  94. abe72d7 Try to debug sporadic test failures by Antoine Pitrou · 12 years ago
  95. b43fde9 remove unapplicable statement by Benjamin Peterson · 12 years ago
  96. 42ae472 merge with 3.2 by Georg Brandl · 12 years ago
  97. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  98. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  99. 6553211 site: don't import traceback at startup to speed up Python startup by Victor Stinner · 12 years ago
  100. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago