index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
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
*
Issue #25210: Add some basic tests for the new exception message
Berker Peksag
2015-10-22
1
-0
/
+25
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-12
/
+12
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-4
/
+1
*
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
1
-0
/
+1
*
Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...
Georg Brandl
2010-03-14
1
-6
/
+6
*
Merged revisions 78249 via svnmerge from
Ezio Melotti
2010-02-20
1
-3
/
+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-9
/
+9
*
remove some more references to __cmp__ #1717
Benjamin Peterson
2008-10-16
1
-2
/
+0
*
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...
Nick Coghlan
2008-07-15
1
-62
/
+2
*
#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