summaryrefslogtreecommitdiffstats
path: root/Doc/library/heapq.rst
Commit message (Collapse)AuthorAgeFilesLines
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
| | | | This affects documentation and code comments.
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-2/+2
| | | | to SilentGhost for the patch.
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
| | | | | | | | The current documentation only mentions heap[0] as the smallest element in the beginning, and not in any of the methods' docs. There's no method to access the minimal element without popping it, and the documentation of nsmallest is confusing because it may suggest that min() is the way to go for n==1. default
* Issue 23005: Fix typosRaymond Hettinger2014-12-121-2/+2
|
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ↵Ezio Melotti2014-10-281-1/+3
| | | | Martin Panter.
* Issue #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
|
* Clean-up and improve the priority queue example in the heapq docs.Raymond Hettinger2011-10-091-25/+25
|
* Fix bug in heapq priority queue example.Georg Brandl2011-09-181-1/+1
|
* Backport source links from 3.x.Éric Araujo2011-08-191-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 Kumaran2011-08-101-1/+1
| | | | documentation.
* Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge fromGeorg Brandl2010-11-261-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 Hettinger2010-11-061-0/+5
| | | | informative adjunct to the docs.
* Merged revisions 85328 via svnmerge fromBenjamin Peterson2010-10-091-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 docsRaymond Hettinger2010-09-011-37/+37
|
* Document implementation notes for priority queuesRaymond Hettinger2010-08-071-0/+63
|
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* Add another heapq example.Georg Brandl2008-12-041-0/+15
|
* Fix duplicate word.Georg Brandl2008-10-171-1/+1
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-2/+1
| | | | We have now over 640 doctests that are run with "make doctest".
* Issue 2274: Add heapq.heappushpop().Raymond Hettinger2008-03-131-0/+7
|
* Some cleanup in the docs.Georg Brandl2007-12-291-4/+0
|
* Add :term:s for iterator.Georg Brandl2007-10-211-2/+2
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+224