| Commit message (Expand) | Author | Age | Files | Lines |
* | Exceptions should 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 |
|
|