Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6204: use a real reference instead of "see later". | Georg Brandl | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | #6211: elaborate a bit on ways to call the function. | Georg Brandl | 2009-06-06 | 1 | -5/+14 |
| | |||||
* | Use preferred form of raising exceptions. | Georg Brandl | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -12/+12 |
| | |||||
* | pretend exceptions don't exist a while longer | Benjamin Peterson | 2008-12-24 | 1 | -28/+6 |
| | |||||
* | Add reference to enumerate() to indices example. | Georg Brandl | 2008-12-04 | 1 | -2/+5 |
| | |||||
* | Fix grammar error; reword two paragraphs | Andrew M. Kuchling | 2008-11-06 | 1 | -9/+11 |
| | |||||
* | #4247: add "pass" examples to tutorial. | Georg Brandl | 2008-11-06 | 1 | -0/+33 |
| | |||||
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 1 | -23/+26 |
| | |||||
* | revert last revision; code was right | Benjamin Peterson | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | fix indentation that caused logic bug | Benjamin Peterson | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | fix spelling | Benjamin Peterson | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | update tutorial function with more appropiate one from Eric Smith | Benjamin Peterson | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | update the tutorial to use str.format | Benjamin Peterson | 2008-05-26 | 1 | -2/+2 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | Add *,**,@ to index, as suggested by | Andrew M. Kuchling | 2008-04-15 | 1 | -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 Brandl | 2008-01-21 | 1 | -4/+5 |
| | |||||
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 1 | -3/+50 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -7/+4 |
| | |||||
* | Make example about hiding None return values at the prompt clearer. | Georg Brandl | 2007-10-30 | 1 | -1/+2 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+562 |