Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
81a0450cb55ac0887c8d59b5750f66aa00bd8be1
/
Lib
/
test
/
test_bisect.py
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
f3776a1
#3935: properly support list subclasses in the C impl. of bisect.
by Georg Brandl
· 17 years ago
3cd1e42
Issue 3301: Bisect functions behaved badly when lo was negative.
by Raymond Hettinger
· 17 years ago
0bb8567
In test_heapq and test_bisect, test both the Python and the C implementation.
by Georg Brandl
· 17 years ago
cc9a951
SF #1313496: bisect C replacement doesn't accept named args
by Raymond Hettinger
· 20 years ago
630e535
Rename test for comparision errors.
by Raymond Hettinger
· 21 years ago
6325178
Beef-up tests for greater coverage and refcount checking.
by Raymond Hettinger
· 21 years ago
756b3f3
* Move collections.deque() in from the sandbox
by Raymond Hettinger
· 22 years ago
0c41027
SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.)
by Raymond Hettinger
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
9dcbbea
Factor out common boilerplate for test_support
by Raymond Hettinger
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
6aa1c3f
Let test_random cover the endpoints.
by Raymond Hettinger
· 23 years ago
a9f18dc
Test optional slice arguments. Add backwards compatibility test.
by Raymond Hettinger
· 23 years ago
4422375
Added doctest for examples in the library reference.
by Raymond Hettinger
· 23 years ago
d230550
Convert to unittest format so that more tests can be added cleanly.
by Raymond Hettinger
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
36cdad1
Fred, THIS NEEDS DOCS! The function docstrings tell the tale.
by Tim Peters
· 25 years ago