1. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  2. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  3. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  4. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  5. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  6. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  7. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  8. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  9. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 13 years ago
  10. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  11. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  12. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  13. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 13 years ago
  14. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 14 years ago
  15. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  16. 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 14 years ago
  17. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago
  18. 6f0022d Fix formatting of values with embedded newlines when rfc2047 encoding by R. David Murray · 14 years ago
  19. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  20. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 14 years ago
  21. 5723d22 Merged revisions 87567 via svnmerge from by R. David Murray · 14 years ago
  22. 4c1da4c Fix a comment typo and update another comment to match Python3 reality by R. David Murray · 14 years ago
  23. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  24. e06528c Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
  25. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  26. 1c25de6 Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  27. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  28. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  29. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  30. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  31. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  32. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  33. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  34. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  35. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  36. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  37. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (98%) from Lib/email/Header.py]
  38. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  39. 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 20 years ago
  40. 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  41. ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 21 years ago
  42. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 21 years ago
  43. 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 22 years ago
  44. 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 22 years ago
  45. 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 22 years ago
  46. 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 22 years ago
  47. bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 22 years ago
  48. 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 22 years ago
  49. 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 22 years ago
  50. e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
  51. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  52. 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
  53. 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago
  54. 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 22 years ago
  55. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  56. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  57. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  58. 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
  59. 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
  60. 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
  61. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  62. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  63. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  64. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  65. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  66. 812031b Fixed a bug in the splitting of lines, and improved the splitting for by Barry Warsaw · 22 years ago
  67. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago