1. e485be5 Add a clarification for the object-domain allocators regarding pointer validity (GH-24253) by Pablo Galindo · 3 years, 6 months ago
  2. bc450f9 Add a paragraph about allocation domains to the C-API docs (GH-24252) by Pablo Galindo · 3 years, 6 months ago
  3. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 3 years, 6 months ago
  4. 9712358 Docs: Remove stray semicolon in init.rst (GH-23974) by Ken Jin · 3 years, 6 months ago
  5. 14cfa32 bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996) by Zackery Spytz · 3 years, 6 months ago
  6. c47c78b bpo-37324: Remove ABC aliases from collections (GH-23754) by Hugo van Kemenade · 3 years, 6 months ago
  7. fb35fa4 bpo-42870: Document change in argparse help output. (GH-24190) by Tomáš Hrnčiar · 3 years, 6 months ago
  8. ace008c Fix various ParamSpec errors in typing (GH-24176) by Ken Jin · 3 years, 6 months ago
  9. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 6 months ago
  10. 68e1f25 Fix a typo in docs for typing.Concatenate (#24169) by Johan Dahlin · 3 years, 6 months ago
  11. 5c30145 bpo-42783: Documentation for asyncio.sleep(0) (#24002) by Simon Willison · 3 years, 6 months ago
  12. ff8458b bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) by Yair Frid · 3 years, 6 months ago
  13. 315fc52 bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) by Antonio Cuni · 3 years, 6 months ago
  14. 1a9f51e bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) by Berker Peksag · 3 years, 6 months ago
  15. ddb5e11 bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008) by Erlend Egeberg Aasland · 3 years, 6 months ago
  16. f9949f8 bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) by Vladimir · 3 years, 6 months ago
  17. cf0b239 bpo-40810: Require SQLite 3.7.15 (GH-24106) by Erlend Egeberg Aasland · 3 years, 6 months ago
  18. de833b6 Fix 'make suspicious' for the itertools module (GH-24097) by Pablo Galindo · 3 years, 6 months ago
  19. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 3 years, 6 months ago
  20. 6613676 bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919) by Zackery Spytz · 3 years, 6 months ago
  21. 9e8fe19 bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070) by Pablo Galindo · 3 years, 6 months ago
  22. 11276cd bpo-41559: Documentation for PEP 612 (GH-24000) by Ken Jin · 3 years, 6 months ago
  23. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 3 years, 6 months ago
  24. c8a7b8f bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) by Raymond Hettinger · 3 years, 6 months ago
  25. 3631d6d Fixes a typo in importlib.metadata. (#23921) by Tao He · 3 years, 6 months ago
  26. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 3 years, 6 months ago
  27. f4936ad bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) by Erlend Egeberg Aasland · 3 years, 6 months ago
  28. f421bfc Minor improvements to the convolve() recipe (GH-24012) by Raymond Hettinger · 3 years, 6 months ago
  29. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 3 years, 6 months ago
  30. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 3 years, 6 months ago
  31. 2edfc86 bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) by Andre Delfino · 3 years, 6 months ago
  32. 84402eb bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Michael Wayne Goodman · 3 years, 6 months ago
  33. c56988b bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Zackery Spytz · 3 years, 6 months ago
  34. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 3 years, 6 months ago
  35. abba83b bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Erlend Egeberg Aasland · 3 years, 6 months ago
  36. 77fde8d Add convolve() to the itertools recipes (GH-23928) by Raymond Hettinger · 3 years, 6 months ago
  37. f0853bc Sync what's new in 3.9 with 3.9 branch (GH-23943) by Ken Jin · 3 years, 6 months ago
  38. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 3 years, 6 months ago
  39. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 3 years, 6 months ago
  40. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 3 years, 6 months ago
  41. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 3 years, 6 months ago
  42. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 3 years, 6 months ago
  43. d90ff37 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Matt Fowler · 3 years, 6 months ago
  44. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 3 years, 6 months ago
  45. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 3 years, 6 months ago
  46. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 3 years, 6 months ago
  47. d515c61 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) by Géry Ogam · 3 years, 6 months ago
  48. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 3 years, 7 months ago
  49. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 3 years, 7 months ago
  50. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 3 years, 7 months ago
  51. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 3 years, 7 months ago
  52. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 3 years, 7 months ago
  53. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 7 months ago
  54. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 7 months ago
  55. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 3 years, 7 months ago
  56. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 3 years, 7 months ago
  57. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 3 years, 7 months ago
  58. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 3 years, 7 months ago
  59. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 3 years, 7 months ago
  60. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 3 years, 7 months ago
  61. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 3 years, 7 months ago
  62. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 3 years, 7 months ago
  63. 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, 7 months ago
  64. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 3 years, 7 months ago
  65. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 3 years, 7 months ago
  66. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 3 years, 7 months ago
  67. fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 3 years, 7 months ago
  68. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 3 years, 7 months ago
  69. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 3 years, 7 months ago
  70. e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 3 years, 7 months ago
  71. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 3 years, 7 months ago
  72. c8a10d2 bpo-36675: Doc: Reveal doctest directives (GH-23620) by Julien Palard · 3 years, 7 months ago
  73. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 7 months ago
  74. da431f7 Add two spaces around equal sign (#23719) by sblondon · 3 years, 7 months ago
  75. 4b8cdfc bpo-41879: Doc: Fix description of async for statement (GH-23548) by Nick Gaya · 3 years, 7 months ago
  76. efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 3 years, 7 months ago
  77. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 7 months ago
  78. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 3 years, 7 months ago
  79. 2a35137 [doc] Link to issue regarding logging.disable level param default value (GH-23726) by Andre Delfino · 3 years, 7 months ago
  80. 35cacce [doc] Document logging.basicConfig default format (GH-23710) by Andre Delfino · 3 years, 7 months ago
  81. 0f91f58 bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) by Hai Shi · 3 years, 7 months ago
  82. b63a620 bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) by Matěj Cepl · 3 years, 7 months ago
  83. 0ef96c2 bpo-30459: Cast the result of PyCell_SET to void (GH-23654) by Victor Stinner · 3 years, 7 months ago
  84. 752cdf2 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) by Raymond Hettinger · 3 years, 7 months ago
  85. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 7 months ago
  86. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 7 months ago
  87. db68544 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Zackery Spytz · 3 years, 7 months ago
  88. 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 3 years, 7 months ago
  89. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 3 years, 7 months ago
  90. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 3 years, 7 months ago
  91. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 7 months ago
  92. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 7 months ago
  93. bcc9579 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) by James Gerity · 3 years, 7 months ago
  94. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 3 years, 7 months ago
  95. 9f00463 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529) by Yasser A · 3 years, 7 months ago
  96. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 3 years, 7 months ago
  97. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 3 years, 7 months ago
  98. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 3 years, 7 months ago
  99. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 7 months ago
  100. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 3 years, 7 months ago