Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5b75db5def1890924d914bc36b54e6a120bf2d7
/
Lib
/
test
/
test_richcmp.py
31f5929
Issue #10990: Prevent tests from clobbering a set trace function.
by Brett Cannon
· 14 years ago
89fad14
Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from
by Georg Brandl
· 15 years ago
a11865b
Merged revisions 78249 via svnmerge from
by Ezio Melotti
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
6019208
remove some more references to __cmp__ #1717
by Benjamin Peterson
· 16 years ago
d1abd25
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited
by Nick Coghlan
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
53dbe39
Move UserList to collections.
by Raymond Hettinger
· 17 years ago
5fb7c2a
Merged revisions 59565-59594 via svnmerge from
by Christian Heimes
· 17 years ago
3add4d7
Raise statement normalization in Lib/test/.
by Collin Winter
· 17 years ago
e61fd5b
Patch by Christian Heimes to change self.assert_(x == y) into
by Guido van Rossum
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
75d26cc
Some more test now pass.
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
4dafcc4
- patch #1600346 submitted by Tomer Filiba
by Jack Diederich
· 18 years ago
0fb4376
Must inherit from Exception now.
by Neal Norwitz
· 19 years ago
be3856d
patch [ 1141428 ] more __contains__ tests
by Georg Brandl
· 19 years ago
2b3eb40
Deleting cyclic object comparison.
by Armin Rigo
· 21 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
· 22 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