1. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 3 years, 10 months ago
  2. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 3 years, 10 months ago
  3. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 3 years, 10 months ago
  4. d515c61 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) by Géry Ogam · 3 years, 10 months ago
  5. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 3 years, 10 months ago
  6. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 3 years, 10 months ago
  7. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 3 years, 10 months ago
  8. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 3 years, 10 months ago
  9. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 3 years, 10 months ago
  10. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 10 months ago
  11. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 10 months ago
  12. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 3 years, 10 months ago
  13. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 3 years, 10 months ago
  14. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 3 years, 10 months ago
  15. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 3 years, 10 months ago
  16. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 3 years, 10 months ago
  17. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 3 years, 10 months ago
  18. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 3 years, 10 months ago
  19. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 3 years, 10 months ago
  20. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 3 years, 10 months ago
  21. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 3 years, 10 months ago
  22. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 3 years, 10 months ago
  23. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 3 years, 10 months ago
  24. fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 3 years, 10 months ago
  25. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 3 years, 10 months ago
  26. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 3 years, 10 months ago
  27. e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 3 years, 10 months ago
  28. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 3 years, 10 months ago
  29. c8a10d2 bpo-36675: Doc: Reveal doctest directives (GH-23620) by Julien Palard · 3 years, 10 months ago
  30. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 10 months ago
  31. da431f7 Add two spaces around equal sign (#23719) by sblondon · 3 years, 10 months ago
  32. 4b8cdfc bpo-41879: Doc: Fix description of async for statement (GH-23548) by Nick Gaya · 3 years, 10 months ago
  33. efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 3 years, 10 months ago
  34. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 10 months ago
  35. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 3 years, 10 months ago
  36. 2a35137 [doc] Link to issue regarding logging.disable level param default value (GH-23726) by Andre Delfino · 3 years, 10 months ago
  37. 35cacce [doc] Document logging.basicConfig default format (GH-23710) by Andre Delfino · 3 years, 10 months ago
  38. 0f91f58 bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) by Hai Shi · 3 years, 10 months ago
  39. b63a620 bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) by Matěj Cepl · 3 years, 10 months ago
  40. 0ef96c2 bpo-30459: Cast the result of PyCell_SET to void (GH-23654) by Victor Stinner · 3 years, 10 months ago
  41. 752cdf2 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) by Raymond Hettinger · 3 years, 10 months ago
  42. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 10 months ago
  43. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 10 months ago
  44. db68544 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Zackery Spytz · 3 years, 10 months ago
  45. 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 3 years, 10 months ago
  46. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 3 years, 10 months ago
  47. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 3 years, 10 months ago
  48. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 10 months ago
  49. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 10 months ago
  50. bcc9579 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) by James Gerity · 3 years, 10 months ago
  51. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 3 years, 10 months ago
  52. 9f00463 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529) by Yasser A · 3 years, 10 months ago
  53. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 3 years, 10 months ago
  54. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 3 years, 10 months ago
  55. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 3 years, 10 months ago
  56. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 10 months ago
  57. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 3 years, 10 months ago
  58. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 3 years, 10 months ago
  59. d41ec65 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Zackery Spytz · 3 years, 10 months ago
  60. c8aaf71 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Volker-Weissmann · 3 years, 10 months ago
  61. a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 3 years, 10 months ago
  62. 9d09e17 Typo: fix inverted sense of statement (GH-23288) by basak · 3 years, 10 months ago
  63. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 3 years, 10 months ago
  64. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 10 months ago
  65. 85c8492 Add more tests to the descriptor howto guide (GH-23506) by Raymond Hettinger · 3 years, 10 months ago
  66. c9c6e9f bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) by Julien Palard · 3 years, 10 months ago
  67. 8d17d2b Doc: Minor fixes (GH-23422) by kj · 3 years, 10 months ago
  68. 2d44a6b Add doctests to the descriptor HowTo (GH-23500) by Raymond Hettinger · 3 years, 10 months ago
  69. 989af25 Typo (#23482) by Jesús Cea · 3 years, 11 months ago
  70. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 11 months ago
  71. ffae932 Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) by Raymond Hettinger · 3 years, 11 months ago
  72. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 3 years, 11 months ago
  73. 5ef53a8 Doc: fix typo in typing.Type docs (GH-23460) by John Belmonte · 3 years, 11 months ago
  74. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 11 months ago
  75. bd8c22e bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Ram Rachum · 3 years, 11 months ago
  76. 68f68fa Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) by Richard Levasseur · 3 years, 11 months ago
  77. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 3 years, 11 months ago
  78. 1db7639 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Serhiy Storchaka · 3 years, 11 months ago
  79. aa3a352 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) by Quentin Hibon · 3 years, 11 months ago
  80. 6edf06b bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by ArioA · 3 years, 11 months ago
  81. 9fc319d bpo-42360: Add advice to help avoid pickling issues. (GH-23305) by Raymond Hettinger · 3 years, 11 months ago
  82. 4c24b08 Fix wrong availability for signal.SIGCHLD (#23285) by Zhang Maiyun · 3 years, 11 months ago
  83. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 3 years, 11 months ago
  84. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 11 months ago
  85. e1dc0db bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by kj · 3 years, 11 months ago
  86. 1b54077 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Yurii Karabas · 3 years, 11 months ago
  87. 4687338 bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385) by kj · 3 years, 11 months ago
  88. a85fefe bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382) by Lysandros Nikolaou · 3 years, 11 months ago
  89. 829b177 [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) by Andre Delfino · 3 years, 11 months ago
  90. e025178 bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375) by Miro Hrončok · 3 years, 11 months ago
  91. 7c9487d bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374) by Vladimir Matveev · 3 years, 11 months ago
  92. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 11 months ago
  93. 9c98e8c bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) by Tom Gringauz · 3 years, 11 months ago
  94. e59958f bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351) by Pablo Galindo · 3 years, 11 months ago
  95. fa96608 bpo-41625: Add versionadded to os.splice() constants (GH-23340) by Pablo Galindo · 3 years, 11 months ago
  96. a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 3 years, 11 months ago
  97. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 11 months ago
  98. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 11 months ago
  99. c26d591 bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321) by Lysandros Nikolaou · 3 years, 11 months ago
  100. 3df5c68 bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) by Victor Stinner · 3 years, 11 months ago