| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24221: Small optimizations for heapq. | Raymond Hettinger | 2015-05-22 | 1 | -37/+43 |
|
|
* | Tighten-up code by eliminating an unnecessary variable. | Raymond Hettinger | 2015-05-16 | 1 | -10/+8 |
|
|
* | Minor code clean-up. | Raymond Hettinger | 2015-05-16 | 1 | -1/+1 |
|
|
* | More timings suggest that 2500 is closer to the break-even point. | Raymond Hettinger | 2015-05-13 | 1 | -1/+1 |
|
|
* | merge | Raymond Hettinger | 2015-05-12 | 1 | -0/+5 |
|\ |
|
| * | Defend against a mutation during comparison | Raymond Hettinger | 2015-05-12 | 1 | -0/+5 |
|
|
| * | Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. | Raymond Hettinger | 2015-05-02 | 1 | -50/+21 |
|
|
* | | Minor code cleanups. | Raymond Hettinger | 2015-05-12 | 1 | -5/+5 |
|
|
* | | Minor stylistic clean-up. | Raymond Hettinger | 2015-05-11 | 1 | -6/+6 |
|
|
* | | Issue #24155: Optimize heapify for better cache utililzation. | Raymond Hettinger | 2015-05-11 | 1 | -0/+72 |
|
|
* | | Factor common code into internal functions. | Raymond Hettinger | 2014-06-14 | 1 | -41/+55 |
|
|
* | | Issue 21424: Apply the nlargest() optimizations to nsmallest() as well. | Raymond Hettinger | 2014-05-11 | 1 | -73/+19 |
|
|
* | | Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons. | Raymond Hettinger | 2014-05-11 | 1 | -85/+0 |
|
|
* | | Neaten-up a bit add add missing size change check. | Raymond Hettinger | 2014-05-04 | 1 | -6/+11 |
|
|
* | | Simplify and speedup the internals of the heapq module. | Raymond Hettinger | 2014-05-04 | 1 | -71/+36 |
|/ |
|
* | Issue 21375: Fix possible Py_ssizet overflow in heapq. | Raymond Hettinger | 2014-05-03 | 1 | -8/+8 |
|
|
* | Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure | Victor Stinner | 2013-07-17 | 1 | -1/+4 |
|
|
* | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ |
|
| * | Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|
|
* | | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li... | Antoine Pitrou | 2013-03-04 | 1 | -6/+34 |
|\ \
| |/ |
|
| * | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li... | Antoine Pitrou | 2013-03-04 | 1 | -6/+34 |
|
|
* | | Show the function signature in the docstring | Raymond Hettinger | 2013-01-19 | 1 | -3/+3 |
|/ |
|
* | Inline cmp_lt(). | Raymond Hettinger | 2010-09-05 | 1 | -15/+11 |
|
|
* | Fix invalid bytes for UTF-8 | Éric Araujo | 2010-09-03 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -445/+445 |
|
|
* | Remove 2.6 compatibility code: | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -19/+1 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -6/+11 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -16/+45 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -0/+44 |
|
|
* | Use UTF-8 for a docstring that contains non-ASCII chars. | Neal Norwitz | 2007-08-23 | 1 | -3/+4 |
|
|
* | Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over | Thomas Wouters | 2006-02-16 | 1 | -2/+2 |
|
|
* | Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t | Thomas Wouters | 2006-02-16 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -11/+13 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Plug a leak and beef-up test coverage. | Raymond Hettinger | 2004-09-28 | 1 | -4/+12 |
|
|
* | Fix erroneous docstring comment. | Raymond Hettinger | 2004-09-06 | 1 | -2/+3 |
|
|
* | Improve the documented advice on how to best use heapq.heapreplace(). | Raymond Hettinger | 2004-06-20 | 1 | -1/+2 |
|
|
* | Reverse argument order for nsmallest() and nlargest(). | Raymond Hettinger | 2004-06-15 | 1 | -2/+2 |
|
|
* | Fixup error exits in nlargest() and nsmallest(). | Raymond Hettinger | 2004-06-13 | 1 | -8/+16 |
|
|
* | Install C version of heapq.nsmallest(). | Raymond Hettinger | 2004-06-13 | 1 | -5/+162 |
|
|
* | Install C version of heapq.nlargest(). | Raymond Hettinger | 2004-06-12 | 1 | -0/+76 |
|
|
* | Correct the file name of _heapq module. | Hye-Shik Chang | 2004-04-25 | 1 | -0/+364 |
|
|