Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -2/+2 |
| | |||||
* | Add optional arguments lo and hi to insort() and bisect(), to support | Guido van Rossum | 1997-10-07 | 1 | -4/+6 |
| | | | | using arrays containing leading or trailing garbage. | ||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -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). |