summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-0/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+3
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-171-5/+5
* MAINT: Remove shebang from test modulesSami Salonen2017-01-151-1/+0
* BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-121-1/+8
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-251-4/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-29/+29
* BUG: hardcode some known shared library extensionsJulian Taylor2013-04-281-1/+17
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-2/+2
* Remove unused imports.Alan McIntyre2008-09-131-8/+5
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-9/+10
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-3/+3
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-3/+3
* Refactored Configuration._fix_paths method to gpaths, added tests and documen...Pearu Peterson2006-03-301-1/+13
* Fixed minrelpath bug for processing '.././..', minrelpath resolves '.'s. Intr...Pearu Peterson2006-03-291-0/+2
* Fixed minrelpath tests for platforms where os.path.sep<>'/'.Pearu Peterson2006-02-111-7/+9
* Introduced njoin and minrelpath to handle relative paths and containing slash...Pearu Peterson2006-01-281-1/+12
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+33