summaryrefslogtreecommitdiffstats
path: root/Modules/heapqmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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