16 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
R. David Murray a0b44b5adb #8989: add 'domain' keyword to make_msgid. 15 years ago
Benjamin Peterson ffeda29115 Merged revisions 77389 via svnmerge from 16 years ago
Benjamin Peterson 46a9900e09 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from 16 years ago
Barry Warsaw b742a96c52 Add mktime_tz to __all__. It's documented as being available in email.utils. 17 years ago
Barry Warsaw 47f383d0c0 Add mktime_tz to __all__. It's documented as being available in email.utils. 17 years ago
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
Guido van Rossum 52dbbb9068 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. 18 years ago
Jeremy Hylton 1afc169616 Make a new urllib package . 18 years ago
Barry Warsaw 820c120059 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of 18 years ago
Barry Warsaw 8b2af27dae More email package fixes. 19 years ago
Guido van Rossum 9604e66660 Oops. I copied a slightly older version of the email package from the sandbox. 19 years ago
Guido van Rossum 8b3febef2f Copying the email package back, despite its failings. 19 years ago
Guido van Rossum 6398b7a351 Remove the email package for now. 19 years ago
Guido van Rossum 34d1928766 SF patch# 1770008 by Christian Heimes (plus some extras). 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Tim Peters e718f615b8 Whitespace normalization. 22 years ago
Anthony Baxter 3dd9e46161 Added a usegmt flag to email.Utils.formatdate - this allows it to be 22 years ago
Barry Warsaw bb11386730 Big email 3.0 API changes, with updated unit tests and documentation. 22 years ago
Barry Warsaw 24f79762a1 Update to Python 2.3, getting rid of backward compatiblity crud. 22 years ago
Barry Warsaw 0b6f0d8810 decode_rfc2231(): We need to urllib.unquote() the value even if the 23 years ago
Barry Warsaw a2369928b5 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out 23 years ago
Barry Warsaw 59e98ae1c5 _bdecode(): Remove redundant check. 23 years ago
Barry Warsaw 8e1e7f5468 decode_rfc2231(): RFC 2231 allows leaving out both the charset and 23 years ago
Barry Warsaw 030ddf794f Jason Mastaler's patch to break the dependence on rfc822.py for the 24 years ago
Barry Warsaw 0ebc5c96c5 Docstring consistency with the updated .tex files. 24 years ago
Barry Warsaw 5bdb2bee37 Use True/False everywhere, and other code cleanups. 24 years ago
Barry Warsaw 184d55a897 rfc822.unquote() doesn't properly de-backslash-ify in Python prior to 24 years ago
Barry Warsaw 12566a8826 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 24 years ago
Barry Warsaw 21f77ac0bc Use absolute import paths for intrapackage imports. 24 years ago
Tim Peters 8ac1495a6a Whitespace normalization. 24 years ago
Barry Warsaw 4be9eccbc4 getaddresses(): Like the change in rfc822.py, this one needs to access 24 years ago
Barry Warsaw 8c1aac2476 Complete a merge of the mimelib project and the Python cvs codebases 24 years ago
Barry Warsaw 24fd0252c4 parseaddr(): Don't use rfc822.parseaddr() because this now implies a 24 years ago
Barry Warsaw e1df15c401 AddrlistClass -> AddressList 24 years ago
Barry Warsaw 409a4c08b5 Sync'ing with standalone email package 2.0.1. This adds support for 24 years ago
Barry Warsaw c44d2c52c9 decode(), encode(): Accepting the minor optimizations from SF patch 25 years ago
Barry Warsaw e5739a69a7 formatdate(): Jason Mastaler correctly points out that divmod with a 25 years ago
Barry Warsaw cd45a36959 formatdate(): The calculation of the minutes part of the zone was 25 years ago
Barry Warsaw 9aa6435398 Forgot to import time. 25 years ago
Barry Warsaw 9cff0e604a formatdate(): A better docstring. 25 years ago
Barry Warsaw aa79f4d492 formatdate(): An implementation to replace the one borrowed from 25 years ago
Barry Warsaw e968ead1dd Give me back my page breaks. 25 years ago
Tim Peters 527e64fd68 Whitespace normalization. 25 years ago
Barry Warsaw ba92580f01 The email package version 1.0, prototyped as mimelib 25 years ago