index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_bisectmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14829: Fix bisect issues under 64-bit Windows.
Antoine Pitrou
2012-05-16
1
-1/+1
*
Improve docstring
Raymond Hettinger
2012-04-27
1
-7/+6
*
Remove accidentally-committed debugging code.
Mark Dickinson
2012-04-15
1
-3/+0
*
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson
2012-04-15
1
-2/+11
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-142/+142
*
Remove unneeded variable assignment.
Brett Cannon
2010-05-03
1
-3/+1
*
#3935: properly support list subclasses in the C impl. of bisect.
Georg Brandl
2008-10-08
1
-2/+2
*
Finish conversion from int to Py_ssize_t.
Raymond Hettinger
2008-07-24
1
-23/+23
*
Issue 3301: Bisect functions behaved badly when lo was negative.
Raymond Hettinger
2008-07-10
1
-0/+8
*
More unconsting.
Martin v. Löwis
2006-02-27
1
-4/+4
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-5/+4
*
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger
2005-10-05
1
-22/+26
*
Any call to insort_{left,right} with a non-list leaked a reference to None
Michael W. Hudson
2004-08-02
1
-6/+10
*
SF Patch #864863: Bisect C implementation
Raymond Hettinger
2004-01-05
1
-0/+228