- 30 Eki, 2010 2 kayıt (commit)
-
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85984 | brian.curtin | 2010-10-30 16:03:18 -0500 (Sat, 30 Oct 2010) | 2 lines Fix #10256 - resource warning ........
-
Brian Curtin yazdı
-
- 17 Nis, 2010 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 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.
-