History log of /external/python/cpython3/Lib/distutils/text_file.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ccd047ea4b92f09a84b67e69deb82ce42e510c4c 24-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Removed unused imports.
/external/python/cpython3/Lib/distutils/text_file.py
7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd 10-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
/external/python/cpython3/Lib/distutils/text_file.py
7c9719cf74a4c5fc04a07b706d71302bdd8c04c5 28-Jul-2011 Senthil Kumaran <senthil@uthcode.com> Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
/external/python/cpython3/Lib/distutils/text_file.py
75d8c5cea26912dd58f27689fbe9f7679e45aeb8 23-Oct-2010 Victor Stinner <victor.stinner@haypocalc.com> Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source
code directory name contains a non-ASCII character and the locale encoding is
ASCII.
/external/python/cpython3/Lib/distutils/text_file.py
3679727939a9d25ccfe057e71e8a4b8be73d47ce 22-Jul-2010 Tarek Ziadé <ziade.tarek@gmail.com> reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
/external/python/cpython3/Lib/distutils/text_file.py
88e2c5d35a9ce74e779bfc5cb38624bef49c695f 21-Dec-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 76956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line

massive import cleaning in Distutils
........
/external/python/cpython3/Lib/distutils/text_file.py
5e25f9f67ea61c97c9596add505462292242c351 22-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 69874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r69874 | tarek.ziade | 2009-02-22 20:58:12 +0100 (Sun, 22 Feb 2009) | 1 line

moved distutils.text_file tests into a real unittest class
........
/external/python/cpython3/Lib/distutils/text_file.py
61cb0873591f9c43c1e10fcbe611c43f943c7c90 26-Jul-2008 Amaury Forgeot d'Arc <amauryfa@gmail.com> Remove incorrect usages of map() in distutils.
Reported by Lisandro Dalcin.
/external/python/cpython3/Lib/distutils/text_file.py
5b7e9d76f39dbf63573519c178835f72e5a5027a 30-Aug-2007 Collin Winter <collinw@gmail.com> General cleanup, raise normalization in Lib/distutils.
/external/python/cpython3/Lib/distutils/text_file.py
1325790b932c4bab4f8f94f5a36c09f4036ed9f8 08-Jun-2007 Guido van Rossum <guido@python.org> Merged revisions 55795-55816 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
r55797 | neal.norwitz | 2007-06-07 00:00:57 -0700 (Thu, 07 Jun 2007) | 3 lines

Get rid of some remnants of classic classes. types.ClassType == type.
Also get rid of almost all uses of the types module and use the builtin name.
........
r55798 | neal.norwitz | 2007-06-07 00:12:36 -0700 (Thu, 07 Jun 2007) | 1 line

Remove a use of types, verify commit hook works
........
r55809 | guido.van.rossum | 2007-06-07 11:11:29 -0700 (Thu, 07 Jun 2007) | 2 lines

Fix syntax error introduced by Neal in last checkin.
........
/external/python/cpython3/Lib/distutils/text_file.py
63236cf386574484d9f594af4b464c44c579cf25 25-May-2007 Guido van Rossum <guido@python.org> Minimal fixes to save the bootstrap on OSX.
/external/python/cpython3/Lib/distutils/text_file.py
9d72bb452bced3a100f07f8a9e30c4495a9ec41a 17-Apr-2007 Neal Norwitz <nnorwitz@gmail.com> Remove functions in string module that are also string methods. Also remove:
* all calls to functions in the string module (except maketrans)
* everything from stropmodule except for maketrans() which is still used
/external/python/cpython3/Lib/distutils/text_file.py
be19ed77ddb047e02fe94d142181062af6d99dcc 09-Feb-2007 Guido van Rossum <guido@python.org> Fix most trivially-findable print statements.

There's one major and one minor category still unfixed:
doctests are the major category (and I hope to be able to augment the
refactoring tool to refactor bona fide doctests soon);
other code generating print statements in strings is the minor category.

(Oh, and I don't know if the compiler package works.)
/external/python/cpython3/Lib/distutils/text_file.py
e2b70bcf7401477936fba99a8bf4a1f759ecc8a3 19-Aug-2006 Guido van Rossum <guido@python.org> Get rid of dict.has_key(). Boy this has a lot of repercussions!
Not all code has been fixed yet; this is just a checkpoint...
The C API still has PyDict_HasKey() and _HasKeyString(); not sure
if I want to change those just yet.
/external/python/cpython3/Lib/distutils/text_file.py
a6483d2e9a9d9a69e9823217bf6b6334bb0f0066 14-Nov-2002 Andrew M. Kuchling <amk@amk.ca> Remove 'created by' lines; people can use CVS for this, and the information is often out of date
/external/python/cpython3/Lib/distutils/text_file.py
b94b849d65af71b4b432a74fdaef8ccd88209cc0 06-Dec-2001 Fred Drake <fdrake@acm.org> Whitespace normalization.
/external/python/cpython3/Lib/distutils/text_file.py
acff0b3f3b97584ab9e2da923eb0041f6cc99ed3 16-Sep-2000 Greg Ward <gward@python.net> Changed so lines that are all comment (or just whitespace + comment)
are completely skipped, rather than being treated as blank lines
(and then subject to the 'skip_blanks' flag). This allows us
to process old-style Setup files, which rely on
hello \\
# boo!
there
coming out as "hello there".
/external/python/cpython3/Lib/distutils/text_file.py
3d05c1600336ad3f09b28cbedc7b31c17dcf51f0 16-Sep-2000 Greg Ward <gward@python.net> Andrew Kuchling:
Fixed precendence bug that meant setting skip_blanks to false didn't work
under some circumstances.
/external/python/cpython3/Lib/distutils/text_file.py
f11296bdea61a526713027b6337977941aa48fa7 16-Sep-2000 Greg Ward <gward@python.net> [change from 2000/08/11, propagating now to distutils copy]
Factored the guts of 'warn()' out to 'gen_error()', and added the
'error()' method (trivial thanks to the refactoring).
/external/python/cpython3/Lib/distutils/text_file.py
60cd2864fe1e473f0bfc46b439b33b7864e40f0f 16-Sep-2000 Greg Ward <gward@python.net> [change from 2000/04/17, propagating now to distutils copy]
Dropped the 'collapse_ws' option and replaced it with 'collapse_join' --
it's *much* faster (no 're.sub()') and this is the reason I really added
'collapse_ws', ie. to remove leading whitespace from a line being joined
to the previous line.
/external/python/cpython3/Lib/distutils/text_file.py
274ad9dc81c21708696f617a0df80ad89b7efba7 29-Sep-1999 Greg Ward <gward@python.net> Added all documentation.
Slightly improved the code for dealing with newline on a comment line,
and for stripping whitespace.
/external/python/cpython3/Lib/distutils/text_file.py
abc2f960d4f38832436db1449bc64803380d55bf 10-Aug-1999 Greg Ward <gward@python.net> Allow comment characters (#) to be escaped:
- did away with 'comment_re' option -- it's just not that simple anymore
- heavily revised the main logic in 'readline()' to accomodate this
Beefed up 'warn()': 'line' can be list or tuple, and 'msg' is
automatically converted to a string.
/external/python/cpython3/Lib/distutils/text_file.py
4e5a7c70563eb123e68a29337ef00808f828f1fd 15-Apr-1999 Greg Ward <gward@python.net> 'warn()' method now takes an optional line number.
/external/python/cpython3/Lib/distutils/text_file.py
91c488c1fc43024592438b0671c5a7e5b16abe07 29-Mar-1999 Greg Ward <gward@python.net> Replaced the last attempt at an "unreadline" with one that actually
works on non-seekable file-like objects, such as URLs. (Oops.)
/external/python/cpython3/Lib/distutils/text_file.py
787451b65f7c9c93b0bbbac10819494c484c6501 26-Mar-1999 Greg Ward <gward@python.net> Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).
/external/python/cpython3/Lib/distutils/text_file.py
782cdfe9f32fa69e0b797be3156a3599efd392cd 23-Mar-1999 Greg Ward <gward@python.net> Changes to allow passing an open file to the constructor (to support
ProcessHierarchy's changes to support reading from a remote URL in
ProcessDatabase).
/external/python/cpython3/Lib/distutils/text_file.py
db75afe6e5fbce9eede3ce5e7ec00510f53eda99 08-Mar-1999 Greg Ward <gward@python.net> Added collapse_ws option.
/external/python/cpython3/Lib/distutils/text_file.py
f6cdcd509df1681b2f27e8a4f9130159c8e13723 18-Jan-1999 Greg Ward <gward@python.net> Added 'warn' method.
/external/python/cpython3/Lib/distutils/text_file.py
d1dc47558cebcf96ff5ead93df8b46b76e76a004 13-Jan-1999 Greg Ward <gward@python.net> Added: mems.lib.text_file: provides TextFile class for parsing text
files with (optional) comment stripping, blank line skipping, whitespace
removal, and line joining with trailing backslashes.
/external/python/cpython3/Lib/distutils/text_file.py