summaryrefslogtreecommitdiff
path: root/Lib/bisect.py
Commit message (Expand)AuthorAgeFilesLines
* Per the language summit, the optional fastpath imports should use from-import...Raymond Hettinger2009-03-311-1/+1
* Issue 3301: Bisect functions behaved badly when lo was negative.Raymond Hettinger2008-07-101-0/+8
* SF 1602378 Clarify docstrings for bisectRaymond Hettinger2007-04-031-4/+4
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-0/+6
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-4/+4
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-291-4/+60
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-19/+17
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-2/+2
* Add optional arguments lo and hi to insort() and bisect(), to supportGuido van Rossum1997-10-071-4/+6
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-0/+23