summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/controlflow.rst
Commit message (Collapse)AuthorAgeFilesLines
* #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