COMMITS
/ Doc/reference/simple_stmts.rst November 7, 2022
M
doc: Formatting and typo fixes (GH-98974)
Miss Islington (bot) committed
October 17, 2022
C
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
C.A.M. Gerlach committed
May 3, 2022
M
gh-87304: Improve comments in language reference for imports (GH-92164)
Miss Islington (bot) committed
April 3, 2022
M
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Miss Islington (bot) committed
January 27, 2022
May 14, 2021
M
Update doc as relative import can be used with star import (GH-25667) (GH-26121)
Miss Islington (bot) 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
N
Issue #27049: fix doc typo
Ned Deily committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 8, 2016
M
Fix typos in comments, documentation and test method names
Martin Panter committed
October 31, 2014
G
merge with 3.4
Georg Brandl committed
G
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
Georg Brandl committed
May 27, 2014
R
Issue 21439: Minor issues in the reference manual.
Raymond Hettinger committed
April 29, 2014
T
Merge with 3.4
Terry Jan Reedy committed
T
Issue #21055: Index (augmented) assignment symbols.
Terry Jan Reedy committed
T
Merge with 3.4
Terry Jan Reedy committed