Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
bisect.py
3476d12
Per the language summit, the optional fastpath imports should use from-import-star.
by Raymond Hettinger
· 16 years ago
3cd1e42
Issue 3301: Bisect functions behaved badly when lo was negative.
by Raymond Hettinger
· 17 years ago
7352cf5
SF 1602378 Clarify docstrings for bisect
by Raymond Hettinger
· 18 years ago
0c41027
SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.)
by Raymond Hettinger
· 21 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 24 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
36cdad1
Fred, THIS NEEDS DOCS! The function docstrings tell the tale.
by Tim Peters
· 24 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
8ca8420
A few lines were indented using spaces instead of tabs -- fix them.
by Guido van Rossum
· 27 years ago
d5484fb
Add optional arguments lo and hi to insort() and bisect(), to support
by Guido van Rossum
· 28 years ago
4e16098
Added a _v21 def to FL.py and added two new input field types
by Guido van Rossum
· 33 years ago