summaryrefslogtreecommitdiff
path: root/Lib/test/test_bisect.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17516: do not create useless tuple: remove dummy commas in testsVictor Stinner2013-03-261-4/+4
* Tweak a comment to be in line with Python 3Brett Cannon2013-01-271-1/+1
* #16897: test_bisect now works with unittest test discovery. Initial patch by...Ezio Melotti2013-01-101-77/+35
* Issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
* Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44
* Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+7
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* merge from trunkBenjamin Peterson2008-10-111-0/+11
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-110/+155
* Move UserList to collections.Raymond Hettinger2008-02-121-1/+1
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-6/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+6
* Fix test_bisect in the same way as test_itertools: iter() blows up a lotThomas Wouters2006-04-151-2/+2
* 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