- 05 Tem, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
tests.
-
- 01 Agu, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags. ........ r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line Remove trailing whitespace. ........ r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line #5778: document that sys.version can contain a newline. ........ r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module. ........ r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line #8910: add a file explaining why Lib/test/data is there. ........ r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line There always is a False and True now. ........ r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details. ........ r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line Fix "Berkeley" name. ........
-
- 31 Tem, 2010 1 kayıt (commit)
-
-
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. :)
-
- 09 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
message/rfc822 compliance.
-
- 29 Haz, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
New test cases.
-
- 19 May, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 10 Nis, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
non-us-ascii character sets in headers and bodies. Some API changes (with DeprecationWarnings for the old APIs). Better RFC-compliant implementations of base64 and quoted-printable. Updated test cases. Documentation updates to follow (after I finish writing them ;).
-
- 27 Ock, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
subpart.
-
- 25 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
the separating semi-colon shows up on a continuation line (legal, but weird). Bug reported and fixed by Matthew Cowles. Test case and sample email included.
-
- 19 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 09 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
message with multiple CC: fields, used in the get_all() test.
-
- 04 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 26 Eyl, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 23 Eyl, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
suite. Note that other tests can put input data in this directory.
-