summaryrefslogtreecommitdiff
path: root/Lib/test/test_bisect.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)Victor Stinner2017-07-051-0/+1
* bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)Victor Stinner2017-07-041-4/+0
* [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#...Victor Stinner2017-07-031-0/+4
* Issue #16377: fix missed test due to incorrect indentation in test_bisect. T...Mark Dickinson2012-10-311-1/+1
* Issue #14829: Fix bisect issues under 64-bit Windows.Antoine Pitrou2012-05-161-3/+44
* Skip test under 64-bit WindowsAntoine Pitrou2012-05-161-1/+4
* Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+7
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-9/+9
* #3935: properly support list subclasses in the C impl. of bisect.Georg Brandl2008-10-081-0/+11
* Issue 3301: Bisect functions behaved badly when lo was negative.Raymond Hettinger2008-07-101-0/+8
* In test_heapq and test_bisect, test both the Python and the C implementation.Georg Brandl2008-02-231-110/+155
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+10
* Rename test for comparision errors.Raymond Hettinger2004-09-271-1/+1
* Beef-up tests for greater coverage and refcount checking.Raymond Hettinger2004-09-271-1/+59
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-17/+0
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-15/+12
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-2/+1
* Factor out common boilerplate for test_supportRaymond Hettinger2003-04-271-12/+2
* Whitespace normalization.Tim Peters2003-02-191-1/+0
* Let test_random cover the endpoints.Raymond Hettinger2003-01-161-9/+20
* Test optional slice arguments.Raymond Hettinger2003-01-161-4/+14
* Added doctest for examples in the library reference.Raymond Hettinger2003-01-161-0/+60
* Convert to unittest format so that more tests can be added cleanly.Raymond Hettinger2003-01-161-118/+127
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-291-0/+127