Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |