Python 3.10.0a4
  1. de833b6 Fix 'make suspicious' for the itertools module (GH-24097) by Pablo Galindo · 4 years, 8 months ago
  2. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 4 years, 8 months ago
  3. 6613676 bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919) by Zackery Spytz · 4 years, 8 months ago
  4. 9e8fe19 bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070) by Pablo Galindo · 4 years, 8 months ago
  5. 11276cd bpo-41559: Documentation for PEP 612 (GH-24000) by Ken Jin · 4 years, 8 months ago
  6. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 4 years, 8 months ago
  7. c8a7b8f bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) by Raymond Hettinger · 4 years, 8 months ago
  8. 3631d6d Fixes a typo in importlib.metadata. (#23921) by Tao He · 4 years, 8 months ago
  9. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 4 years, 8 months ago
  10. f4936ad bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) by Erlend Egeberg Aasland · 4 years, 8 months ago
  11. f421bfc Minor improvements to the convolve() recipe (GH-24012) by Raymond Hettinger · 4 years, 8 months ago
  12. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 4 years, 8 months ago
  13. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 4 years, 8 months ago
  14. 2edfc86 bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) by Andre Delfino · 4 years, 8 months ago
  15. 84402eb bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Michael Wayne Goodman · 4 years, 8 months ago
  16. c56988b8 bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Zackery Spytz · 4 years, 8 months ago
  17. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 4 years, 8 months ago
  18. abba83b bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Erlend Egeberg Aasland · 4 years, 8 months ago
  19. 77fde8d Add convolve() to the itertools recipes (GH-23928) by Raymond Hettinger · 4 years, 8 months ago
  20. f0853bc Sync what's new in 3.9 with 3.9 branch (GH-23943) by Ken Jin · 4 years, 8 months ago
  21. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 4 years, 8 months ago
  22. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 4 years, 8 months ago
  23. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 4 years, 8 months ago
  24. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 4 years, 8 months ago
  25. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 4 years, 8 months ago
  26. d90ff37 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Matt Fowler · 4 years, 8 months ago
  27. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 4 years, 8 months ago
  28. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 4 years, 8 months ago
  29. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 4 years, 8 months ago
  30. d515c61 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) by Géry Ogam · 4 years, 8 months ago
  31. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 4 years, 8 months ago
  32. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 4 years, 8 months ago
  33. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 4 years, 8 months ago
  34. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 4 years, 8 months ago
  35. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 4 years, 8 months ago
  36. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 4 years, 8 months ago
  37. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 4 years, 8 months ago
  38. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 4 years, 8 months ago
  39. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 4 years, 8 months ago
  40. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 4 years, 8 months ago
  41. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 4 years, 8 months ago
  42. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 4 years, 8 months ago
  43. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 4 years, 8 months ago
  44. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 4 years, 8 months ago
  45. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 4 years, 8 months ago
  46. 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 · 4 years, 8 months ago
  47. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 4 years, 8 months ago
  48. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 4 years, 8 months ago
  49. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 4 years, 8 months ago
  50. fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 4 years, 8 months ago
  51. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 4 years, 8 months ago
  52. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 4 years, 8 months ago
  53. e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 4 years, 8 months ago
  54. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 4 years, 8 months ago
  55. c8a10d2 bpo-36675: Doc: Reveal doctest directives (GH-23620) by Julien Palard · 4 years, 8 months ago
  56. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 4 years, 8 months ago
  57. da431f7 Add two spaces around equal sign (#23719) by sblondon · 4 years, 8 months ago
  58. 4b8cdfc bpo-41879: Doc: Fix description of async for statement (GH-23548) by Nick Gaya · 4 years, 8 months ago
  59. efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 4 years, 8 months ago
  60. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 4 years, 8 months ago
  61. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 4 years, 8 months ago
  62. 2a35137 [doc] Link to issue regarding logging.disable level param default value (GH-23726) by Andre Delfino · 4 years, 8 months ago
  63. 35cacce [doc] Document logging.basicConfig default format (GH-23710) by Andre Delfino · 4 years, 8 months ago
  64. 0f91f58 bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) by Hai Shi · 4 years, 8 months ago
  65. b63a620 bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) by Matěj Cepl · 4 years, 8 months ago
  66. 0ef96c2 bpo-30459: Cast the result of PyCell_SET to void (GH-23654) by Victor Stinner · 4 years, 8 months ago
  67. 752cdf2 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) by Raymond Hettinger · 4 years, 8 months ago
  68. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 4 years, 9 months ago
  69. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 4 years, 9 months ago
  70. db68544 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Zackery Spytz · 4 years, 9 months ago
  71. 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 4 years, 9 months ago
  72. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 4 years, 9 months ago
  73. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 4 years, 9 months ago
  74. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 4 years, 9 months ago
  75. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 4 years, 9 months ago
  76. bcc9579 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) by James Gerity · 4 years, 9 months ago
  77. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 4 years, 9 months ago
  78. 9f00463 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529) by Yasser A · 4 years, 9 months ago
  79. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 4 years, 9 months ago
  80. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 4 years, 9 months ago
  81. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 4 years, 9 months ago
  82. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 4 years, 9 months ago
  83. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 4 years, 9 months ago
  84. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 4 years, 9 months ago
  85. d41ec65 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Zackery Spytz · 4 years, 9 months ago
  86. c8aaf71 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Volker-Weissmann · 4 years, 9 months ago
  87. a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 4 years, 9 months ago
  88. 9d09e17 Typo: fix inverted sense of statement (GH-23288) by basak · 4 years, 9 months ago
  89. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 4 years, 9 months ago
  90. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 4 years, 9 months ago
  91. 85c8492 Add more tests to the descriptor howto guide (GH-23506) by Raymond Hettinger · 4 years, 9 months ago
  92. c9c6e9f bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) by Julien Palard · 4 years, 9 months ago
  93. 8d17d2b Doc: Minor fixes (GH-23422) by kj · 4 years, 9 months ago
  94. 2d44a6b Add doctests to the descriptor HowTo (GH-23500) by Raymond Hettinger · 4 years, 9 months ago
  95. 989af25 Typo (#23482) by Jesús Cea · 4 years, 9 months ago
  96. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 4 years, 9 months ago
  97. ffae932 Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) by Raymond Hettinger · 4 years, 9 months ago
  98. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 4 years, 9 months ago
  99. 5ef53a8 Doc: fix typo in typing.Type docs (GH-23460) by John Belmonte · 4 years, 9 months ago
  100. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 4 years, 9 months ago