summaryrefslogtreecommitdiffstats
path: root/Lib/bisect.py
Commit message (Collapse)AuthorAgeFilesLines
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-19/+17
| | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
* 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
| | | | using arrays containing leading or trailing garbage.
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-0/+23
Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).