- f3c5f5c After much hemming and hawing, we decided to roll back Fred's change. by Guido van Rossum · 25 years ago
- 81ffe75 Message.__delitem__(): If the key doesn't exist in the dictionary, by Fred Drake · 25 years ago
- a07934e Correct typo in AddressList.__getitem__. By Moshe Zadka. by Guido van Rossum · 25 years ago
- 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
- b184487 Barry Scott writes: by Guido van Rossum · 25 years ago
- cbfa5cb Message.getheaders(): If there are no matching headers, return an by Fred Drake · 25 years ago
- b08f51b Mike Meyer reports a bug in his patch (several months ago) that by Guido van Rossum · 26 years ago
- ddf22c4 Message.getheader(): Fixed grammatical error in docstring. by Fred Drake · 26 years ago
- 247a78a Utility function that yields a properly formatted time string. by Guido van Rossum · 26 years ago
- 8a57843 Message.getaddrlist(): This now handles multiple occurances of the by Barry Warsaw · 26 years ago
- db01ee0 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
- 99e1131 Avoid crash in parsedate_tz() on certain invalid dates -- when the by Guido van Rossum · 26 years ago
- 052969a Don't use calculations on values gotten from tell(). Also use a by Guido van Rossum · 26 years ago
- 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
- 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
- 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
- e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 26 years ago
- c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 26 years ago
- 67133e2 Neatify the _timezones table and remove a misleading comment about by Guido van Rossum · 27 years ago
- 75d92c1 Added a __delitem__ to the Message class. by Guido van Rossum · 27 years ago
- 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
- 9e43adb Initialize adlist variable in getrouteaddr(), so an illegal address by Guido van Rossum · 27 years ago
- a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 27 years ago
- 00455b7 Fix sign reversal in mktime_tz discovered by Bill van Melle. by Guido van Rossum · 27 years ago
- 9e32666 Remove unneeded "import re". by Guido van Rossum · 27 years ago
- 9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. by Guido van Rossum · 27 years ago
- be7c45e New address parser by Ben Escoto replaces Sjoerd Mullender's parseaddr() by Guido van Rossum · 27 years ago
- 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
- 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
- 9a876a4 Tweaks by Lars Wirzenius to parse some more forms of illegal dates: by Guido van Rossum · 27 years ago
- c17a268 Added support for RFC 850 style dates, as used by some HTTP servers by Guido van Rossum · 28 years ago
- 6cdd7a0 Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. by Guido van Rossum · 28 years ago
- 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
- 3534a89 New, improved parseaddr() by Sjoerd. by Guido van Rossum · 28 years ago
- a13edb4 optimization of getheader() using a dictionary by Guido van Rossum · 28 years ago
- 92457b9 added seekable option; save unix from lines; speed up islast() by Guido van Rossum · 29 years ago
- e5e2cdd Removed >From stuff by Jack Jansen · 29 years ago
- 3a15dca Skip old-style 'From name time' lines at beginning of message. by Jack Jansen · 29 years ago
- 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago
- 3f9a6ec * Lib/rfc822.py: fix two bugs: error in readheaders interpreting by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
- 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago