summaryrefslogtreecommitdiff
path: root/numpy/distutils/log.py
Commit message (Collapse)AuthorAgeFilesLines
* Make numpy.distutils.log importable from python3.David Cournapeau2009-12-031-4/+8
|
* Use the default terminal colour to print out INFO messages in distutils. Stefan van der Walt2008-04-161-2/+2
| | | | This prevents visibility problems on backgrounds other than black.
* Add an 'if 0''d block of code to numpy.distutils.log to ignore some log ↵cookedm2007-12-261-3/+7
| | | | messages. Especially useful to turn on if you're developing by using eggs.
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be ↵Pearu Peterson2007-08-091-8/+13
| | | | at DEBUG level, INFO is for set_threshold.
* Add a numpy.distutils.log.good function, which when WARN messages would becookedm2007-05-251-2/+23
| | | | | logged, logs a "nice" anti-warn version. Use this for finding executables to report when we do actually find one.
* Make system_info saner.cookedm2006-06-091-2/+2
| | | | | | * Add a get_output() method to the config command, which compiles, links, and runs a program, and returns the output from that program. * Also cleaned up some stuff. system_info uses log instead of print.
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-3/+3
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+47