1. 7ef1697 bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) by Michael Felt · 6 years ago
  2. 89d79b1 Remove AIX workaround test_subprocess (GH-8939) by Michael Felt · 6 years ago
  3. 2b32da2 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 6 years ago
  4. 1590c39 bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) by Christian Heimes · 6 years ago
  5. 88bfd0b bpo-34399: 2048 bits RSA keys and DH params (#8762) by Christian Heimes · 6 years ago
  6. 48ed88a bpo-32663 Make SMTPUTF8SimTests run (#5314) by chason · 6 years ago
  7. 58ed730 bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735) by Pablo Galindo · 6 years ago
  8. fd8fbce bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799) by Victor Stinner · 6 years ago
  9. c44d8e5 bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795) by Victor Stinner · 6 years ago
  10. 1261bfa bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791) by Victor Stinner · 6 years ago
  11. 2f9cbaa Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723) by Victor Stinner · 6 years ago
  12. 9b7c74c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) by Marcel Plch · 6 years ago
  13. 8425de4 bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328) by Brett Cannon · 6 years ago
  14. 09c4a7d bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Ned Deily · 6 years ago
  15. 4114846 bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612) by Pablo Galindo · 6 years ago
  16. e52ac04 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) by Ned Deily · 6 years ago
  17. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 6 years ago
  18. 3fe3304 bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · 6 years ago
  19. b7b9225 bpo-31809: test secp ECDH curves (#4036) by Christian Heimes · 6 years ago
  20. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 7 years ago
  21. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 7 years ago
  22. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 7 years ago
  23. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 7 years ago
  24. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 7 years ago
  25. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 7 years ago
  26. 3b43bfa Update docs for 3.7.0a4 by Ned Deily · 7 years ago
  27. 9c19b02 bpo-32002: Refactor C locale coercion tests (GH-4369) by Nick Coghlan · 7 years ago
  28. 48d4dd9 bpo-32252: Fix faulthandler_suppress_crash_report() (#4794) by Victor Stinner · 7 years ago
  29. 3f9a728 Update NEWS and pydoc topics. by Ned Deily · 7 years ago
  30. b3edde8 bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720) by Ned Deily · 7 years ago
  31. bf2b65e bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560) by xdegaye · 7 years ago
  32. 86afc1f Skip test_socket.test_sha256() on linux < 4.5 (#4643) by Victor Stinner · 7 years ago
  33. ef83806 bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604) by xdegaye · 7 years ago
  34. 39f0bb5 bpo-32136: Separate embedding tests from C API tests (GH-4567) by Nick Coghlan · 7 years ago
  35. a6fba9b bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) by xdegaye · 7 years ago
  36. 8e482be bpo-31174: Fix test_tools.test_unparse (#4102) by Victor Stinner · 7 years ago
  37. 450ceea Update PyDoc topics and NEWS blurbs for 3.7.0a1 by Ned Deily · 7 years ago
  38. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 7 years ago
  39. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  40. 305e56c bpo-31320: No traceback to sys.stderr in test_ssl (#3360) by Christian Heimes · 7 years ago
  41. 564a2c6 Link to blurb on PyPI in the NEWS.d READMEs. (#3323) by Gregory P. Smith · 7 years ago
  42. f9f1734 Blurbify master branch. (#3298) by larryhastings · 7 years ago
  43. 002d640 bpo-25674: remove sha256.tbs-internet.com ssl test (#3297) by Christian Heimes · 7 years ago
  44. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  45. 5b392bb bpo-30822: Exclude tzdata from regrtest --all (#2775) by Victor Stinner · 7 years ago
  46. 85f6430 bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) by xdegaye · 7 years ago
  47. ea00798 Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) by larryhastings · 7 years ago