summaryrefslogtreecommitdiff
path: root/Lib/multifile.py
Commit message (Expand)AuthorAgeFilesLines
* Stacks based on lists work better and read more clearly when theyRaymond Hettinger2004-05-041-8/+7
* Back out multifile.py 1.19 and 1.20. Fixes #514676.Martin v. Löwis2002-09-221-16/+1
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-301-2/+1
* Martijn Pieters convinced me that when readline() strips the trailingGuido van Rossum2001-10-051-2/+5
* SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLFGuido van Rossum2001-09-181-1/+13
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-021-2/+0
* Multifile.read(): Fix a broken conversion to string methods.Fred Drake2001-03-121-1/+1
* String method conversion.Eric S. Raymond2001-02-091-6/+2
* added several more __all__ listsSkip Montanaro2001-02-061-0/+2
* Whitespace normalization.Tim Peters2001-01-141-130/+130
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-231-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-38/+41
* # 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
* 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
* New module to support decoding multipart messages (also see mimetools).Guido van Rossum1992-07-131-0/+118