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