COMMITS
/ Modules/_bisectmodule.c October 11, 2008
B
merge from trunk
Benjamin Peterson committed
July 31, 2008
B
Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from
Benjamin Peterson committed
July 16, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
February 27, 2006
M
More unconsting.
Martin v. Löwis committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 5, 2005
R
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger committed
August 2, 2004
M
Any call to insort_{left,right} with a non-list leaked a reference to None
Michael W. Hudson committed
January 5, 2004
R
SF Patch #864863: Bisect C implementation
Raymond Hettinger committed