Ezio Melotti
|
eb72991fbb
|
Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
|
2010-03-31 07:26:24 +00:00 |
Georg Brandl
|
a39f2afe9b
|
Mention inefficiency of lists as queues, add link to collections.deque discussion.
|
2010-03-21 09:37:54 +00:00 |
Georg Brandl
|
a08867d8a1
|
Dont shout to users.
|
2009-03-31 23:01:27 +00:00 |
Georg Brandl
|
354e4cbb1c
|
#5018: remove confusing paragraph.
|
2009-03-31 22:40:16 +00:00 |
Mark Dickinson
|
3e4caeb3bf
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
Georg Brandl
|
7044b11818
|
Remove tabs from the documentation.
|
2009-01-03 21:04:55 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Benjamin Peterson
|
f2a2c796e3
|
remove duplicate target
|
2008-09-13 17:31:08 +00:00 |
Georg Brandl
|
3ce0dee9a3
|
Incorporate some suggestions by Tait Stevens.
|
2008-09-13 17:18:11 +00:00 |
Benjamin Peterson
|
f9ef9881d7
|
update the tutorial to use str.format
|
2008-05-26 00:54:22 +00:00 |
Georg Brandl
|
8ca6c84b6f
|
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
|
2008-03-28 12:22:12 +00:00 |
Georg Brandl
|
9c6c47bf4b
|
Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them.
|
2008-03-21 14:32:33 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
adbda844d0
|
Add a section about nested listcomps to the tutorial.
Thanks to Ian Bruntlett and Robert Lehmann.
|
2007-12-14 19:03:36 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |