COMMITS
/ Doc/whatsnew/3.10.rst October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 6, 2022
1
gh-95986: Fix the example using match keyword (#95989)
180909 committed
August 4, 2022
T
gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)
Terry Jan Reedy committed
July 22, 2022
T
gh-95112: Fix What's New 3.10 contribution note periods (#95114)
Terry Jan Reedy committed
June 19, 2022
H
What's new in 3.10: fix link to issue (#93968)
Hugo van Kemenade committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
April 30, 2022
S
gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
slateny committed
March 31, 2022
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
February 14, 2022
L
Fix missing import in dataclass code snippet (GH-29214)
Leo committed
February 13, 2022
T
bpo-45447: Add entry to What's new 3.10 (GH-31304)
Terry Jan Reedy committed
January 26, 2022
T
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
Terry Jan Reedy committed
December 26, 2021
R
docs: Fix typos and use anchor for internal link (GH-30236)
Rafael Fontenelle committed
December 19, 2021
R
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
Rafael Fontenelle committed
December 8, 2021
R
doc: Add link issue 44010 (GH-29454)
Rafael Fontenelle committed
November 8, 2021
R
bpo-45741: docs: fix plural (GH-29461)
Rafael Fontenelle committed
October 9, 2021
L
Fix dataclassses spelling (GH-28837)
Landon Yarrington committed
October 7, 2021
P
Remove draft notice on the 3.10 What's new document (GH-28806)
Pablo Galindo Salgado committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
September 25, 2021
T
bpo-43914: Whats New 310: add new SyntaxError attributes (GH-28558)
Terry Jan Reedy committed
September 23, 2021
V
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
Victor Stinner committed
September 14, 2021
P
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339)
Pablo Galindo Salgado committed
September 10, 2021
P
bpo-44964: Correct the note about the f_lasti field (GH-28208)
Pablo Galindo Salgado committed
September 9, 2021
D
Fix minor typo in 3.10.rst (GH-28253)
D.Lintin committed
September 7, 2021
P
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200)
Pablo Galindo Salgado committed
September 4, 2021
E
Add What's New for dataclass keyword-only parameters. (GH-28158)
Eric V. Smith committed
August 26, 2021
D
bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)
Dong-hee Na committed
August 23, 2021
August 6, 2021
V
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner committed
July 29, 2021
I
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
Y
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)
Yurii Karabas committed
July 14, 2021
P
Add release highlights for the 3.10 what's new document (GH-27150)
Pablo Galindo Salgado committed
June 28, 2021
R
[doc] Fix typo in what's new in 3.10 (GH-26911)
Rodrigo Girão Serrão committed
June 27, 2021
J
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (#26807)
Jason R. Coombs committed
June 24, 2021
B
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (#26882)
Barry Warsaw committed
A
Fix typo in whatsnew 3.10.rst (GH-26854)
Arnon Yaari committed
P
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin committed
June 21, 2021
V
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner committed
June 20, 2021
G
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff committed
H
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
Hemangii committed
June 18, 2021
P
Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794)
Pablo Galindo committed
June 15, 2021
M
bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
Mark Dickinson committed
June 11, 2021
C
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes committed
June 8, 2021
S
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Serhiy Storchaka committed
P
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Petr Viktorin committed
June 3, 2021
P
bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523)
Pablo Galindo committed
W
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen committed
May 31, 2021
J
bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472)
Jason R. Coombs committed
May 27, 2021
J
bpo-44246: Update What's New for importlib.metadata. (#26408)
Jason R. Coombs committed
May 26, 2021
K