Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Restore the pure python version of heapq.py. | Raymond Hettinger | 2004-04-19 | 1 | -364/+0 |
| | | | | * Mark the C version as private and only use when available. | ||||
* | Make private/local functions static | Neal Norwitz | 2003-12-13 | 1 | -6/+6 |
| | |||||
* | Change ValueErrors to TypeErrors and add PyList_Check() assertions. | Raymond Hettinger | 2003-11-15 | 1 | -4/+6 |
| | |||||
* | Verify heappop argument is a list. | Raymond Hettinger | 2003-11-15 | 1 | -0/+5 |
| | |||||
* | Convert heapq.py to a C implementation. | Raymond Hettinger | 2003-11-08 | 1 | -0/+357 |