23 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
R David Murray 875048bd4c #665194: support roundtripping RFC2822 date stamps in the email.utils module 15 years ago
R David Murray accd1c040f #1162477: accept '.' in addition to ':' when parsing time in date header. 15 years ago
R. David Murray 4a62e89728 #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz 15 years ago
R. David Murray 63563cdf9d #9286: Fix the rfc822 parser to preserve whitespace in address local part. 15 years ago
R. David Murray 7f8199a997 Merged revisions 85179 via svnmerge from 16 years ago
R. David Murray 5397e862e2 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. 16 years ago
R. David Murray 1061f18beb Merged revisions 84310 via svnmerge from 16 years ago
R. David Murray 219d1c8ae3 #1194222: make parsedate always return RFC2822 four character years. 16 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 d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Guido van Rossum 49061f7b8f Stomp out more hsa_key() calls. 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Barry Warsaw 602426e3cf parsedate_tz(): Minor cleanup. 20 years ago
Barry Warsaw bb11386730 Big email 3.0 API changes, with updated unit tests and documentation. 22 years ago
Barry Warsaw e8bedeb45b Resolution of bug #997368, "strftime() backward compatibility". 22 years ago
Barry Warsaw 24f79762a1 Update to Python 2.3, getting rid of backward compatiblity crud. 22 years ago
Barry Warsaw efad5880ba AddressList.__str__(): Get rid of useless, and broken method. Closes 23 years ago
Barry Warsaw b5dc39f02c parsedate_tz(): Be slightly more lenient when there's no day of the 23 years ago
Barry Warsaw fa348c876f getaddrlist(): Make sure this consumes all the data, and if there is 23 years ago
Barry Warsaw ba97659f5f parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and 23 years ago
Barry Warsaw 5c8fef903d A code cleansing pass 23 years ago
Barry Warsaw 1fb22bb24f Port rfc822.py changes that didn't make it into this copy, 23 years ago
Barry Warsaw 030ddf794f Jason Mastaler's patch to break the dependence on rfc822.py for the 24 years ago