- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 25 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
You might want to review this change as it's my first time. Be gentle. :-)
-
- 07 Nis, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 26 Mar, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
ascii seems like the safest bet that it will exist. I wonder if utf-8 would be a better choice? This should get test_fileinput passing on OpenBSD.
-
- 19 Şub, 2006 5 kayıt (commit)
-
-
Tim Peters yazdı
implicit assumptions that there's no difference between text and binary modes.
-
Georg Brandl yazdı
be used to control how files are opened.
-
Georg Brandl yazdı
specifying the file mode input files should be opened with.
-
Georg Brandl yazdı
current file number.
-
Georg Brandl 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. :)
-
- 11 Tem, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
New test_fileinput.py from Nick Mathewson, fiddled to use TESTFN and sundry style nits.
-