summaryrefslogtreecommitdiff
path: root/numpy/distutils/log.py
Commit message (Expand)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
* Add an 'if 0''d block of code to numpy.distutils.log to ignore some log messa...cookedm2007-12-261-3/+7
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be at...Pearu Peterson2007-08-091-8/+13
* Add a numpy.distutils.log.good function, which when WARN messages would becookedm2007-05-251-2/+23
* Make system_info saner.cookedm2006-06-091-2/+2
* 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