- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 09 Nis, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
why this breaks on openbsd sometimes.
-
- 30 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed.
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
mostly changes of / operators into //. Once or twice I did more or less than recommended.
-
- 16 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
+ test_compare. While None compares less than anything else, it's not always the case that None has the smallest id(). + test_descr. The output of %p (pointer) formats varies across platforms. In particular, on Windows it doesn't produce a leading "0x".
-
- 15 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
that class should compare the id() of those instances. Add a test that verifies this. This test currently fails; I believe this is caused by object.c:2.132 (Patch #424475 by loewis).
-
- 04 Ock, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 03 Ock, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
comparing different types.
-
- 02 Ock, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
overhaul. Closes SF patch #102878.
-