Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for RFC 850 style dates, as used by some HTTP servers | Guido van Rossum | 1996-12-27 | 1 | -0/+4 |
| | | | | | | | | (such as Netscape-Commerce and CERN). An example of a RFC 850 date: 'Wednesday, 18-Dec-96 21:00:00 GMT' From: Chris Lawrence <quango@themall.net> | ||||
* | Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. | Guido van Rossum | 1996-12-12 | 1 | -0/+11 |
| | |||||
* | Added support for timezone in date field. getdate_tz() and | Guido van Rossum | 1996-11-20 | 1 | -6/+57 |
| | | | | | parsedate_tz() return a 10-tuple, the last field is the tz offset in seconds (e.g. -18000 or -5 hours for EST). | ||||
* | New, improved parseaddr() by Sjoerd. | Guido van Rossum | 1996-07-30 | 1 | -30/+83 |
| | |||||
* | optimization of getheader() using a dictionary | Guido van Rossum | 1996-05-28 | 1 | -45/+33 |
| | |||||
* | added seekable option; save unix from lines; speed up islast() | Guido van Rossum | 1995-06-22 | 1 | -12/+24 |
| | |||||
* | Removed >From stuff | Jack Jansen | 1995-06-16 | 1 | -2/+1 |
| | |||||
* | Skip old-style 'From name time' lines at beginning of message. | Jack Jansen | 1995-06-13 | 1 | -0/+6 |
| | |||||
* | mhlib.py: delay opening of sequences file so we don't overwrite it when | Guido van Rossum | 1994-09-09 | 1 | -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 interpreting | Guido van Rossum | 1994-08-12 | 1 | -5/+5 |
| | | | | | regex.match() result, and wrong logic in getfirstmatchingheader() when the same header occurs twice consecutively | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -16/+200 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -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 Rossum | 1992-07-13 | 1 | -0/+211 |
Minor, minor changes to commands.py and sndhdr.py. |