Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
distutils
/
text_file.py
2b66da7
massive import cleaning in Distutils
by Tarek Ziadé
· 15 years ago
90b7d56
moved distutils.text_file tests into a real unittest class
by Tarek Ziadé
· 16 years ago
8bc0965
Removed uses of dict.has_key() from distutils, and uses of
by Guido van Rossum
· 17 years ago
a6483d2
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
by Andrew M. Kuchling
· 23 years ago
b94b849
Whitespace normalization.
by Fred Drake
· 23 years ago
acff0b3
Changed so lines that are all comment (or just whitespace + comment)
by Greg Ward
· 25 years ago
3d05c16
Andrew Kuchling:
by Greg Ward
· 25 years ago
f11296b
[change from 2000/08/11, propagating now to distutils copy]
by Greg Ward
· 25 years ago
60cd286
[change from 2000/04/17, propagating now to distutils copy]
by Greg Ward
· 25 years ago
274ad9d
Added all documentation.
by Greg Ward
· 26 years ago
abc2f96
Allow comment characters (#) to be escaped:
by Greg Ward
· 26 years ago
4e5a7c7
'warn()' method now takes an optional line number.
by Greg Ward
· 26 years ago
91c488c
Replaced the last attempt at an "unreadline" with one that actually
by Greg Ward
· 26 years ago
787451b
Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).
by Greg Ward
· 26 years ago
782cdfe
Changes to allow passing an open file to the constructor (to support
by Greg Ward
· 26 years ago
db75afe
Added collapse_ws option.
by Greg Ward
· 26 years ago
f6cdcd5
Added 'warn' method.
by Greg Ward
· 26 years ago
d1dc475
Added: mems.lib.text_file: provides TextFile class for parsing text
by Greg Ward
· 26 years ago