1. 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 4 years, 1 month ago
  2. 6b34d7b bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067) by Kit Choi · 4 years, 1 month ago
  3. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years, 1 month ago
  4. 8df1016 bpo-38870: Extend subject of ast.unparse warnings (GH-21053) by Batuhan Taskaya · 4 years, 1 month ago
  5. 89e82c4 Add soft keywords to the documentation (GH-21185) by Pablo Galindo · 4 years, 1 month ago
  6. 77ed29b Fix typo in functions.rst (GH-21131) by Ram Rachum · 4 years, 1 month ago
  7. cf18c9e bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Arisaka97 · 4 years, 1 month ago
  8. bf2e515 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Gareth Rees · 4 years, 1 month ago
  9. a16d697 Improve asyncio.loop.call_soon() documentation (GH-20883) by Roger Iyengar · 4 years, 1 month ago
  10. 344c2a7 bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964) by Vincent Férotin · 4 years, 1 month ago
  11. 59cf853 bpo-40636: Documentation for zip-strict (#20961) by Ram Rachum · 4 years, 1 month ago
  12. 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 4 years, 1 month ago
  13. 8f192d1 bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) by Bar Harel · 4 years, 1 month ago
  14. ddbeb2f bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) by Victor Stinner · 4 years, 1 month ago
  15. dea3223 bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) by Zackery Spytz · 4 years, 2 months ago
  16. a6ac239 Minor change on threading.Thread.native_id documentation. (GH-18129) by Antoine · 4 years, 2 months ago
  17. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 4 years, 2 months ago
  18. 311110a bpo-40275: Move TransientResource to test_urllib2net (GH-20812) by Victor Stinner · 4 years, 2 months ago
  19. 10e6506 bpo-40275: Add warnings_helper submodule in test.support (GH-20797) by Hai Shi · 4 years, 2 months ago
  20. 7f888c7 bpo-40275: Add import_helper submodule in test.support (GH-20794) by Hai Shi · 4 years, 2 months ago
  21. 1642c0e bpo-40895: Update weakref documentation to remove old warnings (GH-20687) by Daniel Fortunov · 4 years, 2 months ago
  22. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 4 years, 2 months ago
  23. 0d00b2a bpo-40275: Add os_helper submodule in test.support (GH-20765) by Hai Shi · 4 years, 2 months ago
  24. 7aed052 bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) by Éric Araujo · 4 years, 2 months ago
  25. 3231883 Remove reference to 3.7 and 3.8 backports. (GH-20754) by Stefan Krah · 4 years, 2 months ago
  26. 301f0d4 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Shantanu · 4 years, 2 months ago
  27. 7633371 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Lysandros Nikolaou · 4 years, 2 months ago
  28. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 4 years, 2 months ago
  29. 7a28019 Fix spacing in docs for tarfile (GH-20629) by Harsha Laxman · 4 years, 2 months ago
  30. 39de8e4 bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) by Huon Wilson · 4 years, 2 months ago
  31. 2f172d8 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Pablo Galindo · 4 years, 2 months ago
  32. cf88871 bpo-40759: Deprecate the symbol module (GH-20364) by Batuhan Taskaya · 4 years, 2 months ago
  33. b7d79b4 bpo-40755: Add rich comparisons to Counter (GH-20548) by Raymond Hettinger · 4 years, 2 months ago
  34. 2b20136 Fix asyncio.to_thread() documented return type (GH-20547) by Kyle Stanley · 4 years, 2 months ago
  35. 4649202 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Samuel Gaist · 4 years, 2 months ago
  36. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 4 years, 2 months ago
  37. 2831642 Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Windson yang · 4 years, 2 months ago
  38. 5e0ed8a Note the output ordering of combinatoric functions (GH-19732) by Ruaridh Williamson · 4 years, 2 months ago
  39. cfc6ce4 bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-20492) by Ramil Nugmanov · 4 years, 2 months ago
  40. 242d956 bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Michał Górny · 4 years, 2 months ago
  41. 6039851 bpo-40755: Add missing multiset operations to Counter() (GH-20339) by Raymond Hettinger · 4 years, 2 months ago
  42. 24bddc1 bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) by Hai Shi · 4 years, 2 months ago
  43. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  44. e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 4 years, 2 months ago
  45. 76ef255 bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) by YoSTEALTH · 4 years, 2 months ago
  46. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 4 years, 2 months ago
  47. 21fda91 bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) by Ethan Steinberg · 4 years, 2 months ago
  48. af7553a bpo-39301: State that floor division is used for right shift operations (GH-20347) by Zackery Spytz · 4 years, 2 months ago
  49. 1c5d1d7 Remove duplicated words words (GH-20413) by Serhiy Storchaka · 4 years, 2 months ago
  50. 2b0e654 bpo-40745: Fix typos in NewType docs (GH-20379) by ziheng · 4 years, 2 months ago
  51. 4a0ac42 closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) by sth · 4 years, 2 months ago
  52. 4483253 bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Rotuna · 4 years, 2 months ago
  53. 372ee27 bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Jakub Stasiak · 4 years, 2 months ago
  54. 59f5022 bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) by Albert · 4 years, 2 months ago
  55. 13206b5 bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Bar Harel · 4 years, 2 months ago
  56. 1cba1c9 bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135) by Shantanu · 4 years, 2 months ago
  57. 8022eb4 [doc] Add missing space in urllib.request.rst (GH-19860) by Sardorbek Imomaliev · 4 years, 2 months ago
  58. da51ba4 Cosmetic smtplib changes (GH-8718) by Ville Skyttä · 4 years, 2 months ago
  59. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 2 months ago
  60. 2e76820 Reword aware/naive introduction sentence (GH-20175) by Mathieu Dupuy · 4 years, 2 months ago
  61. e16d2f7 Improve output summary in the examples and recipes section (GH-20285) by Raymond Hettinger · 4 years, 2 months ago
  62. 0f56263 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Kyle Stanley · 4 years, 2 months ago
  63. a355a06 Fix typo in multiprocessing documentation (GH-20016) by Joe DeCapo · 4 years, 2 months ago
  64. cc2bbc2 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Kyle Stanley · 4 years, 2 months ago
  65. 9095f76 Fix code-block in zoneinfo (GH-20201) by Anthony Sottile · 4 years, 2 months ago
  66. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 4 years, 2 months ago
  67. adc72bb bpo-38112: Document that compileall.compile_[dir,file] also accept multiple opt levels (GH-20174) by Lumír 'Frenzy' Balhar · 4 years, 2 months ago
  68. bb8635c bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) by qudongfang · 4 years, 2 months ago
  69. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 4 years, 3 months ago
  70. 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 4 years, 3 months ago
  71. 4eba677 Doc: move a dot outside double quotes (GH-20007) by Mathieu Dupuy · 4 years, 3 months ago
  72. 4654500 bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Zackery Spytz · 4 years, 3 months ago
  73. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 4 years, 3 months ago
  74. cae2275 bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) by Batuhan Taskaya · 4 years, 3 months ago
  75. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 4 years, 3 months ago
  76. b17e49e bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) by Paul Ganssle · 4 years, 3 months ago
  77. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 3 months ago
  78. 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 4 years, 3 months ago
  79. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 4 years, 3 months ago
  80. a2b3cdd bpo-40445: Update compileall.compile_dir docs (GH-19806) by Shantanu · 4 years, 3 months ago
  81. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 4 years, 3 months ago
  82. 7ba1f75 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) by Joannah Nanjekye · 4 years, 3 months ago
  83. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 4 years, 3 months ago
  84. de92769 bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) by jack1142 · 4 years, 3 months ago
  85. 3d54211 Fix Wikipedia link (GH-20031) by Allen Guo · 4 years, 3 months ago
  86. 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 4 years, 3 months ago
  87. d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 4 years, 3 months ago
  88. 85bdec1 Add link to Enum class (GH-19884) by Andre Delfino · 4 years, 3 months ago
  89. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 4 years, 3 months ago
  90. 81a5fc3 bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) by Raymond Hettinger · 4 years, 3 months ago
  91. 2effef7 Make the first dataclass example more useful (GH-19994) by Ned Batchelder · 4 years, 3 months ago
  92. 02fa0ea bpo-40273: Reversible mappingproxy (FH-19513) by Zackery Spytz · 4 years, 3 months ago
  93. b7a78ca bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) by Batuhan Taskaya · 4 years, 3 months ago
  94. 441416c Fix typo in sqlite3 documentation (GH-19965) by Naglis · 4 years, 3 months ago
  95. eff870b Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) by Raymond Hettinger · 4 years, 3 months ago
  96. d60040b bpo-40517: Implement syntax highlighting support for ASDL (#19928) by Batuhan Taskaya · 4 years, 3 months ago
  97. f01d1be bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870) by Raymond Hettinger · 4 years, 3 months ago
  98. 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 4 years, 3 months ago
  99. f25fb6e bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) by Joannah Nanjekye · 4 years, 3 months ago
  100. ad9eaea Remove outdated and confusing advice about setting maxsize (GH-19889) by Raymond Hettinger · 4 years, 3 months ago