summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_npy_pkg_config.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-171-21/+21
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-33/+21
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-251-1/+5
* Revert "Merge pull request #4421 from meltingwax/meltingwax/4382"Daniel da Silva2014-03-051-66/+9
* BUG: Fix support for builds in dirs with whitespaceDaniel da Silva2014-03-051-9/+66
* 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/+2
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-18/+18
* 3K: encode str to bytes before writing in distutils/testsPauli Virtanen2009-12-061-2/+2
* Fix npy_pkg_config unit test failures.David Cournapeau2009-07-261-4/+6
* Add parse_flags function + some unit tests.David Cournapeau2009-07-261-1/+23
* Add two unit-tests for LibraryInfo.David Cournapeau2009-07-261-0/+72