1. 3cb49b6 bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247) by Victor Stinner · 6 years ago
  2. d07d9f4 bpo-36051: Drop GIL during large bytes.join() (GH-17757) by Bruce Merry · 6 years ago
  3. 2cca8ef bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) by Rémi Lapeyre · 6 years ago
  4. c45a2aa bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) by Christoph Reiter · 6 years ago
  5. 884eb89 bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221) by Brian Quinlan · 6 years ago
  6. 4a46adc bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203) by Victor Stinner · 6 years ago
  7. 9e1ed51 bpo-39453: Add testcase for bpo-39453 (GH-18202) by Dong-hee Na · 6 years ago
  8. 4dbf2d8 bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH-18181) by Dong-hee Na · 6 years ago
  9. 997443c Fix so that test.test_distutils can be executed by unittest and not just regrtest (GH-13480) by Toshio Kuratomi · 6 years ago
  10. 8870433 bpo-39390 shutil: fix argument types for ignore callback (GH-18122) by mbarkhau · 6 years ago
  11. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 6 years ago
  12. 161e7b3 bpo-39413: Implement os.unsetenv() on Windows (GH-18163) by Victor Stinner · 6 years ago
  13. 99e6c26 bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583) by Pablo Galindo · 6 years ago
  14. 79f89e6 bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Pablo Galindo · 6 years ago
  15. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 6 years ago
  16. dd754ca bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) by William Woodruff · 6 years ago
  17. 9b6fec4 bpo-39336: Allow packages to not let their child modules be set on them (#18006) by Dino Viehland · 6 years ago
  18. d3ae95e bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (GH-18117) by Alex Rebert · 6 years ago
  19. b73dd02 Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124) by Victor Stinner · 6 years ago
  20. beea26b bpo-39353: Deprecate the binhex module (GH-18025) by Victor Stinner · 6 years ago
  21. 56cd371 bpo-39413: Implement os.unsetenv() on Windows (GH-18104) by Victor Stinner · 6 years ago
  22. 59e2d26 Move test_math tests (GH-18098) by Victor Stinner · 6 years ago
  23. eab3b3f bpo-39389: gzip: fix compression level metadata (GH-18077) by William Chargin · 6 years ago
  24. 85ead4f bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094) by Victor Stinner · 6 years ago
  25. a96e06d bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Andrew Svetlov · 6 years ago
  26. 5492bfc bpo-39377: json: Remove the encoding option. (GH-18075) by Inada Naoki · 6 years ago
  27. e96d954 bpo-38536: locale: Remove trailing space in formatted currency (GH-16864) by Inada Naoki · 6 years ago
  28. 9baf242 bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) by Victor Stinner · 6 years ago
  29. 4691a2f bpo-39350: Remove deprecated fractions.gcd() (GH-18021) by Victor Stinner · 6 years ago
  30. 210c19e bpo-39351: Remove base64.encodestring() (GH-18022) by Victor Stinner · 6 years ago
  31. 01602ae bpo-37958: Adding get_profile_dict to pstats (GH-15495) by Daniel Olshansky · 6 years ago
  32. e85a305 bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984) by Victor Stinner · 6 years ago
  33. 65a5ce2 bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) by Dong-hee Na · 6 years ago
  34. 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 6 years ago
  35. a2ec3f0 bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) by Pablo Galindo · 6 years ago
  36. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 6 years ago
  37. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 6 years ago
  38. 62e3973 bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958) by Dong-hee Na · 6 years ago
  39. a190e2a bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) by Dong-hee Na · 6 years ago
  40. d8efc14 bpo-39299: Add more tests for mimetypes and its cli. (GH-17949) by Karthikeyan Singaravelan · 6 years ago
  41. e7c9f4a Cleanup exit code for interpreter. (GH-17756) by Mark Shannon · 6 years ago
  42. 0b2ab21 bpo-39310: Add math.ulp(x) (GH-17965) by Victor Stinner · 6 years ago
  43. 9f3fc6c bpo-38293: Allow shallow and deep copying of property objects (GH-16438) by Guðni Natan Gunnarsson · 6 years ago
  44. 100fafc bpo-39288: Add math.nextafter(x, y) (GH-17937) by Victor Stinner · 6 years ago
  45. 1b335ae bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936) by Dong-hee Na · 6 years ago
  46. abdc634 bpo-39200: Correct the error message for min/max builtin function (GH-17814) by Dong-hee Na · 6 years ago
  47. c39b52f bpo-39259: poplib now rejects timeout = 0 (GH-17912) by Dong-hee Na · 6 years ago
  48. 4c53e63 bpo-39166: Fix trace of last iteration of async for loops (#17800) by Pablo Galindo · 6 years ago
  49. 850a885 bpo-39235: Check end_lineno and end_col_offset of AST nodes. (GH-17926) by Serhiy Storchaka · 6 years ago
  50. 2f65aa4 Fix typo in test's docstring (GH-17856) by Daniel Hahler · 6 years ago
  51. ed36781 bpo-25172: Reduce scope of crypt import tests (GH-17881) by Steve Dower · 6 years ago
  52. eef1b02 Add test cases for dataclasses. (#17909) by Karthikeyan Singaravelan · 6 years ago
  53. 2e6a8ef bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Dong-hee Na · 6 years ago
  54. 13a7ee8 bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) by Dong-hee Na · 6 years ago
  55. 5b23f76 bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) by Victor Stinner · 6 years ago
  56. 10ac0cd bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) by Andrew Svetlov · 6 years ago
  57. 5ec91f7 bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) by Pablo Galindo · 6 years ago
  58. 422ed16 Organise and clean test_positional_only_arg and add more tests (GH-17842) by Pablo Galindo · 6 years ago
  59. 4b66fa6 bpo-39200: Correct the error message for range() empty constructor (GH-17813) by Pablo Galindo · 6 years ago
  60. b121a4a Fix constant folding optimization for positional only arguments (GH-17837) by Anthony Sottile · 6 years ago
  61. b19c0d77 bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616) by Serhiy Storchaka · 6 years ago
  62. 41ec17e bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) by Serhiy Storchaka · 6 years ago
  63. 6a265f0 bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) by Serhiy Storchaka · 6 years ago
  64. ec007cb Fix SystemError when nested function has annotation on positional-only argument (GH-17826) by Anthony Sottile · 6 years ago
  65. 4fcf5c1 bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742) by Raymond Hettinger · 6 years ago
  66. 7b35bef bpo-38870: Throw ValueError on invalid yield from usage (GH-17798) by Batuhan Taşkaya · 6 years ago
  67. 04ec7a1 bpo-39114: Fix tracing of except handlers with name binding (GH-17769) by Pablo Galindo · 6 years ago
  68. 5b90771 bpo-13601: always use line-buffering for sys.stderr (GH-17646) by Jendrik Seipp · 6 years ago
  69. 46abfc1 bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) by Vinay Sajip · 6 years ago
  70. 37143a8 bpo-39176: Improve error message for 'named assignment' (GH-17777) by Ned Batchelder · 6 years ago
  71. 2d5bf56 bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) by Dong-hee Na · 6 years ago
  72. d9e561d bpo-38610: Fix possible crashes in several list methods (GH-17022) by Zackery Spytz · 6 years ago
  73. 09c482f bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560) by Batuhan Taşkaya · 6 years ago
  74. 4dc5a9d bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558) by Batuhan Taşkaya · 6 years ago
  75. 89aa7f0 bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977) by Kyle Stanley · 6 years ago
  76. 88dce26 Fix handling of line numbers around finally-blocks. (#17737) by Mark Shannon · 6 years ago
  77. 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
  78. be287c3 Fix error when running with -uall in test_unparse (GH-17739) by Pablo Galindo · 6 years ago
  79. 23a226b bpo-38870: Run always tests that heavily use grammar features in test_unparse (GH-17738) by Pablo Galindo · 6 years ago
  80. eae87e3 bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) by Bar Harel · 6 years ago
  81. 673c393 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) by Victor Stinner · 6 years ago
  82. 50d4f12 bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) by Lysandros Nikolaou · 6 years ago
  83. 9707e8e bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) by Victor Stinner · 6 years ago
  84. a76ba36 bpo-39041: Add GitHub Actions support (GH-17594) by Steve Dower · 6 years ago
  85. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 6 years ago
  86. 1ca8fb1 Add tests and design notes for Counter subset/superset operations. (GH-17625) by Raymond Hettinger · 6 years ago
  87. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 6 years ago
  88. cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 6 years ago
  89. 5936a4c Fix elif start column offset when there is an else following (GH-17596) by Lysandros Nikolaou · 6 years ago
  90. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 6 years ago
  91. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 6 years ago
  92. 1988344 Fix warnings in test_asyncio.test_base_events (#17577) by Kyle Stanley · 6 years ago
  93. 7772b1a bpo-38614: Use support timeout constants (GH-17572) by Victor Stinner · 6 years ago
  94. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 6 years ago
  95. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 6 years ago
  96. 1d0f9b3 bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) by Victor Stinner · 6 years ago
  97. c98b019 bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) by Victor Stinner · 6 years ago
  98. bbc8b79 bpo-38614: Use default join_thread() timeout in tests (GH-17559) by Victor Stinner · 6 years ago
  99. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 6 years ago
  100. 8237497 bpo-39004: increment large sendfile() test timeout (GH-17552) by Giampaolo Rodola · 6 years ago