1. 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 4 years ago
  2. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 4 years ago
  3. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 4 years ago
  4. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 4 years ago
  5. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 4 years ago
  6. bcc9579 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) by James Gerity · 4 years ago
  7. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 4 years ago
  8. 9f00463 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529) by Yasser A · 4 years ago
  9. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 4 years ago
  10. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 4 years ago
  11. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 4 years ago
  12. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 4 years ago
  13. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 4 years ago
  14. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 4 years ago
  15. d41ec65 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Zackery Spytz · 4 years ago
  16. c8aaf71 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Volker-Weissmann · 4 years ago
  17. a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 4 years ago
  18. 9d09e17 Typo: fix inverted sense of statement (GH-23288) by basak · 4 years ago
  19. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 4 years ago
  20. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 4 years ago
  21. 85c8492 Add more tests to the descriptor howto guide (GH-23506) by Raymond Hettinger · 4 years ago
  22. c9c6e9f bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) by Julien Palard · 4 years ago
  23. 8d17d2b Doc: Minor fixes (GH-23422) by kj · 4 years ago
  24. 2d44a6b Add doctests to the descriptor HowTo (GH-23500) by Raymond Hettinger · 4 years ago
  25. 989af25 Typo (#23482) by Jesús Cea · 4 years ago
  26. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 4 years ago
  27. ffae932 Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) by Raymond Hettinger · 4 years ago
  28. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 4 years ago
  29. 5ef53a8 Doc: fix typo in typing.Type docs (GH-23460) by John Belmonte · 4 years ago
  30. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 4 years ago
  31. bd8c22e bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Ram Rachum · 4 years ago
  32. 68f68fa Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) by Richard Levasseur · 4 years ago
  33. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 4 years ago
  34. 1db7639 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Serhiy Storchaka · 4 years ago
  35. aa3a352 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) by Quentin Hibon · 4 years ago
  36. 6edf06b bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by ArioA · 4 years ago
  37. 9fc319d bpo-42360: Add advice to help avoid pickling issues. (GH-23305) by Raymond Hettinger · 4 years ago
  38. 4c24b08 Fix wrong availability for signal.SIGCHLD (#23285) by Zhang Maiyun · 4 years ago
  39. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 4 years ago
  40. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 4 years ago
  41. e1dc0db bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by kj · 4 years ago
  42. 1b54077 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Yurii Karabas · 4 years ago
  43. 4687338 bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385) by kj · 4 years ago
  44. a85fefe bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382) by Lysandros Nikolaou · 4 years ago
  45. 829b177 [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) by Andre Delfino · 4 years ago
  46. e025178 bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375) by Miro Hrončok · 4 years ago
  47. 7c9487d bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374) by Vladimir Matveev · 4 years ago
  48. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 4 years ago
  49. 9c98e8c bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) by Tom Gringauz · 4 years ago
  50. e59958f bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351) by Pablo Galindo · 4 years ago
  51. fa96608 bpo-41625: Add versionadded to os.splice() constants (GH-23340) by Pablo Galindo · 4 years ago
  52. a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 4 years ago
  53. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 4 years ago
  54. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 4 years ago
  55. c26d591 bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321) by Lysandros Nikolaou · 4 years ago
  56. 3df5c68 bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) by Victor Stinner · 4 years ago
  57. aa01011 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Yash Shete · 4 years ago
  58. c272d40 More updates to the descriptor howto guide (GH-23238) by Raymond Hettinger · 4 years ago
  59. c3b9592 bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) by Dominik1123 · 4 years ago
  60. 2b39da4 bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243) by Hai Shi · 4 years ago
  61. 8836574 fix typo in ThreadedChildWatcher docs (GH-23277) by Thomas Grainger · 4 years ago
  62. d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 4 years ago
  63. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 4 years ago
  64. bbeb2d2 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) by Jürgen Gmach · 4 years ago
  65. f97406b bpo-40968: Send http/1.1 ALPN extension (#20959) by Christian Heimes · 4 years ago
  66. 09490a1 bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Dong-hee Na · 4 years ago
  67. 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 4 years ago
  68. f9a8386 bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502) by Ammar Askar · 4 years ago
  69. fa476fe bpo-39411: pyclbr rewrite on AST (#18103) by Batuhan Taskaya · 4 years ago
  70. 95ce7cd bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234) by Victor Stinner · 4 years ago
  71. 78ba7c6 bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227) by kj · 4 years ago
  72. a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 4 years ago
  73. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 4 years ago
  74. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 4 years ago
  75. 3eb2846 Update whatsnew for 3.10 release about addition of contextlib.aclosing (GH-23217) by Joongi Kim · 4 years ago
  76. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 4 years ago
  77. 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 4 years ago
  78. a117167 bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870) by Tom Gringauz · 4 years ago
  79. 97e8b1e bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) by Ammar Askar · 4 years ago
  80. fd6f6fa Minor wording change in concurrent.futures. (GH-23194) by Don Kirkby · 4 years ago
  81. ee2549c bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) by Julien Palard · 4 years ago
  82. 825ac38 bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loader__` is missing (#22929) by Brett Cannon · 4 years ago
  83. 7c01f15 Remove outdated reference to pywin32 from platform module (GH-22005) by Andre Delfino · 4 years ago
  84. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 4 years ago
  85. 8031877 Minor grammar edits for the descriptor howto guide (GH-#23175) by Raymond Hettinger · 4 years ago
  86. bde33e4 bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162) by Inada Naoki · 4 years ago
  87. 91e9379 bpo-26389: Allow passing an exception object in the traceback module (GH-22610) by Zackery Spytz · 4 years ago
  88. dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 4 years ago
  89. 133aa2d [docs] fix wrongly named AsyncContextDecorator (GH-23164) by kj · 4 years ago
  90. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 4 years ago
  91. 178695b bpo-40816 Add AsyncContextDecorator class (GH-20516) by Kazantcev Andrey · 4 years ago
  92. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 4 years ago
  93. 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 4 years ago
  94. 3529718 bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) by Victor Stinner · 4 years ago
  95. 0001a1b bpo-42251: Add gettrace and getprofile to threading (GH-23125) by Mario Corchero · 4 years ago
  96. bffb137 Fix incorrect links in ast docs (GH-23017) by Matthew Suozzo · 4 years ago
  97. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years ago
  98. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 4 years ago
  99. 3d86d09 bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) by Jakub Stasiak · 4 years ago
  100. 6e8dcda bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545) by Joongi Kim · 4 years ago