Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify. | Georg Brandl | 2010-11-05 | 1 | -1/+2 |
| | |||||
* | #8267: Use sorted() to get a sorted list of dict keys. | Georg Brandl | 2010-10-15 | 1 | -2/+2 |
| | |||||
* | Revert r79179 and merge r75584 to explain how to implement a queue using ↵ | Ezio Melotti | 2010-03-31 | 1 | -14/+13 |
| | | | | collection.deque instead of a list. | ||||
* | Mention inefficiency of lists as queues, add link to collections.deque ↵ | Georg Brandl | 2010-03-21 | 1 | -0/+5 |
| | | | | discussion. | ||||
* | Dont shout to users. | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | #5018: remove confusing paragraph. | Georg Brandl | 2009-03-31 | 1 | -7/+5 |
| | |||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
| | |||||
* | remove duplicate target | Benjamin Peterson | 2008-09-13 | 1 | -1/+0 |
| | |||||
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 1 | -0/+1 |
| | |||||
* | update the tutorial to use str.format | Benjamin Peterson | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. | Georg Brandl | 2008-03-28 | 1 | -4/+1 |
| | |||||
* | Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs ↵ | Georg Brandl | 2008-03-21 | 1 | -0/+9 |
| | | | | don't link to them. | ||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -1/+1 |
| | |||||
* | Add a section about nested listcomps to the tutorial. | Georg Brandl | 2007-12-14 | 1 | -0/+42 |
| | | | | Thanks to Ian Bruntlett and Robert Lehmann. | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+617 |