Python 3.10.0a5
  1. b0478d7 Fix Sphynx syntax in the memory.rst document by Pablo Galindo · 4 years, 7 months ago v3.10.0a5
  2. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 7 months ago
  3. 000cde5 bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348) by Aviral Srivastava · 4 years, 7 months ago
  4. a776da9 bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383) by Pablo Galindo · 4 years, 7 months ago
  5. 89294e3 Doc: errors tutorial improvements (GH-16269) by Adorilson Bezerra · 4 years, 7 months ago
  6. e603443 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by L · 4 years, 7 months ago
  7. 62437a2 bpo-43047: logging.config formatters documentation update (GH-24358) by Ian Wienand · 4 years, 7 months ago
  8. 62949f6 bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) by Steve Dower · 4 years, 7 months ago
  9. 6baaae5 Fixing typos in turtle.rst (GH-24376) by Jules Lasne · 4 years, 7 months ago
  10. 6372a4c Fixed typo in turtle.rst (GH-24371) by Jules Lasne · 4 years, 7 months ago
  11. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 4 years, 7 months ago
  12. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 4 years, 7 months ago
  13. dea5bf9 bpo-33387: update documentation for exception handling opcode changes (GH-24334) by Irit Katriel · 4 years, 7 months ago
  14. c92cd0f Fix minor typo in the rest format in the enum docs (GH-24335) by Pablo Galindo · 4 years, 7 months ago
  15. 7c8e0b0 Document new parenthesized with statements (GH-24281) by Pablo Galindo · 4 years, 7 months ago
  16. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 4 years, 7 months ago
  17. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 4 years, 7 months ago
  18. f066bd9 bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) by Serhiy Storchaka · 4 years, 7 months ago
  19. 5c1f15b bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) by Julien Palard · 4 years, 7 months ago
  20. 4833591 bpo-42955: Fix sys.module_names doc (GH-24329) by Victor Stinner · 4 years, 7 months ago
  21. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 4 years, 7 months ago
  22. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 4 years, 7 months ago
  23. b745a61 bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289) by Illia Volochii · 4 years, 7 months ago
  24. 644d528 bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Борис Верховский · 4 years, 7 months ago
  25. 805ede8 Add a What's New entry for the new parser error improvements (GH-24280) by Pablo Galindo · 4 years, 7 months ago
  26. 6cd5b01 Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234) by ravcio · 4 years, 7 months ago
  27. dcea78f bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256) by Ken Jin · 4 years, 7 months ago
  28. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 4 years, 7 months ago
  29. e0e398e Fix typos in unittest documentation (GH-24194) by Conchylicultor · 4 years, 7 months ago
  30. e982fe4 bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978) by Erlend Egeberg Aasland · 4 years, 7 months ago
  31. 1459fed Doc: os.path.abspath and Path.resolve are also different (GH-23276) by Hong Xu · 4 years, 7 months ago
  32. e485be5 Add a clarification for the object-domain allocators regarding pointer validity (GH-24253) by Pablo Galindo · 4 years, 7 months ago
  33. bc450f9 Add a paragraph about allocation domains to the C-API docs (GH-24252) by Pablo Galindo · 4 years, 7 months ago
  34. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 4 years, 7 months ago
  35. 9712358 Docs: Remove stray semicolon in init.rst (GH-23974) by Ken Jin · 4 years, 7 months ago
  36. 14cfa32 bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996) by Zackery Spytz · 4 years, 7 months ago
  37. c47c78b bpo-37324: Remove ABC aliases from collections (GH-23754) by Hugo van Kemenade · 4 years, 7 months ago
  38. fb35fa4 bpo-42870: Document change in argparse help output. (GH-24190) by Tomáš Hrnčiar · 4 years, 8 months ago
  39. ace008c Fix various ParamSpec errors in typing (GH-24176) by Ken Jin · 4 years, 8 months ago
  40. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 4 years, 8 months ago
  41. 68e1f25 Fix a typo in docs for typing.Concatenate (#24169) by Johan Dahlin · 4 years, 8 months ago
  42. 5c30145 bpo-42783: Documentation for asyncio.sleep(0) (#24002) by Simon Willison · 4 years, 8 months ago
  43. ff8458b bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) by Yair Frid · 4 years, 8 months ago
  44. 315fc52 bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) by Antonio Cuni · 4 years, 8 months ago
  45. 1a9f51e bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) by Berker Peksag · 4 years, 8 months ago
  46. ddb5e11 bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008) by Erlend Egeberg Aasland · 4 years, 8 months ago
  47. f9949f8 bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) by Vladimir · 4 years, 8 months ago
  48. cf0b239 bpo-40810: Require SQLite 3.7.15 (GH-24106) by Erlend Egeberg Aasland · 4 years, 8 months ago
  49. de833b6 Fix 'make suspicious' for the itertools module (GH-24097) by Pablo Galindo · 4 years, 8 months ago
  50. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 4 years, 8 months ago
  51. 6613676 bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919) by Zackery Spytz · 4 years, 8 months ago
  52. 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
  53. 11276cd bpo-41559: Documentation for PEP 612 (GH-24000) by Ken Jin · 4 years, 8 months ago
  54. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 4 years, 8 months ago
  55. c8a7b8f bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) by Raymond Hettinger · 4 years, 8 months ago
  56. 3631d6d Fixes a typo in importlib.metadata. (#23921) by Tao He · 4 years, 8 months ago
  57. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 4 years, 8 months ago
  58. 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
  59. f421bfc Minor improvements to the convolve() recipe (GH-24012) by Raymond Hettinger · 4 years, 8 months ago
  60. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 4 years, 8 months ago
  61. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 4 years, 8 months ago
  62. 2edfc86 bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) by Andre Delfino · 4 years, 8 months ago
  63. 84402eb bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Michael Wayne Goodman · 4 years, 8 months ago
  64. c56988b8 bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Zackery Spytz · 4 years, 8 months ago
  65. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 4 years, 8 months ago
  66. abba83b bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Erlend Egeberg Aasland · 4 years, 8 months ago
  67. 77fde8d Add convolve() to the itertools recipes (GH-23928) by Raymond Hettinger · 4 years, 8 months ago
  68. f0853bc Sync what's new in 3.9 with 3.9 branch (GH-23943) by Ken Jin · 4 years, 8 months ago
  69. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 4 years, 8 months ago
  70. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 4 years, 8 months ago
  71. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 4 years, 8 months ago
  72. 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
  73. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 4 years, 8 months ago
  74. d90ff37 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Matt Fowler · 4 years, 8 months ago
  75. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 4 years, 8 months ago
  76. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 4 years, 8 months ago
  77. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 4 years, 8 months ago
  78. 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
  79. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 4 years, 8 months ago
  80. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 4 years, 8 months ago
  81. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 4 years, 8 months ago
  82. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 4 years, 8 months ago
  83. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 4 years, 8 months ago
  84. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 4 years, 8 months ago
  85. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 4 years, 8 months ago
  86. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 4 years, 8 months ago
  87. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 4 years, 8 months ago
  88. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 4 years, 8 months ago
  89. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 4 years, 8 months ago
  90. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 4 years, 8 months ago
  91. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 4 years, 8 months ago
  92. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 4 years, 8 months ago
  93. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 4 years, 8 months ago
  94. 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
  95. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 4 years, 8 months ago
  96. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 4 years, 8 months ago
  97. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 4 years, 8 months ago
  98. fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 4 years, 8 months ago
  99. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 4 years, 8 months ago
  100. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 4 years, 8 months ago