1. 8022eb4 [doc] Add missing space in urllib.request.rst (GH-19860) by Sardorbek Imomaliev · 4 years, 2 months ago
  2. da51ba4 Cosmetic smtplib changes (GH-8718) by Ville Skyttä · 4 years, 2 months ago
  3. 6fad3e6 bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) by Antoine · 4 years, 2 months ago
  4. 30d5a73 bpo-40730: Remove redundant 'to' (GH-20316) by Florian Dahlitz · 4 years, 2 months ago
  5. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 2 months ago
  6. bfaf527 Restore missing column of digits (GH-20313) by Raymond Hettinger · 4 years, 2 months ago
  7. 7864f11 [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) by Andre Delfino · 4 years, 2 months ago
  8. 2e76820 Reword aware/naive introduction sentence (GH-20175) by Mathieu Dupuy · 4 years, 2 months ago
  9. e16d2f7 Improve output summary in the examples and recipes section (GH-20285) by Raymond Hettinger · 4 years, 2 months ago
  10. 0f56263 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Kyle Stanley · 4 years, 2 months ago
  11. 7efb826 Use f-strings in argparse HOWTO (GH-20070) by Rémi Lapeyre · 4 years, 2 months ago
  12. df2e0ff Update whatsnew benchmark results for 3.9 (GH-20276) by Raymond Hettinger · 4 years, 2 months ago
  13. e572c7f bpo-40698: Improve distutils upload hash digests (GH-20260) by Christian Heimes · 4 years, 2 months ago
  14. 550f30c bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248) by karl ding · 4 years, 2 months ago
  15. a355a06 Fix typo in multiprocessing documentation (GH-20016) by Joe DeCapo · 4 years, 2 months ago
  16. 19e3e00 Doc: Python 3.10 in sidebar and version switcher. (GH-20209) by Julien Palard · 4 years, 2 months ago
  17. 29251b7 3.10 whatsnew needs to use blurb-produced changelog (GH-20213) by Ned Deily · 4 years, 2 months ago
  18. cc2bbc2 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Kyle Stanley · 4 years, 2 months ago
  19. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 2 months ago
  20. 9095f76 Fix code-block in zoneinfo (GH-20201) by Anthony Sottile · 4 years, 2 months ago
  21. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 4 years, 2 months ago
  22. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 2 months ago
  23. 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
  24. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 2 months ago
  25. d17f3d8 bpo-13601: Mention stderr's line buffering in What's New (GH-20168) by Shantanu · 4 years, 2 months ago
  26. bb8635c bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) by qudongfang · 4 years, 2 months ago
  27. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 4 years, 3 months ago
  28. eefd4e0 bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) by Rahul Kumaresan · 4 years, 3 months ago
  29. 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 4 years, 3 months ago
  30. 4eba677 Doc: move a dot outside double quotes (GH-20007) by Mathieu Dupuy · 4 years, 3 months ago
  31. 4654500 bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Zackery Spytz · 4 years, 3 months ago
  32. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 4 years, 3 months ago
  33. 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
  34. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 4 years, 3 months ago
  35. b17e49e bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) by Paul Ganssle · 4 years, 3 months ago
  36. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 3 months ago
  37. 4541086 bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) by Batuhan Taskaya · 4 years, 3 months ago
  38. 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 4 years, 3 months ago
  39. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 4 years, 3 months ago
  40. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 3 months ago
  41. a2b3cdd bpo-40445: Update compileall.compile_dir docs (GH-19806) by Shantanu · 4 years, 3 months ago
  42. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 4 years, 3 months ago
  43. 7ba1f75 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) by Joannah Nanjekye · 4 years, 3 months ago
  44. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 4 years, 3 months ago
  45. d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 4 years, 3 months ago
  46. 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
  47. 3d54211 Fix Wikipedia link (GH-20031) by Allen Guo · 4 years, 3 months ago
  48. 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 4 years, 3 months ago
  49. 86d6944 bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) by Hai Shi · 4 years, 3 months ago
  50. d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 4 years, 3 months ago
  51. 85bdec1 Add link to Enum class (GH-19884) by Andre Delfino · 4 years, 3 months ago
  52. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 4 years, 3 months ago
  53. 81a5fc3 bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) by Raymond Hettinger · 4 years, 3 months ago
  54. 2effef7 Make the first dataclass example more useful (GH-19994) by Ned Batchelder · 4 years, 3 months ago
  55. 02fa0ea bpo-40273: Reversible mappingproxy (FH-19513) by Zackery Spytz · 4 years, 3 months ago
  56. b7a78ca bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) by Batuhan Taskaya · 4 years, 3 months ago
  57. c068b53 bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) by Hai Shi · 4 years, 3 months ago
  58. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 3 months ago
  59. 441416c Fix typo in sqlite3 documentation (GH-19965) by Naglis · 4 years, 3 months ago
  60. eff870b Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) by Raymond Hettinger · 4 years, 3 months ago
  61. d60040b bpo-40517: Implement syntax highlighting support for ASDL (#19928) by Batuhan Taskaya · 4 years, 3 months ago
  62. 627f701 bpo-32117: Updated Simpsons names in docs (GH-19737) by Javier Buzzi · 4 years, 3 months ago
  63. 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
  64. 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 4 years, 3 months ago
  65. f25fb6e bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) by Joannah Nanjekye · 4 years, 3 months ago
  66. 18f1c60 bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898) by Miro Hrončok · 4 years, 3 months ago
  67. ad9eaea Remove outdated and confusing advice about setting maxsize (GH-19889) by Raymond Hettinger · 4 years, 3 months ago
  68. 8aab843 Fix missing space in docs(GH-19866) by Mathieu Dupuy · 4 years, 3 months ago
  69. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 4 years, 3 months ago
  70. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 4 years, 3 months ago
  71. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 3 months ago
  72. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 4 years, 3 months ago
  73. 831d58d bpo-39691: Clarify io.open_code behavior (GH-19824) by Shantanu · 4 years, 3 months ago
  74. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 3 months ago
  75. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 3 months ago
  76. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 3 months ago
  77. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 3 months ago
  78. fd33cdb Fix plural typo in documentation (GH-19799) by Alex Povel · 4 years, 3 months ago
  79. e5963ee What's New in Python 3.9: Reorganize C API Changes (GH-19794) by Victor Stinner · 4 years, 3 months ago
  80. 9a8c131 bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) by Victor Stinner · 4 years, 3 months ago
  81. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 4 years, 3 months ago
  82. bb4a585 bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) by Zackery Spytz · 4 years, 3 months ago
  83. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 3 months ago
  84. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 3 months ago
  85. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 3 months ago
  86. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 4 years, 3 months ago
  87. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 4 years, 3 months ago
  88. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 3 months ago
  89. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 3 months ago
  90. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 3 months ago
  91. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 4 years, 3 months ago
  92. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 4 years, 3 months ago
  93. caf1aad bpo-40348: Fix typos in the programming FAQ (GH-19729) by Zackery Spytz · 4 years, 3 months ago
  94. b54e46c bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) by Brad Solomon · 4 years, 3 months ago
  95. 88499f1 bpo-40387: Improve queue join() example. (GH-19724) by Raymond Hettinger · 4 years, 3 months ago
  96. ef33712 Fix typo in object.__format__ docs (GH-19504) by Heshy Roskes · 4 years, 3 months ago
  97. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 4 years, 3 months ago
  98. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 4 years, 3 months ago
  99. d4f3923 bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) by Cajetan Rodrigues · 4 years, 3 months ago
  100. 0e80b56 bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704) by Guido van Rossum · 4 years, 3 months ago