index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multifile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the multifile module as per PEP 4.
Brett Cannon
2008-05-12
1
-0/+4
*
Stacks based on lists work better and read more clearly when they
Raymond Hettinger
2004-05-04
1
-8/+7
*
Back out multifile.py 1.19 and 1.20. Fixes #514676.
Martin v. Löwis
2002-09-22
1
-16/+1
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
1
-2/+1
*
Martijn Pieters convinced me that when readline() strips the trailing
Guido van Rossum
2001-10-05
1
-2/+5
*
SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLF
Guido van Rossum
2001-09-18
1
-1/+13
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
1
-2/+0
*
Multifile.read(): Fix a broken conversion to string methods.
Fred Drake
2001-03-12
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-6/+2
*
added several more __all__ lists
Skip Montanaro
2001-02-06
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-130/+130
*
Remove superfluous semicolons
Andrew M. Kuchling
2000-12-23
1
-1/+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
1
-1/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-38/+41
*
# Make tabnanny happy.
Guido van Rossum
1998-06-29
1
-3/+3
*
Improved by Eric Raymond.
Guido van Rossum
1998-06-29
1
-18/+29
*
Patch by Eric Raymond: add an optional 'seekable' flag to the
Guido van Rossum
1998-06-23
1
-11/+23
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
1
-9/+9
*
Support 'whence' parameter to seek().
Guido van Rossum
1998-03-25
1
-2/+11
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-0/+11
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
1
-3/+2
*
New module to support decoding multipart messages (also see mimetools).
Guido van Rossum
1992-07-13
1
-0/+118