COMMITS
/ Doc/reference/simple_stmts.rst December 2, 2024
July 4, 2024
M
[3.12] gh-121355: Fix incorrect word in simple_stmts.rst (GH-121356) (#121363)
Miss Islington (bot) committed
June 15, 2024
M
[3.12] annotations: expand documentation on "simple" assignment targets (GH-120535) (#120556)
Miss Islington (bot) committed
March 19, 2024
M
[3.12] gh-56374: Clarify documentation of nonlocal (GH-116942) (#117023)
Miss Islington (bot) committed
March 7, 2024
S
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450)
Serhiy Storchaka committed
December 14, 2023
M
[3.12] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple_stmts.rst` (GH-113107) (#113109)
Miss Islington (bot) committed
December 13, 2023
M
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot) committed
July 3, 2023
M
[3.12] Replace the esoteric term 'datum' when describing dict comprehensions (GH-106119) (#106348)
Miss Islington (bot) committed
May 26, 2023
M
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot) committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner committed
A
GH-97950: Use new-style index directive ('exception') (#104160)
Adam Turner committed
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner committed
November 7, 2022
J
doc: Formatting and typo fixes (#98974)
jmcb committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
May 3, 2022
R
gh-87304: Improve comments in language reference for imports (#92164)
Robert Yang committed
April 3, 2022
J
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Jiashuo Li committed
January 27, 2022
November 30, 2021
May 14, 2021
S
Update doc as relative import can be used with star import (GH-25667)
Saiyang Gou committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 11, 2021
M
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson committed
April 7, 2021
S
bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (GH-25236)
Saiyang Gou committed
December 19, 2020
A
[doc] Mention with and except clauses in globals() (GH-13232)
Andre Delfino committed
October 21, 2020
A
Doc: Remove old Python version from future stmt (GH-21802)
Andre Delfino committed
September 18, 2020
V
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner committed
October 26, 2019
S
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower committed
June 4, 2019
I
More updates to the annotated assignments docs (GH-13794)
Ivan Levkivskyi committed
June 2, 2019
I
Update the annotated assignment docs (GH-13757)
Ivan Levkivskyi committed
May 3, 2019
A
Don't use the LHS/RHS acronym in Simple statements (GH-12996)
Andre Delfino committed
April 24, 2019
J
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye committed
December 24, 2018
C
bpo-35566: Add links to annotation glossary term (GH-11291)
Cheryl Sabella committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 11, 2018
J
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
Julien Palard committed
November 7, 2018
A
Add future_stmt to simple_stmt production list. (GH-8239)
Andrés Delfino committed
A
Mark -c and -O as command line options in reStructuredText. (GH-10103)
Andrés Delfino committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
October 19, 2018
A
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
Andrés Delfino committed
July 7, 2018
A
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
Andrés Delfino committed
March 18, 2018
S
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
September 28, 2017
K
Fix typo in Simple Statements documentation (GH-3809)
kms70847 committed
May 30, 2017
M
bpo-17188: add missing periods at the end of sentences (GH-1875)
Mariatta committed
May 20, 2017
C
bpo-17188: DOC: Document 'from None' in raise statement (#1671)
csabella committed
May 8, 2017
J
Fix a trivial typo in global section (#1497)
Jim Fasarakis-Hilliard committed
December 15, 2016
Y
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov committed
September 11, 2016
G
Issue #28076: Variable annotations should be mangled for private names.
Guido van Rossum committed
September 9, 2016
G
Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
Guido van Rossum committed