summaryrefslogtreecommitdiffstats
path: root/Lib/rfc822.py
Commit message (Expand)AuthorAgeFilesLines
* Fix PR#3, submitted by Skip Montanaro: if no space appears after theGuido van Rossum1999-10-061-1/+1
* After much hemming and hawing, we decided to roll back Fred's change.Guido van Rossum1999-09-151-5/+5
* Message.__delitem__(): If the key doesn't exist in the dictionary,Fred Drake1999-09-101-5/+5
* Correct typo in AddressList.__getitem__. By Moshe Zadka.Guido van Rossum1999-09-031-1/+1
* AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch outBarry Warsaw1999-07-121-1/+2
* Barry Scott writes:Guido van Rossum1999-06-151-1/+1
* Message.getheaders(): If there are no matching headers, return anFred Drake1999-06-141-2/+3
* Mike Meyer reports a bug in his patch (several months ago) thatGuido van Rossum1999-04-291-0/+1
* Message.getheader(): Fixed grammatical error in docstring.Fred Drake1999-04-281-1/+26
* Utility function that yields a properly formatted time string.Guido van Rossum1999-04-191-0/+10
* Message.getaddrlist(): This now handles multiple occurances of theBarry Warsaw1999-01-141-12/+21
* Patch by Mike Meyer:Guido van Rossum1998-12-231-5/+19
* Avoid crash in parsedate_tz() on certain invalid dates -- when theGuido van Rossum1998-12-231-1/+3
* Don't use calculations on values gotten from tell(). Also use aGuido van Rossum1998-07-211-4/+11
* Bugfix to ESR's code reported by himself: should use hasattr() to testGuido van Rossum1998-06-221-1/+1
* Add __getitem__ to AddressList object, to make it a sequence.Guido van Rossum1998-06-161-0/+4
* Some extra comments and docstrings, and a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-1/+48
* Support new overridable method, isheader() (ESR).Guido van Rossum1998-06-111-24/+48
* Some changes suggested/provided by Eric Raymond:Guido van Rossum1998-06-101-7/+52
* Neatify the _timezones table and remove a misleading comment aboutGuido van Rossum1998-05-181-12/+5
* Added a __delitem__ to the Message class.Guido van Rossum1998-04-021-0/+22
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-17/+17
* Initialize adlist variable in getrouteaddr(), so an illegal addressGuido van Rossum1998-03-031-0/+1
* Feature added by Bill van Melle: when no timezone is present, assumeGuido van Rossum1998-02-191-7/+14
* Fix sign reversal in mktime_tz discovered by Bill van Melle.Guido van Rossum1998-02-181-1/+1
* Remove unneeded "import re".Guido van Rossum1997-12-111-1/+0
* Doc strings and reformatting with 4 spaces bty Mitch Chapman.Guido van Rossum1997-12-101-609/+661
* New address parser by Ben Escoto replacesGuido van Rossum1997-11-221-125/+247
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-5/+4
* Entirely rewritten parseaddr() function by Sjoerd Mullender.Guido van Rossum1997-09-151-53/+92
* Tweaks by Lars Wirzenius to parse some more forms of illegal dates:Guido van Rossum1997-07-251-2/+5
* Added support for RFC 850 style dates, as used by some HTTP serversGuido van Rossum1996-12-271-0/+4
* Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp.Guido van Rossum1996-12-121-0/+11
* Added support for timezone in date field. getdate_tz() andGuido van Rossum1996-11-201-6/+57
* New, improved parseaddr() by Sjoerd.Guido van Rossum1996-07-301-30/+83
* optimization of getheader() using a dictionaryGuido van Rossum1996-05-281-45/+33
* added seekable option; save unix from lines; speed up islast()Guido van Rossum1995-06-221-12/+24
* Removed >From stuffJack Jansen1995-06-161-2/+1
* Skip old-style 'From name time' lines at beginning of message.Jack Jansen1995-06-131-0/+6
* mhlib.py: delay opening of sequences file so we don't overwrite it whenGuido van Rossum1994-09-091-1/+8
* * Lib/rfc822.py: fix two bugs: error in readheaders interpretingGuido van Rossum1994-08-121-5/+5
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-16/+200
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-5/+3
* New modules mimetools and rfc822.Guido van Rossum1992-07-131-0/+211