History log of /external/python/cpython2/Lib/distutils/log.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99773359843803c54574b6ee6fc1516e7fcde10f 21-Sep-2009 Tarek Ziadé <ziade.tarek@gmail.com> #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
/external/python/cpython2/Lib/distutils/log.py
c7cd138bc2127079642ee8a3f2fa9d58c889dec0 31-Mar-2009 Tarek Ziadé <ziade.tarek@gmail.com> using log.warn for sys.stderr
/external/python/cpython2/Lib/distutils/log.py
9f369e91632a9249074049719e31ccb13d8ae039 25-Jan-2009 Tarek Ziadé <ziade.tarek@gmail.com> Issue #5052: removed backward compatibility information (out of date)
/external/python/cpython2/Lib/distutils/log.py
1c5a59f80a614df368cb7f545112862b2e7e1d5e 01-Apr-2006 Georg Brandl <georg@python.org> Bug #1458017: make distutils.Log._log more forgiving when passing in
msg strings with '%', but without format args.
/external/python/cpython2/Lib/distutils/log.py
5a6601cfc63a7b4fe2caf05a0116022ab76b64e6 10-Nov-2004 Martin v. Löwis <martin@v.loewis.de> Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
/external/python/cpython2/Lib/distutils/log.py
edcac8f416ebe4561bbc0e91c46a3bfc5457f73c 03-Aug-2004 Fred Drake <fdrake@acm.org> make sure distutils logging is shut off in tests to avoid spurious output
/external/python/cpython2/Lib/distutils/log.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/distutils/log.py
a85dbeb61fe9357b15b4f987d9bc62f67e77b55f 20-Feb-2003 Guido van Rossum <guido@python.org> set_verbosity(): do something reasonable for out-of-range verbosity
levels. (Previously, -vvv would be the same as -q!)
/external/python/cpython2/Lib/distutils/log.py
d448f66317130555cfc157683c743b3d004374c4 19-Nov-2002 Andrew M. Kuchling <amk@amk.ca> Add comment to Distutil files about requiring 1.5.2 compatibility, as
suggested by PEP 291.
/external/python/cpython2/Lib/distutils/log.py
e2d1214c42a4fb4a931c17dc07e11b02816528ff 04-Nov-2002 Andrew M. Kuchling <amk@amk.ca> [Bug #620630] Flush stdout after logging every message. Without it,
when output is redirected to a file, compiler error messages show
up before Distutils prints the command being invoked.
/external/python/cpython2/Lib/distutils/log.py
6fa82a34775576b90c8ec38e8968dfbb0b02e11d 04-Jun-2002 Jeremy Hylton <jeremy@alum.mit.edu> A simple log mechanism styled after the proposed std library module
/external/python/cpython2/Lib/distutils/log.py