| Commit message (Expand) | Author | Age | Files | Lines |
* | CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean | Barry Warsaw | 2003-01-07 | 1 | -0/+37 |
|
|
* | Jack complained that on test_crlf_separation() was failing on MacOS9 | Barry Warsaw | 2003-01-02 | 1 | -4/+4 |
|
|
* | test_bad_8bit_header(): Tests for optional argument `errors'. See SF | Barry Warsaw | 2002-12-30 | 1 | -0/+11 |
|
|
* | Header.__init__(), .append(): Add an optional argument `errors' which | Barry Warsaw | 2002-12-30 | 1 | -6/+11 |
|
|
* | Actually, make this 2.5a1 since it will include API changes that may | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | Bump to 2.5 | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | TestMIMEAudio.setUp(): Use the email package's copy of the audio test | Barry Warsaw | 2002-12-30 | 1 | -2/+7 |
|
|
* | A copy of the audio test file from Lib/test, needed because some | Barry Warsaw | 2002-12-30 | 1 | -0/+0 |
|
|
* | parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and | Barry Warsaw | 2002-12-30 | 1 | -1/+8 |
|
|
* | test_parsedate_compact(): A test for optional FWS between the comma | Barry Warsaw | 2002-12-30 | 1 | -0/+5 |
|
|
* | A code cleansing pass | Barry Warsaw | 2002-12-30 | 1 | -55/+74 |
|
|
* | Port rfc822.py changes that didn't make it into this copy, | Barry Warsaw | 2002-12-30 | 1 | -21/+35 |
|
|
* | test_name_with_dots(): A new test to ensure that we're implementing | Barry Warsaw | 2002-12-30 | 1 | -0/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 1 | -1/+1 |
|
|
* | parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, | Barry Warsaw | 2002-11-05 | 1 | -9/+22 |
|
|
* | test_no_separating_blank_line(): A test for SF bug #633527, no | Barry Warsaw | 2002-11-05 | 1 | -16/+36 |
|
|
* | A message with no separating blank line between the headers and the | Barry Warsaw | 2002-11-05 | 1 | -0/+4 |
|
|
* | test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug | Barry Warsaw | 2002-11-05 | 1 | -0/+4 |
|
|
* | _parsebody(): A fix for SF bug #631350, where a subobject in a | Barry Warsaw | 2002-11-05 | 1 | -2/+6 |
|
|
* | Test case, distilled from SF bug #631350, where a subobject in a | Barry Warsaw | 2002-11-05 | 1 | -0/+19 |
|
|
* | Bump __version__ (yes, to 2.5 "minus") | Barry Warsaw | 2002-11-05 | 1 | -1/+1 |
|
|
* | Jason Mastaler's patch to break the dependence on rfc822.py for the | Barry Warsaw | 2002-11-05 | 2 | -5/+446 |
|
|
* | test_body_encoding(): a new test for Charset.body_encode(), especially | Barry Warsaw | 2002-10-21 | 1 | -0/+14 |
|
|
* | test_body_encoding(): a new test | Barry Warsaw | 2002-10-21 | 1 | -0/+23 |
|
|
* | body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug | Barry Warsaw | 2002-10-21 | 1 | -1/+1 |
|
|
* | append(): Fixing the test for convertability after consultation with | Barry Warsaw | 2002-10-14 | 1 | -14/+28 |
|
|
* | Two new tests for splitting (or not splitting) 8-bit header data. | Barry Warsaw | 2002-10-14 | 1 | -0/+21 |
|
|
* | Bump the __version__ | Barry Warsaw | 2002-10-14 | 1 | -1/+1 |
|
|
* | __init__(): Fix an invariant, that the charset item in a chunk tuple | Barry Warsaw | 2002-10-14 | 1 | -2/+11 |
|
|
* | _split_header(): If we have a header which is a byte string containing | Barry Warsaw | 2002-10-14 | 1 | -1/+17 |
|
|
* | CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for | Barry Warsaw | 2002-10-14 | 1 | -0/+2 |
|
|
* | _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: | Barry Warsaw | 2002-10-13 | 1 | -23/+22 |
|
|
* | Update the urls and other information about the add-on Japanese, | Barry Warsaw | 2002-10-13 | 1 | -13/+8 |
|
|
* | Bump version number to 2.4.2 to pick up the latest minor bug fixes. | Barry Warsaw | 2002-10-10 | 1 | -1/+1 |
|
|
* | New tests to verify that charsets are case insensitive, and that by | Barry Warsaw | 2002-10-10 | 1 | -0/+34 |
|
|
* | get_content_charset(): RFC 2046 $4.1.2 says charsets are not case | Barry Warsaw | 2002-10-10 | 1 | -4/+6 |
|
|
* | __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. | Barry Warsaw | 2002-10-10 | 1 | -1/+3 |
|
|
* | openfile(): Go back to opening the files in text mode. This undoes | Barry Warsaw | 2002-10-07 | 2 | -2/+2 |
|
|
* | _parsebody(): Use get_content_type() instead of the deprecated | Barry Warsaw | 2002-10-07 | 1 | -5/+6 |
|
|
* | Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it | Barry Warsaw | 2002-10-07 | 1 | -1/+1 |
|
|
* | test__all__(): Fix the import list. | Barry Warsaw | 2002-10-01 | 1 | -4/+4 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-10-01 | 1 | -3/+3 |
|
|
* | _structure(): Swap fp and level arguments. | Barry Warsaw | 2002-10-01 | 1 | -2/+2 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-10-01 | 1 | -6/+15 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-10-01 | 2 | -17/+17 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+4 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+3 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+3 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+3 |
|
|
* | __all__: Updated | Barry Warsaw | 2002-09-30 | 1 | -20/+22 |
|
|