summaryrefslogtreecommitdiff
path: root/Lib/distutils/text_file.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports.Serhiy Storchaka2016-04-251-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-1/+2
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape errorVictor Stinner2010-10-231-1/+4
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-2/+2
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-2/+2
* Merged revisions 69874 via svnmerge fromTarek Ziadé2009-02-221-77/+0
* Remove incorrect usages of map() in distutils.Amaury Forgeot d'Arc2008-07-261-1/+2
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-84/+63
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-4/+3
* Minimal fixes to save the bootstrap on OSX.Guido van Rossum2007-05-251-3/+3
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-11/+11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Whitespace normalization.Fred Drake2001-12-061-7/+6
* Changed so lines that are all comment (or just whitespace + comment)Greg Ward2000-09-161-9/+27
* Andrew Kuchling:Greg Ward2000-09-161-1/+1
* [change from 2000/08/11, propagating now to distutils copy]Greg Ward2000-09-161-9/+17
* [change from 2000/04/17, propagating now to distutils copy]Greg Ward2000-09-161-26/+30
* Added all documentation.Greg Ward1999-09-291-13/+106
* Allow comment characters (#) to be escaped:Greg Ward1999-08-101-14/+37
* 'warn()' method now takes an optional line number.Greg Ward1999-04-151-4/+6
* Replaced the last attempt at an "unreadline" with one that actuallyGreg Ward1999-03-291-29/+18
* Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).Greg Ward1999-03-261-1/+30
* Changes to allow passing an open file to the constructor (to supportGreg Ward1999-03-231-14/+13
* Added collapse_ws option.Greg Ward1999-03-081-0/+5
* Added 'warn' method.Greg Ward1999-01-181-1/+10
* Added: mems.lib.text_file: provides TextFile class for parsing textGreg Ward1999-01-131-0/+206