1. 6335933 bpo-33861: Minor improvements of tests for os.path. (GH-7715) by Miss Islington (bot) · 7 years ago
  2. ba67b4f Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7724) by Victor Stinner · 7 years ago
  3. ca4cb84 [3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) by Victor Stinner · 7 years ago
  4. 0e2b76e bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Miss Islington (bot) · 7 years ago
  5. a50b825 bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Miss Islington (bot) · 7 years ago
  6. 7b82281 bpo-27397: Make email module properly handle invalid-length base64 strings (GH-7583) (GH-7664) by Miss Islington (bot) · 7 years ago
  7. 4219857 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) by Miss Islington (bot) · 7 years ago
  8. a5db479 bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) by Miss Islington (bot) · 7 years ago
  9. 60b8274 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Miss Islington (bot) · 7 years ago
  10. 037e912 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) by Miss Islington (bot) · 7 years ago
  11. 053d6c5 bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) by Miss Islington (bot) · 7 years ago
  12. 463d189 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) by Miss Islington (bot) · 7 years ago
  13. 8016c2b Datetime test coverage (GH-7544) (GH-7551) by Miss Islington (bot) · 7 years ago
  14. f44203d bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) by Miss Islington (bot) · 7 years ago
  15. 842985f bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by Miss Islington (bot) · 7 years ago
  16. 17beebc bpo-33694: Fix typo in helper function name (GH-7522) by Miss Islington (bot) · 7 years ago
  17. 0738443 bpo-33792: Add selector and proactor windows policies (GH-7487) by Miss Islington (bot) · 7 years ago
  18. 8fa398d bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499) by Miss Islington (bot) · 7 years ago
  19. 0aee3be bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) by Miss Islington (bot) · 7 years ago
  20. e4b2bdf Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437) by Miss Islington (bot) · 7 years ago
  21. 3c41761 [3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478) by Victor Stinner · 7 years ago
  22. 4705ea3 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) by Miss Islington (bot) · 7 years ago
  23. 016aff7 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Miss Islington (bot) · 7 years ago
  24. e135032 bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434) by Miss Islington (bot) · 7 years ago
  25. 1d419fa bpo-33751: Fix test_file. (GH-7378) by Miss Islington (bot) · 7 years ago
  26. ffd72ac bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Miss Islington (bot) · 7 years ago
  27. 631fe1f bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 7 years ago
  28. fff25cc bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) by Miss Islington (bot) · 7 years ago
  29. 103058e bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Miss Islington (bot) · 7 years ago
  30. d2c6ecc bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Miss Islington (bot) · 7 years ago
  31. 87936d0 bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396) by Miss Islington (bot) · 7 years ago
  32. 7453cae bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) by Miss Islington (bot) · 7 years ago
  33. 4d11fe7 bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370) by Miss Islington (bot) · 7 years ago
  34. 2332fed bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) by Miss Islington (bot) · 7 years ago
  35. bdab3ea bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7357) by Miss Islington (bot) · 7 years ago
  36. ad4c795 bpo-33744: Fix test_uu. (GH-7350) (GH-7352) by Miss Islington (bot) · 7 years ago
  37. 63fa8db bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) by Miss Islington (bot) · 7 years ago
  38. 3dd802d bpo-33718: regrtest: update from master (GH-7305) by Victor Stinner · 7 years ago
  39. 466aae5 bpo-33692: Update pythoninfo from master (GH-7298) by Victor Stinner · 7 years ago
  40. 9d27334 bpo-33532: Fix multiprocessing test_ignore() (GH-7262) by Miss Islington (bot) · 7 years ago
  41. af9cda9 Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-7233) by Yury Selivanov · 7 years ago
  42. 3ddee64 bpo-32684: Fix nits in tests (GH-7225) (#7231) by Miss Islington (bot) · 7 years ago
  43. d8948c5 bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Miss Islington (bot) · 7 years ago
  44. 0364342 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222) by Miss Islington (bot) · 7 years ago
  45. 2a7eb0b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Miss Islington (bot) · 7 years ago
  46. b3e12c0 Attempt to fix test_stdin_broken_pipe on Travis (GH-7210) (#7211) by Miss Islington (bot) · 7 years ago
  47. cb055bc bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (GH-7204) by Miss Islington (bot) · 7 years ago
  48. 441afbd bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Miss Islington (bot) · 7 years ago
  49. be5d616 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) by Miss Islington (bot) · 7 years ago
  50. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  51. 420092e bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182) by Miss Islington (bot) · 7 years ago
  52. ddc613f bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Miss Islington (bot) · 7 years ago
  53. 8d8b861 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Miss Islington (bot) · 7 years ago
  54. 075c662 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) by Miss Islington (bot) · 7 years ago
  55. 4b82846 bpo-32458: Further tune start_tls tests (GH-7166) by Miss Islington (bot) · 7 years ago
  56. bc3a002 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Miss Islington (bot) · 7 years ago
  57. 1f21ae7 bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153) by Miss Islington (bot) · 7 years ago
  58. 983c1ba bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) (GH-7150) by Miss Islington (bot) · 7 years ago
  59. 96fb828 bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Miss Islington (bot) · 7 years ago
  60. af1d007 test.regrtest: flush stdout when display progress (GH-7105) by Miss Islington (bot) · 7 years ago
  61. d9eb22c bpo-33629: Prevent coredump in test_importlib (GH-7090) by Miss Islington (bot) · 7 years ago
  62. dd7a255 bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089) by Miss Islington (bot) · 7 years ago
  63. fa24c1c [3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087) by Victor Stinner · 7 years ago
  64. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 7 years ago
  65. 2751dcc bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Miss Islington (bot) · 7 years ago
  66. cd57b48 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Miss Islington (bot) · 7 years ago
  67. ca6d7ae Improve comments in test_idle.py. (GH-7057) by Miss Islington (bot) · 7 years ago
  68. 25fd6cc bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Miss Islington (bot) · 7 years ago
  69. 316f869 Use IPv4 only to avoid IP address collision (GH-7030) by Miss Islington (bot) · 7 years ago
  70. 4d39ade Fix asyncio flaky tests (GH-7023) (#7024) by Miss Islington (bot) · 7 years ago
  71. b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) by Miss Islington (bot) · 7 years ago
  72. b85115e [3.7] bpo-32262: Fix typo in f-string (GH-7016) by Miss Islington (bot) · 7 years ago
  73. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  74. 28ea38b9 bpo-26819: Prevent proactor double read on resume (GH-6921) by Miss Islington (bot) · 7 years ago
  75. 09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) by Miss Islington (bot) · 7 years ago
  76. 56882db Provide a little better debug output (GH-6940) (#6942) by Miss Islington (bot) · 7 years ago
  77. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  78. 216a277 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) by Miss Islington (bot) · 7 years ago
  79. 9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) by Miss Islington (bot) · 7 years ago
  80. 6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Miss Islington (bot) · 7 years ago
  81. 4af6110 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Miss Islington (bot) · 7 years ago
  82. c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Miss Islington (bot) · 7 years ago
  83. 2cdb70a bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6869) by Miss Islington (bot) · 7 years ago
  84. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  85. f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) by Miss Islington (bot) · 7 years ago
  86. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  87. e8f968d bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837) by Miss Islington (bot) · 7 years ago
  88. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  89. c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) by Miss Islington (bot) · 7 years ago
  90. 2e01f7d bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Miss Islington (bot) · 7 years ago
  91. 6e9456e bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miss Islington (bot) · 7 years ago
  92. c5444b3 Fix a bug in Generic.__new__ (GH-6758) by Miss Islington (bot) · 7 years ago
  93. 263523a closes bpo-33445: fail properly in test_cprofile() (GH-6727) by Miss Islington (bot) · 7 years ago
  94. 3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) by Miss Islington (bot) · 7 years ago
  95. 6049bda [3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713) by Miss Islington (bot) · 7 years ago
  96. 77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) by Miss Islington (bot) · 7 years ago
  97. e4eeb6e bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Miss Islington (bot) · 7 years ago
  98. 8075868 bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656) by Miss Islington (bot) · 7 years ago
  99. 2e5fa38 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Miss Islington (bot) · 7 years ago
  100. 736f17f bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by Miss Islington (bot) · 7 years ago