summaryrefslogtreecommitdiff
path: root/Lib/distutils/log.py
Commit message (Expand)AuthorAgeFilesLines
* #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.Tarek Ziadé2009-09-211-0/+3
* using log.warn for sys.stderrTarek Ziadé2009-03-311-6/+7
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* Bug #1458017: make distutils.Log._log more forgiving when passing inGeorg Brandl2006-04-011-1/+6
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-031-0/+3
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-4/+4
* set_verbosity(): do something reasonable for out-of-range verbosityGuido van Rossum2003-02-201-3/+3
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* [Bug #620630] Flush stdout after logging every message. Without it,Andrew M. Kuchling2002-11-041-0/+3
* A simple log mechanism styled after the proposed std library moduleJeremy Hylton2002-06-041-0/+56