aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/bisect.py
Commit message (Expand)AuthorAge
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-19
* Fix error in docstrings in bisect module (GH-21422)Sergey Golitsynskiy2020-07-11
* bpo-38626: Add comment explaining why __lt__ is used. (GH-16978)Raymond Hettinger2019-10-28
* remove duplicate code in biscet (GH-1270)Chillar Anand2019-04-08
* Issue #28792: Remove aliases from _bisectVictor Stinner2016-11-24
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* Per the language summit, the optional fastpath imports should use from-import...Raymond Hettinger2009-03-31
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-16
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-05
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-04
* removed __all__ from several modulesSkip Montanaro2001-02-18
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-20
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-29
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-02
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-26
* Add optional arguments lo and hi to insort() and bisect(), to supportGuido van Rossum1997-10-07
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-02