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