1. 5ef883b [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) by Serhiy Storchaka · 8 years ago
  2. f7d19b0 [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077) by Serhiy Storchaka · 8 years ago
  3. 4dc05c3 Fix py3k warnings in 1/0 in tests. (#4072) by Serhiy Storchaka · 8 years ago
  4. 27b951c [2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034) by Riccardo Coccioli · 8 years ago
  5. ed267e3 [2.7] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4031) by Serhiy Storchaka · 8 years ago
  6. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 8 years ago
  7. 9aa6024 [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976) by Serhiy Storchaka · 8 years ago
  8. f15058a [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950) by Oren Milman · 8 years ago
  9. cc4b6f1 bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912) by Victor Stinner · 8 years ago
  10. 328b5d0 [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) by Serhiy Storchaka · 8 years ago
  11. 13da1a6 [2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845) by Oren Milman · 8 years ago
  12. 20cbc1d bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853) by Victor Stinner · 8 years ago
  13. 1163fb9 [2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838) by Serhiy Storchaka · 8 years ago
  14. 40d736b [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823) by Oren Milman · 8 years ago
  15. b4920d5 bpo-31593: test_socketserver waits child processes (#3786) by Victor Stinner · 8 years ago
  16. d0b9dc3 [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772) by Serhiy Storchaka · 8 years ago
  17. d94a65a bpo-25732: Make functools.total_ordering implementing __ne__. (#3748) by Serhiy Storchaka · 8 years ago
  18. 5f5da72 bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745) by Victor Stinner · 8 years ago
  19. cf7197a [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) by Igor Filatov · 8 years ago
  20. 860839c [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549) by Miss Islington (bot) · 8 years ago
  21. 42f7e0d bpo-31234: fork_wait tests now join threads (#3139) (#3535) by Victor Stinner · 8 years ago
  22. 40996d3 bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505) by Victor Stinner · 8 years ago
  23. 004547f [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493) by Serhiy Storchaka · 8 years ago
  24. b9a860f [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) by Christian Heimes · 8 years ago
  25. eeadf5f bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) by Victor Stinner · 8 years ago
  26. 57d963b [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301) by Christian Heimes · 8 years ago
  27. 20958e6 [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) by Oren Milman · 8 years ago
  28. bc80fd1 [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) by Oren Milman · 8 years ago
  29. 02e0367 bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) by Victor Stinner · 8 years ago
  30. 1460ce5 bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) by Victor Stinner · 8 years ago
  31. cce1cb9 bpo-30871: Add test.pythoninfo (#3174) (#3175) by Victor Stinner · 8 years ago
  32. 0fbac70 regrtest: fix test to choose if header should be displayed (#3172) by Victor Stinner · 8 years ago
  33. 02d4292 bpo-30263: regrtest: add system load average (#3165) by Victor Stinner · 8 years ago
  34. 883520a bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) by Victor Stinner · 8 years ago
  35. 05b7d9c [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) by Christian Heimes · 8 years ago
  36. 504939f bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) by Victor Stinner · 8 years ago
  37. 4dea065 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) by Victor Stinner · 8 years ago
  38. 1247e2c [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) by Victor Stinner · 8 years ago
  39. 425680b [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) by Ammar Askar · 8 years ago
  40. 88ffff5 [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) by Shane Harvey · 8 years ago
  41. 3dd1ccb bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) by Serhiy Storchaka · 8 years ago
  42. c2f7fb6 [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) by Victor Stinner · 8 years ago
  43. fd6736d bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) by Victor Stinner · 8 years ago
  44. 29094ce bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) by Nir Soffer · 8 years ago
  45. 0cba38d bpo-30778: Skip test_bsddb3 on Windows XP (#2877) by Victor Stinner · 8 years ago
  46. e5eae47 [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) by Dong-hee Na · 8 years ago
  47. 80ebc43 bpo-30822: regrtest: fix -u extralargefile (#2788) by Victor Stinner · 8 years ago
  48. a739000 [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  49. 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 8 years ago
  50. 8767de2 bpo-30759: regrtest: list_cases() now unload modules (#2582) by Victor Stinner · 8 years ago
  51. 668489a bpo-30759: Copy test_robotparser from master (#2546) by Victor Stinner · 8 years ago
  52. 3050987 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) by Victor Stinner · 8 years ago
  53. 28b72ba bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) by Victor Stinner · 8 years ago
  54. 1fef015 bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553) by Victor Stinner · 8 years ago
  55. 1e4fcb3 regrtest: fix --list-cases --verbose (#2547) by Victor Stinner · 8 years ago
  56. c51a8e9 [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) by Serhiy Storchaka · 8 years ago
  57. d7955b8 [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) by Victor Stinner · 8 years ago
  58. fd93f37 bpo-30448: Fix support.SuppressCrashReport on macOS (#2515) by Victor Stinner · 8 years ago
  59. a45a99b [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499) by Antoine Pitrou · 8 years ago
  60. 12536bd [2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473) by Antoine Pitrou · 8 years ago
  61. fea98bf [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444) by Victor Stinner · 8 years ago
  62. 2d77558 bpo-30705: Fix test_regrtest.test_crashed() (#2439) by Victor Stinner · 8 years ago
  63. 95a91df bpo-30764: Windows support.SuppressCrashReport (#2423) by Victor Stinner · 8 years ago
  64. 2097b9e [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412) by Victor Stinner · 8 years ago
  65. 787826c [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) by Serhiy Storchaka · 8 years ago
  66. 9dda2ca [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372) by Serhiy Storchaka · 8 years ago
  67. 7709b4d [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) by Serhiy Storchaka · 8 years ago
  68. da6d305 bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320) by Victor Stinner · 8 years ago
  69. d4324ba bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) by Victor Stinner · 8 years ago
  70. 24c2c20 bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249) by Victor Stinner · 8 years ago
  71. 8bb0863 bpo-30675: Fix refleak hunting in regrtest (#2227) by Victor Stinner · 8 years ago
  72. d09f167 [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) by Antoine Pitrou · 8 years ago
  73. a51f12f [2.7] bpo-29514: Check magic number for bugfix releases by Nick Coghlan · 8 years ago
  74. 0cc43df [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) by Serhiy Storchaka · 8 years ago
  75. 87edc5e Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) by Zachary Ware · 8 years ago
  76. 1626a47 [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) by Mariatta · 8 years ago
  77. bdd9647 [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817) by Antoine Pitrou · 8 years ago
  78. 6e1b832 bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) by Xiang Zhang · 8 years ago
  79. 2b67c7a [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696) by Serhiy Storchaka · 8 years ago
  80. e6a0b59 [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) by Serhiy Storchaka · 8 years ago
  81. e9f9b04 [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675) by Serhiy Storchaka · 8 years ago
  82. 955b676 [2.7] bpo-30363: Backport warnings in the re module. (#1577) by Serhiy Storchaka · 8 years ago
  83. 09b5247 bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) by Serhiy Storchaka · 8 years ago
  84. 6924ed5 bpo-30357 each test in test_thread waits until all spawned threads finish (#1583) by grzgrzgrz3 · 8 years ago
  85. 9d1983b bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591) by Victor Stinner · 8 years ago
  86. eb66897 [2.7] bpo-30366: Backport tests for test.support. (#1582) by Serhiy Storchaka · 8 years ago
  87. f2e894c bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) by Victor Stinner · 8 years ago
  88. a5bb624 [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541) by Victor Stinner · 8 years ago
  89. 3837d97 bpo-15526: test_startfile changes the cwd (#1537) by Victor Stinner · 8 years ago
  90. 453a685 bpo-30283: Backport regrtest features from master to 2.7 (#1516) by Victor Stinner · 8 years ago
  91. d2aff60 [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) by Victor Stinner · 8 years ago
  92. c8a77d3 Fix SyntaxWarning on importing test_inspect (#1512) by Victor Stinner · 8 years ago
  93. 4e7457b bpo-29990: Fix range checking in GB18030 decoder (#1509) by Xiang Zhang · 8 years ago
  94. 228da42 bpo-30258: Fix handling of child error in regrtest (#1477) by Victor Stinner · 8 years ago
  95. 03b2788 bpo-30265: support.unlink() don't catch any OSError (#1456) by Victor Stinner · 8 years ago
  96. d81f9e2 bpo-30264: ExpatParser now closes the source (#1476) by Victor Stinner · 8 years ago
  97. fd6094c Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472) by Victor Stinner · 8 years ago
  98. e81e355 bpo-30108: Fix test_site setUpModule() (#1460) by Victor Stinner · 8 years ago
  99. 7806438 bpo-30108: Restore sys.path in test_site (#1197) (#1459) by Victor Stinner · 8 years ago
  100. 9fb061b Fix test_ftplib warning if IPv6 is not available (#1457) by Victor Stinner · 8 years ago