1. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 5 years ago
  2. 0d00b2a bpo-40275: Add os_helper submodule in test.support (GH-20765) by Hai Shi · 5 years ago
  3. 7aed052 bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) by Éric Araujo · 5 years ago
  4. 3231883 Remove reference to 3.7 and 3.8 backports. (GH-20754) by Stefan Krah · 5 years ago
  5. 301f0d4 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Shantanu · 5 years ago
  6. 7633371 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Lysandros Nikolaou · 5 years ago
  7. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 5 years ago
  8. 7a28019 Fix spacing in docs for tarfile (GH-20629) by Harsha Laxman · 5 years ago
  9. 39de8e4 bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) by Huon Wilson · 5 years ago
  10. 2f172d8 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Pablo Galindo · 5 years ago
  11. cf88871 bpo-40759: Deprecate the symbol module (GH-20364) by Batuhan Taskaya · 5 years ago
  12. b7d79b4 bpo-40755: Add rich comparisons to Counter (GH-20548) by Raymond Hettinger · 5 years ago
  13. 2b20136 Fix asyncio.to_thread() documented return type (GH-20547) by Kyle Stanley · 5 years ago
  14. 4649202 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Samuel Gaist · 5 years ago
  15. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 5 years ago
  16. 2831642 Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Windson yang · 5 years ago
  17. 5e0ed8a Note the output ordering of combinatoric functions (GH-19732) by Ruaridh Williamson · 5 years ago
  18. cfc6ce4 bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-20492) by Ramil Nugmanov · 5 years ago
  19. 242d956 bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Michał Górny · 5 years ago
  20. 6039851 bpo-40755: Add missing multiset operations to Counter() (GH-20339) by Raymond Hettinger · 5 years ago
  21. 24bddc1 bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) by Hai Shi · 5 years ago
  22. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 5 years ago
  23. e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 5 years ago
  24. 76ef255 bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) by YoSTEALTH · 5 years ago
  25. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 5 years ago
  26. 21fda91 bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) by Ethan Steinberg · 5 years ago
  27. af7553a bpo-39301: State that floor division is used for right shift operations (GH-20347) by Zackery Spytz · 5 years ago
  28. 1c5d1d7 Remove duplicated words words (GH-20413) by Serhiy Storchaka · 5 years ago
  29. 2b0e654 bpo-40745: Fix typos in NewType docs (GH-20379) by ziheng · 5 years ago
  30. 4a0ac42 closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) by sth · 5 years ago
  31. 4483253 bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Rotuna · 5 years ago
  32. 372ee27 bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Jakub Stasiak · 5 years ago
  33. 59f5022 bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) by Albert · 5 years ago
  34. 13206b5 bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Bar Harel · 5 years ago
  35. 1cba1c9 bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135) by Shantanu · 5 years ago
  36. 8022eb4 [doc] Add missing space in urllib.request.rst (GH-19860) by Sardorbek Imomaliev · 5 years ago
  37. da51ba4 Cosmetic smtplib changes (GH-8718) by Ville Skyttä · 5 years ago
  38. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 5 years ago
  39. 2e76820 Reword aware/naive introduction sentence (GH-20175) by Mathieu Dupuy · 5 years ago
  40. e16d2f7 Improve output summary in the examples and recipes section (GH-20285) by Raymond Hettinger · 5 years ago
  41. 0f56263 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Kyle Stanley · 5 years ago
  42. a355a06 Fix typo in multiprocessing documentation (GH-20016) by Joe DeCapo · 5 years ago
  43. cc2bbc2 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Kyle Stanley · 5 years ago
  44. 9095f76 Fix code-block in zoneinfo (GH-20201) by Anthony Sottile · 5 years ago
  45. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 5 years ago
  46. adc72bb bpo-38112: Document that compileall.compile_[dir,file] also accept multiple opt levels (GH-20174) by Lumír 'Frenzy' Balhar · 5 years ago
  47. bb8635c bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) by qudongfang · 5 years ago
  48. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 5 years ago
  49. 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 5 years ago
  50. 4eba677 Doc: move a dot outside double quotes (GH-20007) by Mathieu Dupuy · 5 years ago
  51. 4654500 bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Zackery Spytz · 5 years ago
  52. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 5 years ago
  53. cae2275 bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) by Batuhan Taskaya · 5 years ago
  54. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 5 years ago
  55. b17e49e bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) by Paul Ganssle · 5 years ago
  56. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 5 years ago
  57. 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 5 years ago
  58. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 5 years ago
  59. a2b3cdd bpo-40445: Update compileall.compile_dir docs (GH-19806) by Shantanu · 5 years ago
  60. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 5 years ago
  61. 7ba1f75 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) by Joannah Nanjekye · 5 years ago
  62. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 5 years ago
  63. de92769 bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) by jack1142 · 5 years ago
  64. 3d54211 Fix Wikipedia link (GH-20031) by Allen Guo · 5 years ago
  65. 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 5 years ago
  66. d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 5 years ago
  67. 85bdec1 Add link to Enum class (GH-19884) by Andre Delfino · 5 years ago
  68. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 5 years ago
  69. 81a5fc3 bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) by Raymond Hettinger · 5 years ago
  70. 2effef7 Make the first dataclass example more useful (GH-19994) by Ned Batchelder · 5 years ago
  71. 02fa0ea bpo-40273: Reversible mappingproxy (FH-19513) by Zackery Spytz · 5 years ago
  72. b7a78ca bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) by Batuhan Taskaya · 5 years ago
  73. 441416c Fix typo in sqlite3 documentation (GH-19965) by Naglis · 5 years ago
  74. eff870b Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) by Raymond Hettinger · 5 years ago
  75. d60040b bpo-40517: Implement syntax highlighting support for ASDL (#19928) by Batuhan Taskaya · 5 years ago
  76. f01d1be bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870) by Raymond Hettinger · 5 years ago
  77. 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 5 years ago
  78. f25fb6e bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) by Joannah Nanjekye · 5 years ago
  79. ad9eaea Remove outdated and confusing advice about setting maxsize (GH-19889) by Raymond Hettinger · 5 years ago
  80. 8aab843 Fix missing space in docs(GH-19866) by Mathieu Dupuy · 5 years ago
  81. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 5 years ago
  82. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 5 years ago
  83. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 5 years ago
  84. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 5 years ago
  85. 831d58d bpo-39691: Clarify io.open_code behavior (GH-19824) by Shantanu · 5 years ago
  86. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 5 years ago
  87. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 5 years ago
  88. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 5 years ago
  89. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 5 years ago
  90. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 5 years ago
  91. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 5 years ago
  92. 88499f1 bpo-40387: Improve queue join() example. (GH-19724) by Raymond Hettinger · 5 years ago
  93. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 5 years ago
  94. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 5 years ago
  95. 503de71 bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) by Carl Meyer · 5 years ago
  96. d663d34 bpo-39983: Add test.support.print_warning() (GH-19683) by Victor Stinner · 5 years ago
  97. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 5 years ago
  98. d3a8d61 Small improvements to the recipes and examples. (GH-19635) by Raymond Hettinger · 5 years ago
  99. 8aea4b3 bpo-40148: Add PurePath.with_stem() (GH-19295) by Tim Hoffmann · 5 years ago
  100. c12375a bpo-39285: Clarify example for PurePath.match (GH-19458) by Tim Lo · 5 years ago