summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/controlflow.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)Julien Palard2019-07-081-1/+1
* bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)Marco Buttu2019-06-011-10/+16
* bpo-36739: Update controlflow.rst (GH-12983)pbhd2019-05-291-3/+5
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-0/+170
* Doc: Add missing forward reference in the tutorial. (GH-13499)Julien Palard2019-05-281-3/+3
* Revert "Minor doc improvement (GH-10341)" (GH-12597)Raymond Hettinger2019-03-281-2/+2
* Minor doc improvement (GH-10341)Andre Delfino2019-03-271-2/+2
* bpo-35566: Add links to annotation glossary term (GH-11291)Cheryl Sabella2018-12-241-4/+4
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-17/+17
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-2/+2
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-2/+2
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-3/+4
* Mention both relevant PEPs in function annotations tutorial (GH-6304)Neeraj Badlani2018-04-251-2/+2
* controlflow: Use full example for "5 through 9" (GH-5907)Steven M. Vascellaro2018-03-091-1/+1
* Clarification to the `break` statement (GH-2453)regexaurus2017-06-271-1/+1
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-1/+1
* bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-...Jim Fasarakis-Hilliard2017-02-211-6/+5
* Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-1/+3
|\
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
* | Issue #23116: Merge from 3.5Berker Peksag2016-06-021-3/+3
|\ \ | |/
| * Issue #23116: Improve ask_ok() example in the Python tutorialBerker Peksag2016-06-021-3/+3
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
* | Minor clarification in tutorial.Georg Brandl2016-02-151-0/+3
|/
* Issue #23932: Update the tutorial section on function annotations.Zachary Ware2015-04-131-11/+10
* Get rid of deprecated IOError in the docAndrew Svetlov2014-03-311-1/+1
* Use different wordAndrew Kuchling2014-02-031-2/+1
* Fix indentation in doc example.Ezio Melotti2013-11-171-5/+5
* Use "lambda expression" as preferred to "lambda form".Georg Brandl2013-10-061-1/+1
* Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy.Georg Brandl2013-10-061-11/+18
* Issue #14893: Add function annotation example to function tutorial.Andrew Svetlov2012-11-011-0/+34
* Issue #16225: Add additional note to tutorial about changing sequence while l...Chris Jerdonek2012-10-161-11/+11
* tutorial typo fixEli Bendersky2012-08-181-1/+1
* Issue #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-121-3/+16
* Nudge readers towards a more accurate mental model for loop else clausesNick Coghlan2012-06-071-0/+7
* #6570: clarify tutorial section about keyword arguments.Ezio Melotti2011-12-131-18/+23
* Confirm that the prime example is actually correct. We get so many complaint...Georg Brandl2011-08-081-0/+3
* Refrain from using inline suites.Georg Brandl2010-10-151-2/+4
* Wording fix.Georg Brandl2010-06-271-4/+1
* Merged revisions 76460 via svnmerge fromMark Dickinson2009-11-231-9/+9
* Elaborate encoding recommendations, and fix ambiguous wording for list compre...Georg Brandl2009-06-081-1/+6
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-081-5/+13
* Remove trailing whitespace.Georg Brandl2009-01-031-26/+26
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-28/+6
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-2/+6
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-071-0/+35
* Forward-port of r66447.Georg Brandl2008-09-131-24/+27
* #3503: fix print statements in 3k doc.Georg Brandl2008-08-051-1/+1
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-2/+2
* Merged revisions 63655 via svnmerge fromBenjamin Peterson2008-05-261-2/+2