COMMITS
/ Doc/reference/simple_stmts.rst March 7, 2024
December 14, 2023
M
[3.11] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple_stmts.rst` (GH-113107) (#113110)
Miss Islington (bot) committed
December 13, 2023
M
[3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)
Miss Islington (bot) committed
July 3, 2023
M
[3.11] Replace the esoteric term 'datum' when describing dict comprehensions (GH-106119) (#106349)
Miss Islington (bot) committed
May 6, 2023
M
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot) committed
May 4, 2023
M
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163)
Miss Islington (bot) committed
A
[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#104161)
Adam Turner committed
M
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot) committed
M
[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)
Miss Islington (bot) committed
November 7, 2022
M
doc: Formatting and typo fixes (GH-98974)
Miss Islington (bot) committed
October 17, 2022
C
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach 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
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
June 12, 2016
M
Issue #24136: Merge unpacking doc from 3.5
Martin Panter committed
M
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter committed
June 8, 2016
M
Issue #23275: Backport target list assignment documentation fixes
Martin Panter committed
May 18, 2016
B
Issue #23275: Allow () = iterable assignment syntax
Berker Peksag committed