COMMITS
/ Doc/tutorial/controlflow.rst June 21, 2022
M
Tutorial: specify match cases don't fall through (GH-93615) (GH-94084)
Miss Islington (bot) committed
March 8, 2022
J
[3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)
Jelle Zijlstra committed
February 18, 2022
M
docs: Link `match` statement in tutorial (GH-31396)
Miss Islington (bot) committed
December 14, 2021
M
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
Miss Islington (bot) committed
November 8, 2021
M
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
Miss Islington (bot) committed
August 14, 2021
M
bpo-44907: Update error messages in tutorial examples (GH-27755)
Miss Islington (bot) committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
Miss Islington (bot) committed
June 27, 2021
M
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927)
Miss Islington (bot) committed
May 12, 2021
M
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
Miss Islington (bot) committed
March 27, 2021
I
bpo-39231: correct tutorial annotations section (GH-25029)
Irit Katriel committed
March 1, 2021
D
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset committed
February 20, 2021
T
bpo-43042: Augment tutorial sentence (GH-24514)
Terry Jan Reedy committed
September 15, 2020
N
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234)
Neeraj Samtani committed
August 19, 2020
D
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)
Denis Ovsienko committed
July 6, 2020
J
bpo-28681: Clarify multiple function names in the tutorial (GH-21340)
Joannah Nanjekye committed
May 23, 2020
A
bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)
Antoine committed
February 10, 2020
D
Grammar fix in tutorial (GH-18425)
Don Kirkby committed
September 17, 2019
D
bpo-37904: Edition on python tutorial - section 4 (GH-16169)
Diego Alberto Barriga Martínez committed
September 16, 2019
A
Doc: remove duplicate word in controlflow tutorial (GH-16163)
Adorilson Bezerra committed
August 23, 2019
R
bpo-30826: Improve control flow examples (GH-15407)
Raymond Hettinger committed
July 8, 2019
J
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
Julien Palard committed
June 1, 2019
M
bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)
Marco Buttu committed
May 29, 2019
P
bpo-36739: Update controlflow.rst (GH-12983)
pbhd committed
May 28, 2019
P
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo committed
J
Doc: Add missing forward reference in the tutorial. (GH-13499)
Julien Palard committed
March 28, 2019
R
Revert "Minor doc improvement (GH-10341)" (GH-12597)
Raymond Hettinger committed
March 27, 2019
A
Minor doc improvement (GH-10341)
Andre Delfino 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
October 31, 2018
S
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka 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
April 25, 2018
N
Mention both relevant PEPs in function annotations tutorial (GH-6304)
Neeraj Badlani committed
March 9, 2018
S
controlflow: Use full example for "5 through 9" (GH-5907)
Steven M. Vascellaro committed
June 27, 2017
R
Clarification to the `break` statement (GH-2453)
regexaurus committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
February 21, 2017
J
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140)
Jim Fasarakis-Hilliard committed
July 29, 2016
M
Issue #26462: Merge code block fixes from 3.5
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 2, 2016
B
Issue #23116: Improve ask_ok() example in the Python tutorial
Berker Peksag committed
B
Issue #23116: Merge from 3.5
Berker Peksag committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
February 15, 2016
G
Minor clarification in tutorial.
Georg Brandl committed
April 13, 2015
Z
Issue #23932: Update the tutorial section on function annotations.
Zachary Ware committed
March 31, 2014
A
Get rid of deprecated IOError in the doc
Andrew Svetlov committed
February 3, 2014
A
Use different word
Andrew Kuchling committed
November 17, 2013
E
Fix indentation in doc example.
Ezio Melotti committed
October 6, 2013
G
Use "lambda expression" as preferred to "lambda form".
Georg Brandl committed
G
Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy.
Georg Brandl committed