Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b78a5fc00446c6bfcbbb578cbe471f211a93ea87
/
Lib
/
multifile.py
0b569bb
Stacks based on lists work better and read more clearly when they
by Raymond Hettinger
· 21 years ago
a6026c6
Back out multifile.py 1.19 and 1.20. Fixes #514676.
by Martin v. Löwis
· 22 years ago
46ac8eb
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
by Raymond Hettinger
· 22 years ago
39c7851
Martijn Pieters convinced me that when readline() strips the trailing
by Guido van Rossum
· 23 years ago
912e56c
SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLF boundary.
by Guido van Rossum
· 23 years ago
02d893c
Patch #444359: Remove unused imports.
by Martin v. Löwis
· 23 years ago
521c83d
Multifile.read(): Fix a broken conversion to string methods.
by Fred Drake
· 24 years ago
e37340e
String method conversion.
by Eric S. Raymond
· 24 years ago
269b83b
added several more __all__ lists
by Skip Montanaro
· 24 years ago
07e99cb
Whitespace normalization.
by Tim Peters
· 24 years ago
49d27c8
Remove superfluous semicolons
by Andrew M. Kuchling
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
227b120
Convert some old-style string exceptions to class exceptions.
by Fred Drake
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
716b784
# Make tabnanny happy.
by Guido van Rossum
· 26 years ago
3ad9dd5
Improved by Eric Raymond.
by Guido van Rossum
· 26 years ago
4d40b0a
Patch by Eric Raymond: add an optional 'seekable' flag to the
by Guido van Rossum
· 26 years ago
8ca8420
A few lines were indented using spaces instead of tabs -- fix them.
by Guido van Rossum
· 27 years ago
69c70a2
Support 'whence' parameter to seek().
by Guido van Rossum
· 27 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
741c81a
New module to support decoding multipart messages (also see mimetools).
by Guido van Rossum
· 32 years ago