GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_richcmp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-5
/
+5
*
Move UserList to collections.
Raymond Hettinger
2008-02-12
1
-1
/
+1
*
Merged revisions 59565-59594 via svnmerge from
Christian Heimes
2007-12-24
1
-1
/
+61
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-9
/
+9
*
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum
2007-07-11
1
-3
/
+3
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-4
/
+4
*
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