- 05 Kas, 2002 4 kayıt (commit)
-
-
Barry Warsaw yazdı
separating blank line between a header block and body text. Tests both lax and strict parsing.
-
Barry Warsaw yazdı
body. A test message for SF bug #633527.
-
Barry Warsaw yazdı
#631350, where a subobject in a multipart/digest isn't a message/rfc822.
-
Barry Warsaw yazdı
multipart/digest isn't a message/rfc822. This is legal, but counter to recommended practice in RFC 2046, $5.1.5.
-
- 21 Eki, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
one that tests the obscure bug reported in SF # 625509.
-
Barry Warsaw yazdı
-
- 14 Eki, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
default get_body_encoding() cannot be SHORTEST.
-
- 07 Eki, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
the change in revision 1.11 (test_email.py) in response to SF bug #609988. We now think that was the wrong fix and that WinZip was the real culprit there.
-
- 01 Eki, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 30 Eyl, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Python 2.1.3. However it's required by the email tests suite, so poke it into the encodings aliases if it's missing. The is apparently the approved API for doing so. Now we can remove the hexversion shortcircuits in the test suite.
-
- 28 Eyl, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
doesn't know about the ansi-x3.4-1968 charset so skip two tests that rely on that (msg_32.txt and msg_33.txt).
-
Barry Warsaw yazdı
some of the test values which change because of this.
-
- 26 Eyl, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
controversy.
-
Barry Warsaw yazdı
project, and with assistance from Oleg Broytmann. Specifically, added some new tests to make sure we handle RFC 2231 encoded parameters correctly. Two new data files were added which contain RFC 2231 encoded parameters.
-
- 18 Eyl, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
failures on Windows. Closes SF bug # 609988.
-
- 11 Eyl, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
de-backslash-ifying.
-
- 10 Eyl, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
broken wrapping of long ASCII headers.
-
Barry Warsaw yazdı
-
- 06 Eyl, 2002 3 kayıt (commit)
-
-
Barry Warsaw yazdı
Oleg Broytmann in SF patch #600096. Whitespace normalized by Barry.
-
Barry Warsaw yazdı
the previous RFC 2045, $5.2 repair to get_content_type() this subpart's type will now be text/plain.
-
Barry Warsaw yazdı
-
- 27 Agu, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 20 Agu, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
email 2.2 but fails in email 1.0.
-
- 23 Tem, 2002 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
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. :)
-
- 21 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
from test.test_support import TestSkipped, run_unittest to from test_support import TestSkipped, run_unittest Otherwise, if the Japanese codecs aren't installed, regrtest doesn't believe the TestSkipped exception raised by this test matches the except (ImportError, test_support.TestSkipped), msg: it's looking for, and reports the skip as a crash failure instead of as a skipped test. I suppose this will make it harder to run this test outside of regrtest, but under the assumption only Barry does that, better to make it skip cleanly for everyone else.
-
- 19 Tem, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
(i.e. email.test), so move the guts of them here from Lib/test. The latter directory will retain stubs to run the email.test tests using Python's standard regression test. test_email_torture.py is a torture tester which will not run under Python's test suite because I don't want to commit megs of data to that project (it will fail cleanly there). When run under the mimelib project it'll stress test the package with megs of message samples collected from various locations in the wild.
-
Barry Warsaw yazdı
(i.e. email.test), so move the guts of them here from Lib/test. The latter directory will retain stubs to run the email.test tests using Python's standard regression test. test_email_torture.py is a torture tester which will not run under Python's test suite because I don't want to commit megs of data to that project (it will fail cleanly there). When run under the mimelib project it'll stress test the package with megs of message samples collected from various locations in the wild. email/test/data is a copy of Lib/test/data. The fate of the latter is still undecided.
-