Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
02c0943ea3778d2b32dd9c293efc2f3b5f9db032
/
Lib
/
test
/
test_richcmp.py
53663a6
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
by Nick Coghlan
· 17 years ago
0b7b6fd
Patch #1549 by Thomas Herve.
by Guido van Rossum
· 18 years ago
5a822fb
Exceptions should inherit from Exception now.
by Neal Norwitz
· 19 years ago
be3856d
patch [ 1141428 ] more __contains__ tests
by Georg Brandl
· 20 years ago
2b3eb40
Deleting cyclic object comparison.
by Armin Rigo
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
721adf9
Port test_richcmp.py to PyUnit. From SF patch #662807 which additional
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
e63415e
SF patch #421922: Implement rich comparison for dicts.
by Tim Peters
· 24 years ago
8880f6d
Whitespace normalization.
by Tim Peters
· 25 years ago
4e8db2e
Since I'm about to check in a change to the recursion-detection code
by Guido van Rossum
· 25 years ago
890f209
Add test for comparing recursive data types.
by Guido van Rossum
· 25 years ago
9710bd5
Add test for misbehaving rich comparisons (always returning 0) --
by Guido van Rossum
· 25 years ago
c4a6e8b
Rich comparison tests
by Guido van Rossum
· 25 years ago