- 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 22 years ago
- 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 22 years ago
- a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 22 years ago
- a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 22 years ago
- 59e98ae _bdecode(): Remove redundant check. by Barry Warsaw · 22 years ago
- 513af77 Fix base class by Barry Warsaw · 22 years ago
- e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 22 years ago
- 21191d3 get_payload(): If we get a low-level binascii.Error when base64 by Barry Warsaw · 22 years ago
- 3efb651 test_broken_base64_payload(): Test for crash in low-level binascii by Barry Warsaw · 22 years ago
- 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 22 years ago
- 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 22 years ago
- 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 22 years ago
- 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 22 years ago
- 8e1e7f5 decode_rfc2231(): RFC 2231 allows leaving out both the charset and by Barry Warsaw · 22 years ago
- 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 22 years ago
- bf7e241 whitespace normalization by Barry Warsaw · 22 years ago
- ce6bf59 _write_headers(), _split_header(): All of the smarts for splitting by Barry Warsaw · 22 years ago
- 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 22 years ago
- 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 22 years ago
- 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 22 years ago
- bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 22 years ago
- f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 22 years ago
- c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 22 years ago
- 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 22 years ago
- 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 22 years ago
- 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 22 years ago
- 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 5c2f153 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 0ed81c3 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 23 years ago
- 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 23 years ago
- 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 23 years ago
- f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 23 years ago
- 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 23 years ago
- 207d1c2 Bump to 2.5 by Barry Warsaw · 23 years ago
- f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 23 years ago
- c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 23 years ago
- ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 23 years ago
- 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 23 years ago
- 5c8fef9 A code cleansing pass by Barry Warsaw · 23 years ago
- 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 23 years ago
- edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 23 years ago
- 6578dc9 Whitespace normalization. by Tim Peters · 23 years ago
- da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 23 years ago
- a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 23 years ago
- 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 23 years ago
- 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 23 years ago
- 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 23 years ago
- 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 23 years ago
- 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 23 years ago
- 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 23 years ago
- 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 23 years ago
- 34aa445 test_body_encoding(): a new test by Barry Warsaw · 23 years ago
- 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 23 years ago
- 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 23 years ago
- a74771c Two new tests for splitting (or not splitting) 8-bit header data. by Barry Warsaw · 23 years ago
- 1a6ea33 Bump the __version__ by Barry Warsaw · 23 years ago
- 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 23 years ago
- 6c2bc46 _split_header(): If we have a header which is a byte string containing by Barry Warsaw · 23 years ago
- 7cd7240 CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for by Barry Warsaw · 23 years ago
- 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 23 years ago
- ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 23 years ago
- c986e54 Bump version number to 2.4.2 to pick up the latest minor bug fixes. by Barry Warsaw · 23 years ago
- dc8087b New tests to verify that charsets are case insensitive, and that by by Barry Warsaw · 23 years ago
- ee07cb1 get_content_charset(): RFC 2046 $4.1.2 says charsets are not case by Barry Warsaw · 23 years ago
- 14fc464 __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. by Barry Warsaw · 23 years ago
- 08c82b8 openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 23 years ago
- 487fe6a _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 23 years ago
- 1d475d3 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 23 years ago
- 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 23 years ago
- 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 23 years ago
- 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 419b284 __all__: Updated by Barry Warsaw · 23 years ago
- 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
- 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 23 years ago
- 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 23 years ago
- d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 23 years ago
- d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 23 years ago
- eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 23 years ago
- c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 23 years ago
- f776e69 Code cleanup and add docstrings. by Barry Warsaw · 23 years ago
- 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 23 years ago
- e03e8f0 Use True/False everywhere. by Barry Warsaw · 23 years ago
- 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 23 years ago
- c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 23 years ago
- bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 23 years ago
- 5f25327 Add a pychecker suppression. by Barry Warsaw · 23 years ago
- 56835dd Use True/False everywhere. by Barry Warsaw · 23 years ago
- 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 23 years ago
- 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 23 years ago