summaryrefslogtreecommitdiffstats
path: root/Lib/rfc822.py
Commit message (Collapse)AuthorAgeFilesLines
* mhlib.py: delay opening of sequences file so we don't overwrite it whenGuido van Rossum1994-09-091-1/+8
| | | | | | putsequences is called with a bad argument rfc822.py: better handling of dates with no or bad timezones uu.py: contributed by Lance -- uu{en,de}code
* * Lib/rfc822.py: fix two bugs: error in readheaders interpretingGuido van Rossum1994-08-121-5/+5
| | | | | regex.match() result, and wrong logic in getfirstmatchingheader() when the same header occurs twice consecutively
* 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
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* New modules mimetools and rfc822.Guido van Rossum1992-07-131-0/+211
Minor, minor changes to commands.py and sndhdr.py.