summaryrefslogtreecommitdiff
path: root/numpy/distutils/log.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add log level as prefixes to respective messagesMatthew2021-11-121-0/+22
* Merge pull request #15366 from mwtoews/F403Matti Picus2020-01-231-1/+1
|\
| * MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-1/+1
* | MAINT: Python2 CleanupsSeth Troisi2020-01-211-1/+1
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-6/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-0/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* STY: Break long lines in numpy/distutils/log.py.Charles Harris2013-07-291-5/+16
* MAINT: typo fix in logging messageTomas Tomecek2013-07-291-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 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