Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #1458017: make distutils.Log._log more forgiving when passing in | Georg Brandl | 2006-04-01 | 1 | -1/+6 |
| | | | | msg strings with '%', but without format args. | ||||
* | 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 |
| | | | | levels. (Previously, -vvv would be the same as -q!) | ||||
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
| | | | | suggested by PEP 291. | ||||
* | [Bug #620630] Flush stdout after logging every message. Without it, | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+3 |
| | | | | | when output is redirected to a file, compiler error messages show up before Distutils prints the command being invoked. | ||||
* | A simple log mechanism styled after the proposed std library module | Jeremy Hylton | 2002-06-04 | 1 | -0/+56 |