summaryrefslogtreecommitdiffstats
path: root/Lib/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Issue #12497: Install test/data to prevent failures of the various codecmapsNed Deily2011-07-051-1/+1
| | | | tests.
* #8910: add a file explaining why Lib/test/data is there.Georg Brandl2010-07-311-0/+2
|
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-2331-1182/+0
| | | | | | | | | | | 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. :)
* New files which test the corners of multipart/message andBarry Warsaw2002-07-092-0/+48
| | | | message/rfc822 compliance.
* Another test of long headers.Barry Warsaw2002-06-291-0/+15
|
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-0/+22
| | | | New test cases.
* A test message w/ CRLF line endingsBarry Warsaw2002-05-191-0/+45
|
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-102-0/+127
| | | | | | | | | 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 ;).
* Test case of a singleton multipart; i.e. a multipart/* with only oneBarry Warsaw2002-01-271-0/+8
| | | | subpart.
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-251-0/+46
| | | | | | | | 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.
* Another email package test fileBarry Warsaw2001-10-191-0/+22
|
* Add a test for get_all() returning failobj. msg_20.txt is a sampleBarry Warsaw2001-10-091-0/+22
| | | | message with multiple CC: fields, used in the get_all() test.
* More test data for test_email.pyBarry Warsaw2001-10-042-0/+49
|
* More test messages for test_email.pyBarry Warsaw2001-09-262-0/+135
|
* The test data (mostly example messages) for the email package testBarry Warsaw2001-09-2316-0/+643
suite. Note that other tests can put input data in this directory.