Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |