COMMITS
/ Lib/test/test_compare.py May 20, 2023
C
gh-56276: Add tests to test_compare (#3199)
Cheryl Sabella committed
August 8, 2019
S
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Serhiy Storchaka committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
January 26, 2015
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
January 6, 2008
G
Issue #1393: object_richcompare() returns NotImplemented instead of
Guido van Rossum committed
March 27, 2007
G
By default, != returns the opposite of ==, unless the latter returns
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
April 30, 2006
N
__coerce__ is gone, there's nothing to test.
Neal Norwitz committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
July 30, 2002
B
Complete the absolute import patch for the test suite. All relative
Barry Warsaw committed
September 4, 2001
G
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum committed
August 16, 2001
T
Repair some accidents causing Windows failures:
Tim Peters committed
August 15, 2001
G
Given a class without __cmp__ or __eq__, cmp() of two instances of
Guido van Rossum committed
January 4, 2001
N
__rcmp__ no longer gets called on instances. Remove the test for it.
Neil Schemenauer committed
January 3, 2001
N
Use == rather than cmp(). The return value of cmp() is not well defined when
Neil Schemenauer committed
January 2, 2001
N
Add more tests for compare and coercion in preparation for the coercion
Neil Schemenauer committed