aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_heapq.py
Commit message (Expand)AuthorAge
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-13
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-23
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-06
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Pablo Galindo2020-01-23
* bpo-19119: Remove invalid test and rename a misnamed test (GH-15442)Raymond Hettinger2019-08-23
* bpo-29984: Improve 'heapq' test coverage (GH-992)Rob Day2019-05-31
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-24
* Extend test coverage to include heapifying large heapsRaymond Hettinger2015-05-12
* Factor common code into internal functions.Raymond Hettinger2014-06-14
* Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-30
* Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.Raymond Hettinger2014-05-11
* Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.Raymond Hettinger2014-05-11
* Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-14
* Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...Antoine Pitrou2013-03-04
|\
| * Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...Antoine Pitrou2013-03-04
* | #16748: test_heapq now works with unittest test discovery.Ezio Melotti2013-01-02
|/
* Merge with 3.1.Ezio Melotti2011-05-09
|\
| * Some more tests were incorrectly marked as C specific.Ezio Melotti2011-05-09
* | #11910: merge with 3.1.Ezio Melotti2011-05-09
|\|
| * #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-09
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | Some tests were incorrectly marked as C specific.Ezio Melotti2011-05-09
* | Issue 3051: make pure python code pass the same tests as the C version.Raymond Hettinger2011-04-13
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-30
|/
* Merged revisions 71799 via svnmerge fromNick Coghlan2009-04-22
* Merged revisions 71465 via svnmerge fromNick Coghlan2009-04-11
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* Remove 2.6 compatibility code:Amaury Forgeot d'Arc2008-06-17
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-17
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-17
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-13
* Issues 2186 and 2187. Move map() from itertools to builtins.Raymond Hettinger2008-03-13
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-24
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* Add key= argument to heapq.nsmallest() and heapq.nlargest().Raymond Hettinger2004-12-02
* Fix argument order in pure python version of nsmallest() and nlargest().Raymond Hettinger2004-11-29
* Plug a leak and beef-up test coverage.Raymond Hettinger2004-09-28
* Whitespace normalization.Tim Peters2004-07-08
* Exercise some error conditionsNeal Norwitz2004-07-08
* Reverse argument order for nsmallest() and nlargest().Raymond Hettinger2004-06-15
* Install C version of heapq.nsmallest().Raymond Hettinger2004-06-13