Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 23005: Fix typos | Raymond Hettinger | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | #22237: document that sorted() is guaranteed to be stable. Initial patch by ↵ | Ezio Melotti | 2014-10-28 | 1 | -1/+3 |
| | | | | Martin Panter. | ||||
* | Issue #18471: Fix typo in heapq documentation (reported by François Pinard). | Ned Deily | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | Clean-up and improve the priority queue example in the heapq docs. | Raymond Hettinger | 2011-10-09 | 1 | -25/+25 |
| | |||||
* | Fix bug in heapq priority queue example. | Georg Brandl | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -5/+4 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Fix closes Issue12722 - link heapq source in the text format in the ↵ | Senthil Kumaran | 2011-08-10 | 1 | -1/+1 |
| | | | | documentation. | ||||
* | Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line #10460: Update indent.pro to match PEP 7 better. ........ r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line #10439: document PyCodec C APIs. ........ r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line #10460: an even better indent.pro. ........ r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. ........ r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line #10468: document Unicode exception creation and access functions. ........ r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines #10511: clarification of what heaps are; suggested by Johannes Hoff. ........ r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line assert.h is also included. Thanks to Savio Sena. ........ | ||||
* | Add more links to Python sources where the code is short, readable and an ↵ | Raymond Hettinger | 2010-11-06 | 1 | -0/+5 |
| | | | | informative adjunct to the docs. | ||||
* | Merged revisions 85328 via svnmerge from | Benjamin Peterson | 2010-10-09 | 1 | -3/+0 |
| | | | | | | | | | | 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 ........ | ||||
* | Cleanup heapq docs | Raymond Hettinger | 2010-09-01 | 1 | -37/+37 |
| | |||||
* | Document implementation notes for priority queues | Raymond Hettinger | 2010-08-07 | 1 | -0/+63 |
| | |||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Add another heapq example. | Georg Brandl | 2008-12-04 | 1 | -0/+15 |
| | |||||
* | Fix duplicate word. | Georg Brandl | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -2/+1 |
| | | | | We have now over 640 doctests that are run with "make doctest". | ||||
* | Issue 2274: Add heapq.heappushpop(). | Raymond Hettinger | 2008-03-13 | 1 | -0/+7 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -4/+0 |
| | |||||
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+224 |