Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make numpy.distutils.log importable from python3. | David Cournapeau | 2009-12-03 | 1 | -4/+8 |
| | |||||
* | Use the default terminal colour to print out INFO messages in distutils. | Stefan van der Walt | 2008-04-16 | 1 | -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 ↵ | cookedm | 2007-12-26 | 1 | -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 Peterson | 2007-08-09 | 1 | -8/+13 |
| | | | | at DEBUG level, INFO is for set_threshold. | ||||
* | Add a numpy.distutils.log.good function, which when WARN messages would be | cookedm | 2007-05-25 | 1 | -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. | cookedm | 2006-06-09 | 1 | -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 tests | cookedm | 2006-02-01 | 1 | -3/+3 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+47 |