COMMITS
/ Doc/tutorial/controlflow.rst 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
November 1, 2012
A
Issue #14893: Add function annotation example to function tutorial.
Andrew Svetlov committed
October 16, 2012
C
Issue #16225: Add additional note to tutorial about changing sequence while looping.
Chris Jerdonek committed
August 18, 2012
E
tutorial typo fix
Eli Bendersky committed
August 12, 2012
S
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran committed
June 7, 2012
N
Nudge readers towards a more accurate mental model for loop else clauses
Nick Coghlan committed
December 13, 2011
E
#6570: clarify tutorial section about keyword arguments.
Ezio Melotti committed
August 8, 2011
October 15, 2010
G
Refrain from using inline suites.
Georg Brandl committed
June 27, 2010
G
Wording fix.
Georg Brandl committed
November 23, 2009
M
Merged revisions 76460 via svnmerge from
Mark Dickinson committed
June 8, 2009
G
Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions.
Georg Brandl committed
G
Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
December 27, 2008
December 7, 2008
November 7, 2008
G
Merged revisions 67117-67119,67123-67124,67143 via svnmerge from
Georg Brandl committed
September 13, 2008
G
Forward-port of r66447.
Georg Brandl committed
August 5, 2008
G
#3503: fix print statements in 3k doc.
Georg Brandl committed
June 10, 2008
May 26, 2008
B
Merged revisions 63655 via svnmerge from
Benjamin Peterson committed
May 1, 2008
G
Don't output floats in prime example.
Georg Brandl committed
April 19, 2008
C
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from
Christian Heimes committed
January 21, 2008
G
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
Georg Brandl committed
January 20, 2008
G
Fix now-wrong :keyword: markup. Remove the section about
Georg Brandl committed
January 7, 2008
C
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes committed