1. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 12 years ago
  2. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  3. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  4. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 12 years ago
  5. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  6. 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 12 years ago
  7. 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 12 years ago
  8. b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 12 years ago
  9. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  10. b2fcd3a Added delay before record creation. by Vinay Sajip · 12 years ago
  11. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  12. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  13. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 12 years ago
  14. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 12 years ago
  15. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 12 years ago
  16. 49ab14f Merge. by Stefan Krah · 13 years ago
  17. fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 13 years ago
  18. 682c979 Merged upstream changes. by Vinay Sajip · 13 years ago
  19. b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 13 years ago
  20. 75b5e7e Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. by Florent Xicluna · 13 years ago
  21. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 13 years ago
  22. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 13 years ago
  23. f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  24. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  25. 5102bf4 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  26. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  27. 0b2b583 Fix spelling. by Georg Brandl · 13 years ago
  28. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
  29. c0eaeca Updated tokenize to support the inverse byte literals new in 3.3 by Armin Ronacher · 13 years ago
  30. 745ccf8 fix trailing whitespace by Eli Bendersky · 13 years ago
  31. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 13 years ago
  32. d263d18 Fixed problem with diagnostic output. by Vinay Sajip · 13 years ago
  33. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 13 years ago
  34. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  35. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
  36. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  37. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  38. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 13 years ago
  39. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  40. 0836baa Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  41. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  42. d7aff2d update skip reason by Philip Jenvey · 13 years ago
  43. e308b7c also skip test_device_encoding when stdin isn't a tty by Philip Jenvey · 13 years ago
  44. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 13 years ago
  45. aba0b13 #14089: merge with 3.2. by Ezio Melotti · 13 years ago
  46. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  47. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
  48. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  49. 3692453 Merge: Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  50. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  51. 19b1d50 Added additional diagnostics to help with #12151. by Vinay Sajip · 13 years ago
  52. 9a4d7dd More debug output by Antoine Pitrou · 13 years ago
  53. ffd85c8 Improve debugging output for test failure by Antoine Pitrou · 13 years ago
  54. 0509d94 Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. by Stefan Krah · 13 years ago
  55. f12b447 Merge by Antoine Pitrou · 13 years ago
  56. 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  57. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  58. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  59. 4f92a68 Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. by Antoine Pitrou · 13 years ago
  60. 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 13 years ago
  61. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  62. 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
  63. f716545 Merge from 3.2 by Éric Araujo · 13 years ago
  64. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  65. afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). by Nadeem Vawda · 13 years ago
  66. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  67. 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 13 years ago
  68. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 13 years ago
  69. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 13 years ago
  70. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 13 years ago
  71. 197e22c Simplify zlib bigmem tests. by Nadeem Vawda · 13 years ago
  72. bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. by Nadeem Vawda · 13 years ago
  73. b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. by Nadeem Vawda · 13 years ago
  74. e7ad419 Fix sporadic test_subprocess regression introduced by 834650d63130. by Ross Lagerwall · 13 years ago
  75. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  76. 679be99 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  77. 658d196 Additional debug info in case of failure by Antoine Pitrou · 13 years ago
  78. 037615e unload() should be sufficient by Antoine Pitrou · 13 years ago
  79. abe72d7 Try to debug sporadic test failures by Antoine Pitrou · 13 years ago
  80. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  81. bc499d2 Actually run the new tests. by Antoine Pitrou · 13 years ago
  82. 07c6588 Add a test that memoryviews have hash randomization enabled. by Antoine Pitrou · 13 years ago
  83. 307da2b Merge the HTMLParser fix with 3.2. by Ezio Melotti · 13 years ago
  84. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  85. 71f660e update to Unicode 6.1 by Benjamin Peterson · 13 years ago
  86. 802505d Merge more test vs hashing-order fixes from 3.2. by Georg Brandl · 13 years ago
  87. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  88. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
  89. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
  90. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
  91. 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 · 13 years ago
  92. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  93. 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 · 13 years ago
  94. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
  95. b9dafe6 Merge with 3.1. by Georg Brandl · 13 years ago
  96. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
  97. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 13 years ago
  98. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 13 years ago
  99. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
  100. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago