1. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 8 months ago
  2. 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 4 years, 8 months ago
  3. 038770e bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) by Victor Stinner · 4 years, 8 months ago
  4. ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 4 years, 8 months ago
  5. 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 4 years, 8 months ago
  6. c6dedde bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) by sweeneyde · 4 years, 8 months ago
  7. d2e1098 bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) by Lysandros Nikolaou · 4 years, 8 months ago
  8. dc7a50d bpo-39350: Fix fractions for int subclasses (GH-18375) by Victor Stinner · 4 years, 8 months ago
  9. 38aaaaa bpo-39491: Mention Annotated in get_origin() docstring (GH-18379) by Jakub Stasiak · 4 years, 8 months ago
  10. 427c84f bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Sebastian Berg · 4 years, 8 months ago
  11. 54b4f14 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Serhiy Storchaka · 4 years, 8 months ago
  12. ab0d892 bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) by Steve Dower · 4 years, 8 months ago
  13. 8b6f652 bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) by Shantanu · 4 years, 8 months ago
  14. b39fb8e bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) by Giampaolo Rodola · 4 years, 8 months ago
  15. 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 4 years, 8 months ago
  16. cf5b109 bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) by Jakub Stasiak · 4 years, 8 months ago
  17. 95f6001 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Saiyang Gou · 4 years, 8 months ago
  18. cb1c074 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Philipp Gesang · 4 years, 8 months ago
  19. 9538bc9 bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) by Stefan Behnel · 4 years, 8 months ago
  20. 4590f72 bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) by Eddie Elizondo · 4 years, 8 months ago
  21. 24e5ad4 Fixes in sorting descriptions (GH-18317) by Stefan Pochmann · 4 years, 8 months ago
  22. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 8 months ago
  23. 032de73 bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) by Steve Cirelli · 4 years, 8 months ago
  24. 0f2f35e bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) by Pierre Glaser · 4 years, 8 months ago
  25. 339fd46 bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) by Kyle Stanley · 4 years, 8 months ago
  26. 90d9ba6 bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) by Andrew Svetlov · 4 years, 8 months ago
  27. f03a8f8 bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) by Kyle Stanley · 4 years, 8 months ago
  28. bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 4 years, 8 months ago
  29. c232c91 bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) by Victor Stinner · 4 years, 8 months ago
  30. 38c878b bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277) by damani42 · 4 years, 8 months ago
  31. c38fd0d bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) by Victor Stinner · 4 years, 8 months ago
  32. 2e6569b bpo-39493: Fix definition of IO.closed in typing.py (#18265) by Shantanu · 4 years, 8 months ago
  33. db5e86a Get mock coverage back to 100% (GH-18228) by Chris Withers · 4 years, 9 months ago
  34. a327677 bpo-39485: fix corner-case in method-detection of mock (GH-18252) by Carl Friedrich Bolz-Tereick · 4 years, 9 months ago
  35. 3cb49b6 bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247) by Victor Stinner · 4 years, 9 months ago
  36. d07d9f4 bpo-36051: Drop GIL during large bytes.join() (GH-17757) by Bruce Merry · 4 years, 9 months ago
  37. 2cca8ef bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) by Rémi Lapeyre · 4 years, 9 months ago
  38. 0be3246 bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158) by Adam Meily · 4 years, 9 months ago
  39. c45a2aa bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) by Christoph Reiter · 4 years, 9 months ago
  40. 884eb89 bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221) by Brian Quinlan · 4 years, 9 months ago
  41. dd023ad bpo-30780: Add IDLE configdialog tests (#3592) by Cheryl Sabella · 4 years, 9 months ago
  42. 4a46adc bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203) by Victor Stinner · 4 years, 9 months ago
  43. 9e1ed51 bpo-39453: Add testcase for bpo-39453 (GH-18202) by Dong-hee Na · 4 years, 9 months ago
  44. 4dbf2d8 bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH-18181) by Dong-hee Na · 4 years, 9 months ago
  45. a46575a Clarify and fix assertions that mocks have not been awaited (GH-18196) by Chris Withers · 4 years, 9 months ago
  46. c7dd3c7 Use relative imports in mock and its tests to help backporting (GH-18197) by Chris Withers · 4 years, 9 months ago
  47. 997443c Fix so that test.test_distutils can be executed by unittest and not just regrtest (GH-13480) by Toshio Kuratomi · 4 years, 9 months ago
  48. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 4 years, 9 months ago
  49. 72b1004 bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029) by Karthikeyan Singaravelan · 4 years, 9 months ago
  50. 4515a59 Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cache (GH-4641) by 加和 · 4 years, 9 months ago
  51. aef7dc8 bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409) by Vegard Stikbakke · 4 years, 9 months ago
  52. b07ead3 Merge tag 'v3.9.0a3' by Łukasz Langa · 4 years, 9 months ago
  53. 40c0809 bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521) by Paulo Henrique Silva · 4 years, 9 months ago
  54. 62865f4 bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116) by Matthew Kokotovich · 4 years, 9 months ago
  55. d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 4 years, 9 months ago
  56. c33378d Python 3.9.0a3 by Łukasz Langa · 4 years, 9 months ago
  57. 9017e0b bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) by Serhiy Storchaka · 4 years, 9 months ago
  58. 8870433 bpo-39390 shutil: fix argument types for ignore callback (GH-18122) by mbarkhau · 4 years, 9 months ago
  59. 66b00a9 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) by Karthikeyan Singaravelan · 4 years, 9 months ago
  60. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 4 years, 9 months ago
  61. 161e7b3 bpo-39413: Implement os.unsetenv() on Windows (GH-18163) by Victor Stinner · 4 years, 9 months ago
  62. e9652e8 bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) by Mark Dickinson · 4 years, 9 months ago
  63. e131c97 Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606) by Mario Corchero · 4 years, 9 months ago
  64. 1d0c5e1 bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437) by Emmanuel Arias · 4 years, 9 months ago
  65. 99e6c26 bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583) by Pablo Galindo · 4 years, 9 months ago
  66. 79f89e6 bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Pablo Galindo · 4 years, 9 months ago
  67. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 4 years, 9 months ago
  68. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 4 years, 9 months ago
  69. 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 4 years, 9 months ago
  70. dd754ca bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) by William Woodruff · 4 years, 9 months ago
  71. 9b6fec4 bpo-39336: Allow packages to not let their child modules be set on them (#18006) by Dino Viehland · 4 years, 9 months ago
  72. d3ae95e bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (GH-18117) by Alex Rebert · 4 years, 9 months ago
  73. 1f0f102 bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035) by Dong-hee Na · 4 years, 9 months ago
  74. b73dd02 Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124) by Victor Stinner · 4 years, 9 months ago
  75. beea26b bpo-39353: Deprecate the binhex module (GH-18025) by Victor Stinner · 4 years, 9 months ago
  76. 56cd371 bpo-39413: Implement os.unsetenv() on Windows (GH-18104) by Victor Stinner · 4 years, 9 months ago
  77. 59e2d26 Move test_math tests (GH-18098) by Victor Stinner · 4 years, 9 months ago
  78. eab3b3f bpo-39389: gzip: fix compression level metadata (GH-18077) by William Chargin · 4 years, 9 months ago
  79. 85ead4f bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094) by Victor Stinner · 4 years, 9 months ago
  80. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 4 years, 9 months ago
  81. a96e06d bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Andrew Svetlov · 4 years, 9 months ago
  82. 5492bfc bpo-39377: json: Remove the encoding option. (GH-18075) by Inada Naoki · 4 years, 9 months ago
  83. e96d954 bpo-38536: locale: Remove trailing space in formatted currency (GH-16864) by Inada Naoki · 4 years, 9 months ago
  84. 558f078 Fix typo from base to based (GH-18055) by Michael Haas · 4 years, 9 months ago
  85. 1d3b0aa bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027) by Victor Stinner · 4 years, 9 months ago
  86. 10fd6b2 bpo-39357: Update bz2 docstring: remove buffering (GH-18036) by Victor Stinner · 4 years, 9 months ago
  87. 9baf242 bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) by Victor Stinner · 4 years, 9 months ago
  88. 4691a2f bpo-39350: Remove deprecated fractions.gcd() (GH-18021) by Victor Stinner · 4 years, 9 months ago
  89. 210c19e bpo-39351: Remove base64.encodestring() (GH-18022) by Victor Stinner · 4 years, 9 months ago
  90. 01602ae bpo-37958: Adding get_profile_dict to pstats (GH-15495) by Daniel Olshansky · 4 years, 9 months ago
  91. e85a305 bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984) by Victor Stinner · 4 years, 9 months ago
  92. 54f743e Improve test coverage for AsyncMock. (GH-17906) by Karthikeyan Singaravelan · 4 years, 9 months ago
  93. 65a5ce2 bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) by Dong-hee Na · 4 years, 9 months ago
  94. 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 4 years, 9 months ago
  95. 4b0d91a venv: Suppress warning message when bash hashing is disabled. (GH-17966) by Dima · 4 years, 9 months ago
  96. b4cdb3f Fix documentation in code.py (GH-17988) by Kyle Pollina · 4 years, 9 months ago
  97. a2ec3f0 bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) by Pablo Galindo · 4 years, 9 months ago
  98. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 4 years, 9 months ago
  99. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 9 months ago
  100. 62e3973 bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958) by Dong-hee Na · 4 years, 9 months ago