- 20 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 16 Agu, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 14 Agu, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Agu, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Not all code has been fixed yet; this is just a checkpoint... The C API still has PyDict_HasKey() and _HasKeyString(); not sure if I want to change those just yet.
-
- 02 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
after a failed import. This is the last checkin in the "change import failure semantics" series.
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
-
- 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.
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Agu, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
rewrite_file(): Delete both .pyc and .pyo leftovers, and explicitly close the new source file after writing to it.
-
Guido van Rossum yazdı
Original by Alex Coventry (in SF patch #441791), adapted to the standard regression test framework.
-