1. aa909b6 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Miss Islington (bot) · 4 years, 9 months ago
  2. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 4 years, 10 months ago
  3. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 4 years, 10 months ago
  4. ee98951 bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) by Miss Islington (bot) · 5 years ago
  5. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 5 years ago
  6. 382cb85 bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024) by Miss Islington (bot) · 5 years ago
  7. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 5 years ago
  8. 652b667 bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (GH-14460) by Miss Islington (bot) · 5 years ago
  9. 58f2c7f bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666) by Miss Islington (bot) · 5 years ago
  10. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  11. c2684c6 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480) by Miss Islington (bot) · 5 years ago
  12. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  13. 3b976d1 bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Miss Islington (bot) · 5 years ago
  14. b4f5b21 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Miss Islington (bot) · 5 years ago
  15. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 5 years ago
  16. 6dbbe74 bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) by Victor Stinner · 5 years ago
  17. e4d300e bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490) by Victor Stinner · 5 years ago
  18. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  19. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  20. 3c7931e bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) by Victor Stinner · 5 years ago
  21. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  22. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 5 years ago
  23. e7a4bb5 bpo-35798: Add test.support.check_syntax_warning(). (#11895) by Serhiy Storchaka · 5 years ago
  24. 7ab3d15 Rework tuple hash tests. (GH-10161) by Tim Peters · 5 years ago
  25. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  26. 259c159 bpo-34897: avoid distutils test error when CXX is not set (GH-9706) by Michael Felt · 6 years ago
  27. 1dd0359 bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) by Victor Stinner · 6 years ago
  28. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  29. 3a8f4fe bpo-34279: regrtest consider that skipped tests are ran (GH-11132) by Victor Stinner · 6 years ago
  30. 8752dfb bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by native-api · 6 years ago
  31. 9724348 bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) by Pablo Galindo · 6 years ago
  32. 0227748 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Pablo Galindo · 6 years ago
  33. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  34. 8213ead bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Berker Peksag · 6 years ago
  35. d0f49d2 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Steve Dower · 6 years ago
  36. e578fa1 Lib/test/support: fix typo in docstring (GH-8506) by Daniel Hahler · 6 years ago
  37. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  38. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  39. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  40. 492d642 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Victor Stinner · 6 years ago
  41. 36c60fb test.support.SaveSignals: fix typo (GH-7448) by Victor Stinner · 6 years ago
  42. 8425de4 bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328) by Brett Cannon · 6 years ago
  43. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  44. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  45. 28e8b66 Fix spelling typo (GH-6443) by jdemeyer · 6 years ago
  46. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 6 years ago
  47. b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 6 years ago
  48. 33dddac bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Anselm Kruis · 6 years ago
  49. 01423cb Improves the ability to build in CI (GH-5728) by Steve Dower · 6 years ago
  50. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  51. bf2b65e bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560) by xdegaye · 7 years ago
  52. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  53. ef83806 bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604) by xdegaye · 7 years ago
  54. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 7 years ago
  55. bb11c3c bpo-31324: Fix test.support.set_match_tests(None) (#4505) by Victor Stinner · 7 years ago
  56. 803ddd8 bpo-31324: Optimize support._match_test() (#4421) by Victor Stinner · 7 years ago
  57. 92c2ca7 bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) by xdegaye · 7 years ago
  58. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  59. 19f6830 bpo-31629: Add support.SaveSignals (#4183) by Victor Stinner · 7 years ago
  60. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  61. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  62. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  63. ace1ecc bpo-31234: threading_cleanup() now warns immediately (#3138) by Victor Stinner · 7 years ago
  64. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  65. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  66. b501147 Enhance support.reap_children() (#3036) by Victor Stinner · 7 years ago
  67. 302bbbe bpo-31009: Fix support.fd_count() on Windows (#2862) by Victor Stinner · 7 years ago
  68. 896145d bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) by Antoine Pitrou · 7 years ago
  69. 3df9dec bpo-30845: Enhance test_concurrent_futures cleanup (#2564) by Victor Stinner · 7 years ago
  70. 21a0a6c threading_cleanup() failure marks test as ENV_CHANGED (#2500) by Victor Stinner · 7 years ago
  71. ace56d5 bpo-30523: regrtest --list-cases --match (#2401) by Victor Stinner · 7 years ago
  72. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  73. ef8320c bpo-30540: regrtest: add --matchfile option (#1909) by Victor Stinner · 7 years ago
  74. d1a1def bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) by Serhiy Storchaka · 7 years ago
  75. d819ad9 bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) by Victor Stinner · 7 years ago
  76. a36e939 bpo-30125: disable faulthandler in ctypes test_SEH (#1237) by Victor Stinner · 7 years ago
  77. d20324a support.threading_cleanup() log a warning on fail (#1195) by Victor Stinner · 7 years ago
  78. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  79. 3722f1f support: temp_dir() and change_cwd() uses repr() in error message by Victor Stinner · 7 years ago
  80. 04054d9 Update test_support for my temp_dir/change_cwd changes by Victor Stinner · 7 years ago
  81. edb4881 support: add more info on temp_dir() and change_cwd() failure by Victor Stinner · 7 years ago
  82. 798ad27 Merge 3.6 by Victor Stinner · 8 years ago
  83. 12c4aba Merge 3.5 by Victor Stinner · 8 years ago
  84. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 8 years ago
  85. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  86. 6959852 Issue #28683: Merge 3.6. by Xavier de Gaye · 8 years ago
  87. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 8 years ago
  88. f852fff Issue #28759: Merge 3.6. by Xavier de Gaye · 8 years ago
  89. 3a4e989 Issue #28759: Fix the tests that fail with PermissionError when run as by Xavier de Gaye · 8 years ago
  90. 26817a8 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  91. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  92. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  93. 566ba3d Issue #26939: Merge 3.6. by Xavier de Gaye · 8 years ago
  94. 7522ef4 Issue #26939: Add the support.setswitchinterval() function to fix by Xavier de Gaye · 8 years ago
  95. 43153e4 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  96. 520348e Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  97. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  98. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  99. 09285e0 Issue #28666: Try to fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  100. ba7eb8d Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago