1. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  2. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  3. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 12 years ago
  4. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  5. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  6. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  7. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  8. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  9. 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
  10. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  11. 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
  12. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  13. f12b447 Merge by Antoine Pitrou · 13 years ago
  14. 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
  15. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  16. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  17. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  18. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  19. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
  20. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
  21. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
  22. 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
  23. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  24. 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
  25. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
  26. b9dafe6 Merge with 3.1. by Georg Brandl · 13 years ago
  27. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
  28. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 13 years ago
  29. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 13 years ago
  30. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
  31. 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
  32. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  33. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  34. fbc6f94 Test for issue #13500 by Jesus Cea · 13 years ago
  35. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  36. f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 13 years ago
  37. a124a68 don't use assertSameElements. by Gregory P. Smith · 13 years ago
  38. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
  39. 5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 13 years ago
  40. 1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 13 years ago
  41. 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 13 years ago
  42. 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 13 years ago
  43. e31dded Fix an index and clean up comments. by Ezio Melotti · 13 years ago
  44. f4ab491 Improve handling of declarations in HTMLParser. by Ezio Melotti · 13 years ago
  45. 86f6712 Fix htmlparser tests to always use the right collector. by Ezio Melotti · 13 years ago
  46. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 13 years ago
  47. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 13 years ago
  48. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 13 years ago
  49. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 13 years ago
  50. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 13 years ago
  51. f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 13 years ago
  52. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 13 years ago
  53. 227e377 Merge. by Charles-François Natali · 13 years ago
  54. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  55. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  56. 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 13 years ago
  57. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
  58. 3cd4607 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  59. 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  60. eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
  61. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
  62. eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  63. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  64. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  65. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  66. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  67. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  68. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  69. 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  70. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  71. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  72. 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  73. 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
  74. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  75. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  76. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
  77. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  78. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  79. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  80. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  81. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  82. bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 13 years ago
  83. bbf5361 test_strlit was never run by Antoine Pitrou · 13 years ago
  84. f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  85. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  86. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  87. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  88. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  89. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  90. a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
  91. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  92. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  93. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  94. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  95. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  96. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  97. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  98. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  99. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  100. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago