index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_richcmp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some more test now pass.
Guido van Rossum
2007-02-15
1
-1/+1
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-4/+4
*
Must inherit from Exception now.
Neal Norwitz
2006-03-24
1
-2/+2
*
patch [ 1141428 ] more __contains__ tests
Georg Brandl
2005-08-24
1
-2/+2
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
1
-42/+21
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-1/+1
*
Port test_richcmp.py to PyUnit. From SF patch #662807 which additional
Walter Dörwald
2003-04-29
1
-179/+276
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
SF patch #421922: Implement rich comparison for dicts.
Tim Peters
2001-05-08
1
-0/+28
*
Whitespace normalization.
Tim Peters
2001-01-19
1
-1/+1
*
Since I'm about to check in a change to the recursion-detection code
Guido van Rossum
2001-01-18
1
-17/+10
*
Add test for comparing recursive data types.
Guido van Rossum
2001-01-18
1
-1/+42
*
Add test for misbehaving rich comparisons (always returning 0) --
Guido van Rossum
2001-01-18
1
-1/+23
*
Rich comparison tests
Guido van Rossum
2001-01-18
1
-0/+177