Raymond Hettinger
|
e0e082281e
|
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
|
2010-11-06 07:10:31 +00:00 |
Benjamin Peterson
|
b1fb458807
|
Merged revisions 85328 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line
remove author names from prose
........
|
2010-10-09 02:04:15 +00:00 |
Raymond Hettinger
|
d252d0d311
|
Cleanup heapq docs
|
2010-09-01 21:20:07 +00:00 |
Raymond Hettinger
|
fb4c604cac
|
Document implementation notes for priority queues
|
2010-08-07 23:35:52 +00:00 |
Georg Brandl
|
d7d4fd7336
|
builtin -> built-in.
|
2009-07-26 14:37:28 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
32d1408192
|
Add another heapq example.
|
2008-12-04 18:59:16 +00:00 |
Georg Brandl
|
92b70bcc6e
|
Fix duplicate word.
|
2008-10-17 21:41:49 +00:00 |
Georg Brandl
|
e8f1b00372
|
Enable doctest running for several other documents.
We have now over 640 doctests that are run with "make doctest".
|
2008-03-22 22:04:10 +00:00 |
Raymond Hettinger
|
53bdf09343
|
Issue 2274: Add heapq.heappushpop().
|
2008-03-13 19:03:51 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
e7a0990113
|
Add :term:s for iterator.
|
2007-10-21 12:10:28 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |