COMMITS
/ Lib/test/test_bisect.py February 28, 2026
N
gh-145269: simplify bisect.bisect doc example (#145270)
Nathan Goldbaum committed
September 6, 2022
D
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
Dennis Sweeney committed
May 28, 2022
O
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso committed
October 20, 2020
R
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi committed
March 26, 2013
V
Issue #17516: do not create useless tuple: remove dummy commas in tests
Victor Stinner committed
January 27, 2013
B
Tweak a comment to be in line with Python 3
Brett Cannon committed
January 10, 2013
E
#16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware.
Ezio Melotti committed
October 31, 2012
A
Issue #16377: Fix bisect unittest.
Andrew Svetlov committed
May 16, 2012
A
Forward port additional tests from 2.7 (issue #14829).
Antoine Pitrou committed
April 15, 2012
M
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
October 11, 2008
B
merge from trunk
Benjamin Peterson committed
July 16, 2008
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
February 24, 2008
C
Merged revisions 61003-61033 via svnmerge from
Christian Heimes committed
February 12, 2008
R
Move UserList to collections.
Raymond Hettinger committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
April 15, 2006
T
Fix test_bisect in the same way as test_itertools: iter() blows up a lot
Thomas Wouters committed
October 5, 2005
R
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger committed
September 27, 2004
R
Rename test for comparision errors.
Raymond Hettinger committed
R
Beef-up tests for greater coverage and refcount checking.
Raymond Hettinger committed
January 29, 2004
R
* Move collections.deque() in from the sandbox
Raymond Hettinger committed
January 5, 2004
R
SF Patch #864863: Bisect C implementation
Raymond Hettinger committed
May 1, 2003
W
Combine the functionality of test_support.run_unittest()
Walter Dörwald committed
April 27, 2003
R
Factor out common boilerplate for test_support
Raymond Hettinger committed
February 19, 2003
T
Whitespace normalization.
Tim Peters committed
January 16, 2003
R
Let test_random cover the endpoints.
Raymond Hettinger committed
R
Test optional slice arguments.
Raymond Hettinger committed
R
Added doctest for examples in the library reference.
Raymond Hettinger committed
R
Convert to unittest format so that more tests can be added cleanly.
Raymond Hettinger committed
July 30, 2002
B
Complete the absolute import patch for the test suite. All relative
Barry Warsaw committed
December 29, 2000
T
Fred, THIS NEEDS DOCS! The function docstrings tell the tale.
Tim Peters committed