1. 2d5bf56 bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) by Dong-hee Na · 6 years ago
  2. d9e561d bpo-38610: Fix possible crashes in several list methods (GH-17022) by Zackery Spytz · 6 years ago
  3. 09c482f bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560) by Batuhan Taşkaya · 6 years ago
  4. 4dc5a9d bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558) by Batuhan Taşkaya · 6 years ago
  5. 89aa7f0 bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977) by Kyle Stanley · 6 years ago
  6. 88dce26 Fix handling of line numbers around finally-blocks. (#17737) by Mark Shannon · 6 years ago
  7. 8f0703f bpo-39157: Skip test_pidfd_send_signal if the system does not have enough privileges to use pidfd (GH-17740) by Pablo Galindo · 6 years ago
  8. be287c3 Fix error when running with -uall in test_unparse (GH-17739) by Pablo Galindo · 6 years ago
  9. 23a226b bpo-38870: Run always tests that heavily use grammar features in test_unparse (GH-17738) by Pablo Galindo · 6 years ago
  10. eae87e3 bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) by Bar Harel · 6 years ago
  11. 673c393 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) by Victor Stinner · 6 years ago
  12. 50d4f12 bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) by Lysandros Nikolaou · 6 years ago
  13. 9707e8e bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) by Victor Stinner · 6 years ago
  14. a76ba36 bpo-39041: Add GitHub Actions support (GH-17594) by Steve Dower · 6 years ago
  15. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 6 years ago
  16. 1ca8fb1 Add tests and design notes for Counter subset/superset operations. (GH-17625) by Raymond Hettinger · 6 years ago
  17. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 6 years ago
  18. cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 6 years ago
  19. 5936a4c Fix elif start column offset when there is an else following (GH-17596) by Lysandros Nikolaou · 6 years ago
  20. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 6 years ago
  21. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 6 years ago
  22. 1988344 Fix warnings in test_asyncio.test_base_events (#17577) by Kyle Stanley · 6 years ago
  23. 7772b1a bpo-38614: Use support timeout constants (GH-17572) by Victor Stinner · 6 years ago
  24. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 6 years ago
  25. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 6 years ago
  26. 1d0f9b3 bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) by Victor Stinner · 6 years ago
  27. c98b019 bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) by Victor Stinner · 6 years ago
  28. bbc8b79 bpo-38614: Use default join_thread() timeout in tests (GH-17559) by Victor Stinner · 6 years ago
  29. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 6 years ago
  30. 8237497 bpo-39004: increment large sendfile() test timeout (GH-17552) by Giampaolo Rodola · 6 years ago
  31. e9df88e Clean imports in test_unparse (GH-17545) by Pablo Galindo · 6 years ago
  32. 2ad7651 bpo-39009: Fix typo in test__locale (GH-17544) by Tim Gates · 6 years ago
  33. ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 6 years ago
  34. ac22911 bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537) by Pablo Galindo · 6 years ago
  35. c18b805 bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) by Tim Gates · 6 years ago
  36. a1a99b4 bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534) by Victor Stinner · 6 years ago
  37. d219cc4 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518) by Yury Selivanov · 6 years ago
  38. bba873e bpo-38992: avoid fsum test failure from constant-folding (GH-17513) by Mark Dickinson · 6 years ago
  39. ab513a3 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311) by Kyle Stanley · 6 years ago
  40. 0131aba bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) by Victor Stinner · 6 years ago
  41. a1838ec bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Victor Stinner · 6 years ago
  42. 3ae4ea1 bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) by Abhilash Raj · 6 years ago
  43. 68157da bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) by Abhilash Raj · 6 years ago
  44. 526606b bpo-38994: Implement __class_getitem__ for PathLike (GH-17498) by Batuhan Taşkaya · 6 years ago
  45. 28c9163 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by AMIR · 6 years ago
  46. 6cac113 bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) by Victor Stinner · 6 years ago
  47. 2b7de66 bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by Christian Heimes · 6 years ago
  48. 15fb7fa bpo-29636: json.tool: Add document for indentation options. (GH-17482) by Daniel Himmelstein · 6 years ago
  49. 7ddcd0c bpo-38529: Fix asyncio stream warning (GH-17474) by Andrew Svetlov · 6 years ago
  50. efefe25 bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472) by wim glenn · 6 years ago
  51. bb81549 bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277) by Claudiu Popa · 6 years ago
  52. 808769f bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) by Inada Naoki · 6 years ago
  53. 24f5cac bpo-38962: Fix reference leak in test_httpservers (GH-17454) by Pablo Galindo · 6 years ago
  54. 0325794 bpo-29636: Add --(no-)indent arguments to json.tool (GH-345) by Daniel Himmelstein · 6 years ago
  55. 8943318 bpo-38270: Fix indentation of test_hmac assertions (GH-17446) by stratakis · 6 years ago
  56. a62ad47 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418) by Matthew Rollings · 6 years ago
  57. 34864d1 bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437) by torsava · 6 years ago
  58. 2fe4c48 bpo-38449: Add URL delimiters test cases (#16729) by Dong-hee Na · 6 years ago
  59. 8d62df6 bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658) by Daniel Hillier · 6 years ago
  60. bea33f5 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) by Steve Dower · 6 years ago
  61. d9aa216 bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) by Tzu-ping Chung · 6 years ago
  62. ea9835c bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
  63. 9bbcbc9 bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098) by Bruno P. Kinoshita · 6 years ago
  64. 036fe85 bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716) by HongWeipeng · 6 years ago
  65. 6dd9b64 bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) by Brandt Bucher · 6 years ago
  66. c6a7bdb bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723) by Stefan Behnel · 6 years ago
  67. 27fc3b6 bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302) by Pablo Galindo · 6 years ago
  68. 6f03b23 bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335) by Claudiu Popa · 6 years ago
  69. 665ad3d Better runtime TypedDict (GH-17214) by Zac Hatfield-Dodds · 6 years ago
  70. 041d8b4 bpo-38881: choices() raises ValueError when all weights are zero (GH-17362) by Raymond Hettinger · 6 years ago
  71. 1b779bf bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by bcaller · 6 years ago
  72. 138e7bb bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316) by jacksonriley · 6 years ago
  73. 91daa9d bpo-38863: Improve is_cgi() in http.server (GH-17312) by Siwon Kang · 6 years ago
  74. 0aca3a3 bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) by benedwards14 · 6 years ago
  75. 3ab479a bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290) by Victor Stinner · 6 years ago
  76. 0127bb1 bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314) by Victor Stinner · 6 years ago
  77. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 6 years ago
  78. 559bad1 bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294) by xdegaye · 6 years ago
  79. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 6 years ago
  80. e0cd8aa bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) by Pablo Galindo · 6 years ago
  81. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 6 years ago
  82. c6b20be bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) by Jake Tesler · 6 years ago
  83. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 6 years ago
  84. 8e0de2a bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Vincent Michel · 6 years ago
  85. 9960230 bpo-22367: Update test_fcntl.py for spawn process mode (#17154) by Dong-hee Na · 6 years ago
  86. 59c8088 Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219) by Victor Stinner · 6 years ago
  87. 111772f bpo-38811: Check for presence of os.link method in pathlib. (GH-17170) by Toke Høiland-Jørgensen · 6 years ago
  88. 645005e bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151) by Andrey Doroschenko · 6 years ago
  89. a065232 bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417) by Serhiy Storchaka · 6 years ago
  90. 5fd5cb8 bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991) by Serhiy Storchaka · 6 years ago
  91. 7c6130c bpo-38453: Ensure correct short path is obtained for test (GH-17184) by Steve Dower · 6 years ago
  92. abde52c bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) by Steve Dower · 6 years ago
  93. 3ccdd9b closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) by Benjamin Peterson · 6 years ago
  94. dad6be5 bpo-38785: Prevent asyncio from crashing (GH-17144) by Andrew Svetlov · 6 years ago
  95. 61289d4 bpo-38786: Add parsing of https links to pydoc (GH-17143) by Kirill · 6 years ago
  96. 74fa9f7 closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by Benjamin Peterson · 6 years ago
  97. 051ff52 bpo-38565: add new cache_parameters method for lru_cache (GH-16916) by Manjusaka · 6 years ago
  98. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 6 years ago
  99. 84ac437 bpo-38761: Register WeakSet as a MutableSet (GH-17104) by Raymond Hettinger · 6 years ago
  100. befa032 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Dong-hee Na · 6 years ago