- 11 Tem, 2009 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 Ock, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Ock, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 22 Nis, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
compatibility classes in the new mailbox.py that I'll be committing in a few minutes. One change has been made: the tests use len(mbox) instead of len(mbox.boxes). The 'boxes' attribute was never documented and contains some internal state that seems unlikely to have been useful.
-
- 24 Tem, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 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. :)
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
-
- 19 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000).
-
- 22 May, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
instead. Allows this test to finish on Windows again.
-
- 21 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
for the Maildir mailbox format. This still does not address other mailbox formats.
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Try to do it for them, so our mkdir() operation doesn't fail.
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-