- 17 Haz, 2005 1 kayıt (commit)
-
-
Skip Montanaro yazdı
posixmodule.c 2.335. Really should be considered part of patch #1103951.
-
- 06 Haz, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 01 May, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 18 Mar, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
getlogin() can fail for too many reasons, so remove the test
-
- 23 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Don't bother testing os.getlogin() if we aren't running from a tty (terminal) It fails when run without a tty (e.g., when run from cron).
-
- 17 Şub, 2003 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Tim Peters yazdı
import from test.test_support instead of directly from test_support.
-
Neal Norwitz yazdı
Remove PyArg_ParseTuple() for methods which take no args, use METH_NOARGS instead
-