summaryrefslogtreecommitdiffstats
path: root/Modules/heapqmodule.c
Commit message (Expand)AuthorAgeFilesLines
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-364/+0
* Make private/local functions staticNeal Norwitz2003-12-131-6/+6
* Change ValueErrors to TypeErrors and add PyList_Check() assertions.Raymond Hettinger2003-11-151-4/+6
* Verify heappop argument is a list.Raymond Hettinger2003-11-151-0/+5
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+357