Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_richcmp.py
0762788
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
by Florent Xicluna
· 15 years ago
e3467d5
Remove e assertIs definitions and use correct assert* methods.
by Ezio Melotti
· 15 years ago
d10d8ee
Fix various missing import/unbound name errors.
by Georg Brandl
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
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
· 17 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
· 24 years ago
4e8db2e
Since I'm about to check in a change to the recursion-detection code
by Guido van Rossum
· 24 years ago
890f209
Add test for comparing recursive data types.
by Guido van Rossum
· 24 years ago
9710bd5
Add test for misbehaving rich comparisons (always returning 0) --
by Guido van Rossum
· 24 years ago
c4a6e8b
Rich comparison tests
by Guido van Rossum
· 24 years ago