1. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 12 years ago
  2. 9a4d7dd More debug output by Antoine Pitrou · 12 years ago
  3. ffd85c8 Improve debugging output for test failure by Antoine Pitrou · 12 years ago
  4. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  5. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  6. 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 12 years ago
  7. 0509d94 Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. by Stefan Krah · 12 years ago
  8. f12b447 Merge by Antoine Pitrou · 12 years ago
  9. 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
  10. 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
  11. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 12 years ago
  12. 4f92a68 Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. by Antoine Pitrou · 12 years ago
  13. 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 12 years ago
  14. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  15. 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
  16. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  17. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 12 years ago
  18. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 12 years ago
  19. f716545 Merge from 3.2 by Éric Araujo · 12 years ago
  20. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 12 years ago
  21. c071a61 Merge 3.2 by Éric Araujo · 12 years ago
  22. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  23. afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). by Nadeem Vawda · 12 years ago
  24. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  25. 4b42ff6 unused imports, pep8 by Philip Jenvey · 12 years ago
  26. 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 12 years ago
  27. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 12 years ago
  28. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 12 years ago
  29. 625cd23 Simplify importib._resolve_name(). by Brett Cannon · 12 years ago
  30. 91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  31. 2fe4bb1 merge by Brett Cannon · 12 years ago
  32. 4b03b68 Turn _return_module() into _handle_fromlist(). by Brett Cannon · 12 years ago
  33. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 12 years ago
  34. 6858cab merge by Brett Cannon · 12 years ago
  35. dfc3270 Make the benchmark recording more sensible for importlib.test.benchmark. by Brett Cannon · 12 years ago
  36. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  37. dcb30cf merge by Brett Cannon · 12 years ago
  38. f500778 Improper type for __package__ should raise TypeError, not ValueError. by Brett Cannon · 12 years ago
  39. 068915c Do a type check instead of an interface check. by Brett Cannon · 12 years ago
  40. 349c900 Merged upstream changes. by Vinay Sajip · 12 years ago
  41. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  42. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  43. bada35b merge heads by Georg Brandl · 12 years ago
  44. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  45. 29ca21c Update pydoc topics. by Georg Brandl · 12 years ago
  46. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 12 years ago
  47. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  48. 5b761f1 Merge by Brett Cannon · 12 years ago
  49. 197e22c Simplify zlib bigmem tests. by Nadeem Vawda · 12 years ago
  50. bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. by Nadeem Vawda · 12 years ago
  51. b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. by Nadeem Vawda · 12 years ago
  52. 34d8e41 Refactor importlib to make it easier to re-implement in C. by Brett Cannon · 12 years ago
  53. 6db1c40 Issue #14077: importlib: Fix regression introduced by de6703671386. by Charles-François Natali · 12 years ago
  54. e7ad419 Fix sporadic test_subprocess regression introduced by 834650d63130. by Ross Lagerwall · 12 years ago
  55. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  56. 679be99 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  57. 658d196 Additional debug info in case of failure by Antoine Pitrou · 12 years ago
  58. 037615e unload() should be sufficient by Antoine Pitrou · 12 years ago
  59. abe72d7 Try to debug sporadic test failures by Antoine Pitrou · 12 years ago
  60. 6553211 site: don't import traceback at startup to speed up Python startup by Victor Stinner · 12 years ago
  61. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  62. bc499d2 Actually run the new tests. by Antoine Pitrou · 12 years ago
  63. 07c6588 Add a test that memoryviews have hash randomization enabled. by Antoine Pitrou · 12 years ago
  64. 8b24506 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  65. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  66. 307da2b Merge the HTMLParser fix with 3.2. by Ezio Melotti · 12 years ago
  67. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  68. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  69. 802505d Merge more test vs hashing-order fixes from 3.2. by Georg Brandl · 12 years ago
  70. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  71. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 12 years ago
  72. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 12 years ago
  73. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 12 years ago
  74. 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
  75. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  76. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 12 years ago
  77. b5c793a Issue #14063: fix test_importlib failure under OS X case-insensitive filesystems by Antoine Pitrou · 12 years ago
  78. 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
  79. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 12 years ago
  80. b9dafe6 Merge with 3.1. by Georg Brandl · 12 years ago
  81. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 12 years ago
  82. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 12 years ago
  83. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 12 years ago
  84. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 12 years ago
  85. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  86. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  87. 6ddac00 put docstrings on functions by Benjamin Peterson · 12 years ago
  88. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  89. dff46fa Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor). by Antoine Pitrou · 12 years ago
  90. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 12 years ago
  91. b67075b _relax_case -> _make_relax_case by Antoine Pitrou · 12 years ago
  92. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 12 years ago
  93. 336b2f4 Fix a failing importlib test under Windows. by Brett Cannon · 12 years ago
  94. 85c71ae fix test now that staticmethod and classmethod are bigger by Benjamin Peterson · 12 years ago
  95. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 12 years ago
  96. 7b77188 Create _attr/_attrNS lazily. by Martin v. Löwis · 12 years ago
  97. 14aa280 Use __slots__ throughout instead of __dict__, to reduce the memory usage. by Martin v. Löwis · 12 years ago
  98. b900d6a initialize __dict__ if needed by Benjamin Peterson · 12 years ago
  99. 01d7eba allow arbitrary attributes on classmethod and staticmethod (closes #14051) by Benjamin Peterson · 12 years ago
  100. fbc6f94 Test for issue #13500 by Jesus Cea · 12 years ago