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
/
distutils
/
text_file.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-1/+2
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2/+0
*
Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
Victor Stinner
2010-10-23
1
-1/+4
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
1
-2/+2
*
Merged revisions 76956 via svnmerge from
Tarek Ziadé
2009-12-21
1
-2/+2
*
Merged revisions 69874 via svnmerge from
Tarek Ziadé
2009-02-22
1
-77/+0
*
Remove incorrect usages of map() in distutils.
Amaury Forgeot d'Arc
2008-07-26
1
-1/+2
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
1
-84/+63
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-4/+3
*
Minimal fixes to save the bootstrap on OSX.
Guido van Rossum
2007-05-25
1
-3/+3
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-11/+11
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-6/+6
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-2/+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2/+0
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-7/+6
*
Changed so lines that are all comment (or just whitespace + comment)
Greg Ward
2000-09-16
1
-9/+27
*
Andrew Kuchling:
Greg Ward
2000-09-16
1
-1/+1
*
[change from 2000/08/11, propagating now to distutils copy]
Greg Ward
2000-09-16
1
-9/+17
*
[change from 2000/04/17, propagating now to distutils copy]
Greg Ward
2000-09-16
1
-26/+30
*
Added all documentation.
Greg Ward
1999-09-29
1
-13/+106
*
Allow comment characters (#) to be escaped:
Greg Ward
1999-08-10
1
-14/+37
*
'warn()' method now takes an optional line number.
Greg Ward
1999-04-15
1
-4/+6
*
Replaced the last attempt at an "unreadline" with one that actually
Greg Ward
1999-03-29
1
-29/+18
*
Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).
Greg Ward
1999-03-26
1
-1/+30
*
Changes to allow passing an open file to the constructor (to support
Greg Ward
1999-03-23
1
-14/+13
*
Added collapse_ws option.
Greg Ward
1999-03-08
1
-0/+5
*
Added 'warn' method.
Greg Ward
1999-01-18
1
-1/+10
*
Added: mems.lib.text_file: provides TextFile class for parsing text
Greg Ward
1999-01-13
1
-0/+206