summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/controlflow.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
| | | | Original patch by James Edwards.
* 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
|
* Use 2.x "print" syntax for this example.Georg Brandl2012-11-121-2/+3
|
* Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.Chris Jerdonek2012-10-161-11/+11
|
* Fix typo in tutorialEli Bendersky2012-08-181-1/+1
|
* Issue #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-121-3/+16
| | | | Daniel Ellis.
* Nudge readers towards a more accurate mental model for loop else clauses ↵Nick Coghlan2012-06-071-0/+7
| | | | (Backport from 3.x)
* #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 ↵Georg Brandl2011-08-081-0/+3
| | | | complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least.
* #12092: backport rephrasing of a paragraph in the tutorial.Ezio Melotti2011-05-171-4/+3
|
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line Refrain from using inline suites. ........ r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. ........ r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line #7303: add documentation for useful pkgutil functions and classes. ........ r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line #6798: fix wrong docs for the arguments to several trace events. ........ r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line #4968: updates to inspect.is* function docs. ........ r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line #7790: move table of struct_time members to the actual description of struct_time. ........
* #8267: Use sorted() to get a sorted list of dict keys.Georg Brandl2010-10-151-3/+3
|
* Issue #7369: Fibonacci series should start at 0 in tutorial example.Mark Dickinson2009-11-231-9/+9
|
* #6204: use a real reference instead of "see later".Georg Brandl2009-06-061-1/+1
|
* #6211: elaborate a bit on ways to call the function.Georg Brandl2009-06-061-5/+14
|
* Use preferred form of raising exceptions.Georg Brandl2009-05-301-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-12/+12
|
* pretend exceptions don't exist a while longerBenjamin Peterson2008-12-241-28/+6
|
* Add reference to enumerate() to indices example.Georg Brandl2008-12-041-2/+5
|
* Fix grammar error; reword two paragraphsAndrew M. Kuchling2008-11-061-9/+11
|
* #4247: add "pass" examples to tutorial.Georg Brandl2008-11-061-0/+33
|
* Incorporate some suggestions by Tait Stevens.Georg Brandl2008-09-131-23/+26
|
* revert last revision; code was rightBenjamin Peterson2008-08-021-3/+3
|
* fix indentation that caused logic bugBenjamin Peterson2008-08-021-3/+3
|
* fix spellingBenjamin Peterson2008-05-281-2/+2
|
* update tutorial function with more appropiate one from Eric SmithBenjamin Peterson2008-05-281-2/+2
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-261-2/+2
|
* Typo fixAndrew M. Kuchling2008-04-151-1/+1
|
* Add *,**,@ to index, as suggested byAndrew M. Kuchling2008-04-151-0/+6
| | | | | | | | http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better.
* #997912: acknowledge nested scopes in tutorial.Georg Brandl2008-01-211-4/+5
|
* Add tutorial section about coding style.Georg Brandl2008-01-061-3/+50
|
* Some cleanup in the docs.Georg Brandl2007-12-291-7/+4
|
* Make example about hiding None return values at the prompt clearer.Georg Brandl2007-10-301-1/+2
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+562