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
/
log.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Tarek Ziadé
2009-09-21
1
-0/+3
*
using log.warn for sys.stderr
Tarek Ziadé
2009-03-31
1
-6/+7
*
Issue #5052: removed backward compatibility information (out of date)
Tarek Ziadé
2009-01-25
1
-2/+0
*
Bug #1458017: make distutils.Log._log more forgiving when passing in
Georg Brandl
2006-04-01
1
-1/+6
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
make sure distutils logging is shut off in tests to avoid spurious output
Fred Drake
2004-08-03
1
-0/+3
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-4/+4
*
set_verbosity(): do something reasonable for out-of-range verbosity
Guido van Rossum
2003-02-20
1
-3/+3
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
[Bug #620630] Flush stdout after logging every message. Without it,
Andrew M. Kuchling
2002-11-04
1
-0/+3
*
A simple log mechanism styled after the proposed std library module
Jeremy Hylton
2002-06-04
1
-0/+56