1. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 13 years ago
  2. f716545 Merge from 3.2 by Éric Araujo · 13 years ago
  3. e7295a7 Add news entry for previous commit by Éric Araujo · 13 years ago
  4. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  5. c071a61 Merge 3.2 by Éric Araujo · 13 years ago
  6. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  7. afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). by Nadeem Vawda · 13 years ago
  8. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  9. 5a3d046 Merge with 3.2 by Martin v. Löwis · 13 years ago
  10. 3d4809f Package mime.types by Martin v. Löwis · 13 years ago
  11. 4b42ff6 unused imports, pep8 by Philip Jenvey · 13 years ago
  12. 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 13 years ago
  13. b0800dc Oops, revert unwanted changes by Victor Stinner · 13 years ago
  14. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 13 years ago
  15. c6fbf47 merge heads by Benjamin Peterson · 13 years ago
  16. 6eaaeff merge 3.2 by Benjamin Peterson · 13 years ago
  17. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 13 years ago
  18. 625cd23 Simplify importib._resolve_name(). by Brett Cannon · 13 years ago
  19. 842c0f1 Fix compilation error under Windows (and warnings too). by Antoine Pitrou · 13 years ago
  20. 91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  21. 2fe4bb1 merge by Brett Cannon · 13 years ago
  22. 4b03b68 Turn _return_module() into _handle_fromlist(). by Brett Cannon · 13 years ago
  23. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 13 years ago
  24. 6858cab merge by Brett Cannon · 13 years ago
  25. dfc3270 Make the benchmark recording more sensible for importlib.test.benchmark. by Brett Cannon · 13 years ago
  26. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 13 years ago
  27. dcb30cf merge by Brett Cannon · 13 years ago
  28. f500778 Improper type for __package__ should raise TypeError, not ValueError. by Brett Cannon · 13 years ago
  29. 068915c Do a type check instead of an interface check. by Brett Cannon · 13 years ago
  30. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
  31. a751885 Merged upstream changes. by Vinay Sajip · 13 years ago
  32. 349c900 Merged upstream changes. by Vinay Sajip · 13 years ago
  33. 13d244f Merged upstream changes. by Vinay Sajip · 13 years ago
  34. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  35. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  36. 195261e Added tag v3.2.3rc1 for changeset 7085403daf43 by Georg Brandl · 13 years ago
  37. 2142ee8 Update copyright year. by Georg Brandl · 13 years ago
  38. e578021 Add 3.2.3 to license. by Georg Brandl · 13 years ago
  39. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  40. bada35b merge heads by Georg Brandl · 13 years ago
  41. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
  42. 29ca21c Update pydoc topics. by Georg Brandl · 13 years ago
  43. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  44. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 13 years ago
  45. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  46. c4c90bd merge 3.2 by Benjamin Peterson · 13 years ago
  47. ba528f5 merge 3.1 by Benjamin Peterson · 13 years ago
  48. 273cd18 update copyright year by Benjamin Peterson · 13 years ago
  49. ea1cb7a merge 3.2 by Benjamin Peterson · 13 years ago
  50. bff13be merge 3.1 (with 3.1.5rc1 release tag) by Benjamin Peterson · 13 years ago
  51. 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 13 years ago
  52. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago
  53. 5b761f1 Merge by Brett Cannon · 13 years ago
  54. 197e22c Simplify zlib bigmem tests. by Nadeem Vawda · 13 years ago
  55. bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. by Nadeem Vawda · 13 years ago
  56. b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. by Nadeem Vawda · 13 years ago
  57. 34d8e41 Refactor importlib to make it easier to re-implement in C. by Brett Cannon · 13 years ago
  58. b429d3b Fix doc of an internal function: unicode_write_cstr() by Victor Stinner · 13 years ago
  59. 6db1c40 Issue #14077: importlib: Fix regression introduced by de6703671386. by Charles-François Natali · 13 years ago
  60. e887f31 Null merge by Antoine Pitrou · 13 years ago
  61. cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  62. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  63. 7214612 In find_module(), do not silence fileno() and dup() errors. by Antoine Pitrou · 13 years ago
  64. ba6bafc Fix compile failure under Windows by Antoine Pitrou · 13 years ago
  65. c516610 Optimize str%arg for number formats: %i, %d, %u, %x, %p by Victor Stinner · 13 years ago
  66. 99d7ad0 Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() by Victor Stinner · 13 years ago
  67. da79e63 Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces by Victor Stinner · 13 years ago
  68. 15e9ed2 PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) by Victor Stinner · 13 years ago
  69. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  70. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  71. e7ad419 Fix sporadic test_subprocess regression introduced by 834650d63130. by Ross Lagerwall · 13 years ago
  72. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  73. 679be99 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  74. 658d196 Additional debug info in case of failure by Antoine Pitrou · 13 years ago
  75. 037615e unload() should be sufficient by Antoine Pitrou · 13 years ago
  76. abe72d7 Try to debug sporadic test failures by Antoine Pitrou · 13 years ago
  77. b43fde9 remove unapplicable statement by Benjamin Peterson · 13 years ago
  78. 42ae472 merge with 3.2 by Georg Brandl · 13 years ago
  79. 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
  80. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  81. 6553211 site: don't import traceback at startup to speed up Python startup by Victor Stinner · 13 years ago
  82. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  83. 6ca5a4d Issue #12406: Update list of files. by Martin v. Löwis · 13 years ago
  84. bc499d2 Actually run the new tests. by Antoine Pitrou · 13 years ago
  85. 07c6588 Add a test that memoryviews have hash randomization enabled. by Antoine Pitrou · 13 years ago
  86. 528b54b Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
  87. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
  88. 61f996b Issue #12406: prevent case where shortened name could conflict with short name. by Martin v. Löwis · 13 years ago
  89. dc4170c merge 2.6 by Martin v. Löwis · 13 years ago
  90. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  91. f9caee9 merge 3.2 by Martin v. Löwis · 13 years ago
  92. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  93. d9a3591 merge 3.2 by Benjamin Peterson · 13 years ago
  94. e249dca merge 3.2 by Benjamin Peterson · 13 years ago
  95. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  96. 8b24506 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  97. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  98. 307da2b Merge the HTMLParser fix with 3.2. by Ezio Melotti · 13 years ago
  99. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  100. 79d3878 update unicode link by Benjamin Peterson · 13 years ago