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