summaryrefslogtreecommitdiff
path: root/Doc/library/heapq.rst
Commit message (Expand)AuthorAgeFilesLines
* fix dangling keyfunc examples in documentation of heapq and sorted (#1432)Wolfgang Maier2018-10-151-5/+5
* bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)Raymond Hettinger2018-01-111-0/+11
* Docs: Add note regarding "reversed" flag in heapq.merge (#300)Adam Niederer2017-03-051-1/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-2/+2
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-141-2/+4
|\
| * Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-141-2/+4
* | mergeRaymond Hettinger2014-12-111-2/+2
|\ \ | |/
| * Issue 23005: Fix typosRaymond Hettinger2014-12-111-2/+2
* | #22237: merge with 3.4.Ezio Melotti2014-10-281-1/+3
|\ \ | |/
| * #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-281-1/+3
* | Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-301-1/+13
|/
* Issue #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-151-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
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+2
* #10511: clarification of what heaps are; suggested by Johannes Hoff.Georg Brandl2010-11-231-5/+6
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* remove author names from proseBenjamin Peterson2010-10-091-3/+0
* Cleanup heapq docsRaymond Hettinger2010-09-011-37/+37
* Fix typoRaymond Hettinger2010-08-071-1/+1
* Document implementation notes for priority queuesRaymond Hettinger2010-08-071-0/+62
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* More conversion to new-style optional args.Georg Brandl2009-05-171-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-0/+15
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-1/+1
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-1/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-2/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-0/+7
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-4/+0
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-2/+2
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-13/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+224