Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 |