summaryrefslogtreecommitdiffstats
path: root/Modules/_bisectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-143/+143
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-2/+2
* Finish conversion from int to Py_ssize_t.Raymond Hettinger2008-07-241-23/+23
* Issue 3301: Bisect functions behaved badly when lo was negative.Raymond Hettinger2008-07-101-0/+8
* More unconsting.Martin v. Löwis2006-02-271-4/+4
* Use Py_ssize_t for counts and sizes.Martin v. Löwis2006-02-161-2/+2
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-5/+4
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-22/+26
* Any call to insort_{left,right} with a non-list leaked a reference to NoneMichael W. Hudson2004-08-021-6/+10
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-0/+228