- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 22 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
like the one I just fixed to come back and haunt us.
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 18 Ara, 2000 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 07 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
it should raise gdbm.error.
-
- 20 Ara, 1996 1 kayıt (commit)
-
-
Roger E. Masse yazdı
'verbose' flag ala GvR updated test harness architecture. Old way: verbose = 0 if __name__ == '__main__': verbose = 1 New way: from test_support import verbose Some other small readablility and functionality updates.
-
- 17 Ara, 1996 1 kayıt (commit)
-
-
Roger E. Masse yazdı
-