summaryrefslogtreecommitdiffstats
path: root/Lib/multifile.py
Commit message (Collapse)AuthorAgeFilesLines
* # Make tabnanny happy.Guido van Rossum1998-06-291-3/+3
|
* Improved by Eric Raymond.Guido van Rossum1998-06-291-18/+29
|
* Patch by Eric Raymond: add an optional 'seekable' flag to theGuido van Rossum1998-06-231-11/+23
| | | | | MultiFile constructor, and only do the posstack bookkeeping when it is true.
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-9/+9
|
* Support 'whence' parameter to seek().Guido van Rossum1998-03-251-2/+11
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+11
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
| | | | | | | 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 module to support decoding multipart messages (also see mimetools).Guido van Rossum1992-07-131-0/+118