summaryrefslogtreecommitdiffstats
path: root/Modules/_bisectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-311-23/+23
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+8
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+15
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-2/+2
* 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