Martin v. Löwis
|
5a6601cfc6
|
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
|
2004-11-10 22:23:15 +00:00 |
Fred Drake
|
edcac8f416
|
make sure distutils logging is shut off in tests to avoid spurious output
|
2004-08-03 18:53:07 +00:00 |
Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Guido van Rossum
|
a85dbeb61f
|
set_verbosity(): do something reasonable for out-of-range verbosity
levels. (Previously, -vvv would be the same as -q!)
|
2003-02-20 02:09:30 +00:00 |
Andrew M. Kuchling
|
d448f66317
|
Add comment to Distutil files about requiring 1.5.2 compatibility, as
suggested by PEP 291.
|
2002-11-19 13:12:28 +00:00 |
Andrew M. Kuchling
|
e2d1214c42
|
[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.
|
2002-11-04 14:27:43 +00:00 |
Jeremy Hylton
|
6fa82a3477
|
A simple log mechanism styled after the proposed std library module
|
2002-06-04 20:00:26 +00:00 |