summaryrefslogtreecommitdiff
path: root/Lib/bisect.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28792: Remove aliases from _bisectVictor Stinner2016-11-241-4/+4
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Per the language summit, the optional fastpath imports should use from-import...Raymond Hettinger2009-03-311-1/+1
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+8
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-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