1. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 3 years, 9 months ago
  2. 2a35137 [doc] Link to issue regarding logging.disable level param default value (GH-23726) by Andre Delfino · 3 years, 9 months ago
  3. 35cacce [doc] Document logging.basicConfig default format (GH-23710) by Andre Delfino · 3 years, 9 months ago
  4. 752cdf2 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) by Raymond Hettinger · 3 years, 9 months ago
  5. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 3 years, 9 months ago
  6. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 3 years, 9 months ago
  7. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 9 months ago
  8. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 9 months ago
  9. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 3 years, 9 months ago
  10. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 3 years, 9 months ago
  11. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 3 years, 9 months ago
  12. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 3 years, 9 months ago
  13. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 9 months ago
  14. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 3 years, 9 months ago
  15. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 3 years, 9 months ago
  16. a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 3 years, 9 months ago
  17. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 3 years, 9 months ago
  18. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 9 months ago
  19. 8d17d2b Doc: Minor fixes (GH-23422) by kj · 3 years, 9 months ago
  20. 989af25 Typo (#23482) by Jesús Cea · 3 years, 9 months ago
  21. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 9 months ago
  22. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 3 years, 9 months ago
  23. 5ef53a8 Doc: fix typo in typing.Type docs (GH-23460) by John Belmonte · 3 years, 9 months ago
  24. bd8c22e bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Ram Rachum · 3 years, 9 months ago
  25. 68f68fa Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) by Richard Levasseur · 3 years, 9 months ago
  26. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 3 years, 9 months ago
  27. 6edf06b bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by ArioA · 3 years, 9 months ago
  28. 9fc319d bpo-42360: Add advice to help avoid pickling issues. (GH-23305) by Raymond Hettinger · 3 years, 9 months ago
  29. 4c24b08 Fix wrong availability for signal.SIGCHLD (#23285) by Zhang Maiyun · 3 years, 9 months ago
  30. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 3 years, 9 months ago
  31. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 9 months ago
  32. e1dc0db bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by kj · 3 years, 10 months ago
  33. 1b54077 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Yurii Karabas · 3 years, 10 months ago
  34. 829b177 [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) by Andre Delfino · 3 years, 10 months ago
  35. 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
  36. fa96608 bpo-41625: Add versionadded to os.splice() constants (GH-23340) by Pablo Galindo · 3 years, 10 months ago
  37. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 10 months ago
  38. 3df5c68 bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) by Victor Stinner · 3 years, 10 months ago
  39. aa01011 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Yash Shete · 3 years, 10 months ago
  40. c3b9592 bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) by Dominik1123 · 3 years, 10 months ago
  41. 8836574 fix typo in ThreadedChildWatcher docs (GH-23277) by Thomas Grainger · 3 years, 10 months ago
  42. d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 3 years, 10 months ago
  43. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 10 months ago
  44. bbeb2d2 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) by Jürgen Gmach · 3 years, 10 months ago
  45. f97406b bpo-40968: Send http/1.1 ALPN extension (#20959) by Christian Heimes · 3 years, 10 months ago
  46. 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 3 years, 10 months ago
  47. f9a8386 bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502) by Ammar Askar · 3 years, 10 months ago
  48. fa476fe bpo-39411: pyclbr rewrite on AST (#18103) by Batuhan Taskaya · 3 years, 10 months ago
  49. a117167 bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870) by Tom Gringauz · 3 years, 10 months ago
  50. 97e8b1e bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) by Ammar Askar · 3 years, 10 months ago
  51. fd6f6fa Minor wording change in concurrent.futures. (GH-23194) by Don Kirkby · 3 years, 10 months ago
  52. 7c01f15 Remove outdated reference to pywin32 from platform module (GH-22005) by Andre Delfino · 3 years, 10 months ago
  53. 91e9379 bpo-26389: Allow passing an exception object in the traceback module (GH-22610) by Zackery Spytz · 3 years, 10 months ago
  54. 133aa2d [docs] fix wrongly named AsyncContextDecorator (GH-23164) by kj · 3 years, 10 months ago
  55. 178695b bpo-40816 Add AsyncContextDecorator class (GH-20516) by Kazantcev Andrey · 3 years, 10 months ago
  56. 3529718 bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) by Victor Stinner · 3 years, 10 months ago
  57. 0001a1b bpo-42251: Add gettrace and getprofile to threading (GH-23125) by Mario Corchero · 3 years, 10 months ago
  58. bffb137 Fix incorrect links in ast docs (GH-23017) by Matthew Suozzo · 3 years, 10 months ago
  59. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 3 years, 10 months ago
  60. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 3 years, 10 months ago
  61. 3d86d09 bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) by Jakub Stasiak · 3 years, 10 months ago
  62. 6e8dcda bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545) by Joongi Kim · 3 years, 10 months ago
  63. e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 3 years, 10 months ago
  64. 3bf0d02 bpo-42198: New section in stdtypes for type annotation types (GH-23063) by kj · 3 years, 10 months ago
  65. d21cb2d bpo-42198: Improve consistency of Union docs (GH-23029) by kj · 3 years, 10 months ago
  66. bcbf758 bpo-42198: Document __new__ for types.GenericAlias (GH-23039) by kj · 3 years, 10 months ago
  67. 9129af6 bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) by kj · 3 years, 10 months ago
  68. 3317466 bpo-42061: Document __format__ for IP addresses (GH-23018) by Teugea Ioan-Teodor · 3 years, 10 months ago
  69. b76a840 bpo-42180: fix plural in arguments and control (GH-23015) by Rafael Fontenelle · 3 years, 10 months ago
  70. 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 3 years, 10 months ago
  71. df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 3 years, 10 months ago
  72. 4173320 bpo-41805: Documentation for PEP 585 (GH-22615) by kj · 3 years, 10 months ago
  73. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 3 years, 10 months ago
  74. 0f25c23 Add a link to buffer protocol in bytearray() doc (GH-22675) by Antoine · 3 years, 10 months ago
  75. 3cde378 bpo-39108: Document threading issues for random.gauss() (GH-22928) by Raymond Hettinger · 3 years, 10 months ago
  76. 48be6b1 bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) by Raymond Hettinger · 3 years, 10 months ago
  77. ec388cf bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) by Zackery Spytz · 3 years, 10 months ago
  78. b37c994 bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) by Batuhan Taskaya · 3 years, 10 months ago
  79. b6f2fc9 bpo-25655: Improve Win DLL loading failures doc (GH-22372) by Philippe Ombredanne · 3 years, 10 months ago
  80. 27f1bd8 bpo-35181: Correct importlib documentation for some module attributes (GH-15190) by Géry Ogam · 3 years, 10 months ago
  81. caff293 bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) by Raúl Cumplido · 3 years, 10 months ago
  82. 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 3 years, 10 months ago
  83. 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 3 years, 11 months ago
  84. 5ab27cc bpo-42041: Clarify how subprocess searches for the executable (GH-22715) by Paul Moore · 3 years, 11 months ago
  85. 3393624 Minor tweaks to typing union objects doc (GH-22741) by Andre Delfino · 3 years, 11 months ago
  86. 3f7e990 bpo-41192: Add documentation of undocumented audit events (GH-21308) by Saiyang Gou · 3 years, 11 months ago
  87. 0c37269 bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768) by Andrew Kuchling · 3 years, 11 months ago
  88. ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 3 years, 11 months ago
  89. 5b57fa6 Doc: Add missing spaces after period for `posix_spawn` (GH-22730) by Tomer Cohen · 3 years, 11 months ago
  90. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 3 years, 11 months ago
  91. 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 3 years, 11 months ago
  92. f85658a bpo-40901: Describe what "interface name" means on Windows (GH-20694) by Jakub Stasiak · 3 years, 11 months ago
  93. 4dfb190 bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360) by Zackery Spytz · 3 years, 11 months ago
  94. fa87482 bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) by Irit Katriel · 3 years, 11 months ago
  95. ebc8c38 bpo-41192: Fix some broken anchors for audit event entries (#21310) by Saiyang Gou · 3 years, 11 months ago
  96. 1559389 bpo-40484: Document compiler flags under AST module (GH-19885) by Batuhan Taskaya · 3 years, 11 months ago
  97. 975d10a [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733) by Andre Delfino · 3 years, 11 months ago
  98. cf693e5 Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) by Saiyang Gou · 3 years, 11 months ago
  99. b67cbbd Minor clarification (GH-22708) by Raymond Hettinger · 3 years, 11 months ago
  100. f2bd04f Improve recipe readability (GH-22685) by Raymond Hettinger · 3 years, 11 months ago