- 03 Agu, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 06 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Mar, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 10 May, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 01 Nis, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
of effort to do so.
-
- 09 Nis, 2006 1 kayıt (commit)
-
-
Anthony Baxter yazdı
to load extension modules and now provides the dl module. As a result, sys.setdlopenflags() now works correctly on these systems. (SF patch #1454844)
-
- 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. :)
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
building under Cygwin. Makes some fixes to the dlmodule in order to compile with Cygwin.
-
- 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.
-
- 04 Agu, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
to signify a test that should be marked as 'skipped' rather than 'failed'. Also 'document' it, in README.
-
- 23 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
2. When no test case worked, raise ImportError instead of failing.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
random things.
-
- 20 Ara, 1996 2 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.
-
Guido van Rossum yazdı
-
- 16 Ara, 1996 1 kayıt (commit)
-
-
Roger E. Masse yazdı
-
- 13 Ara, 1996 1 kayıt (commit)
-
-
Roger E. Masse yazdı
I've attempted to make a test that silently exits if either module dl is not present, we're not on a Sun OS, or a standard shared library ('/usr/lib/libresolv.so') is not found... Otherwise, It does a simple test of dlmodule on that library. I *think* this would be ok to add to testall.py but I'll wait till I hear some feedback on the liberalness of this approach.
-