summaryrefslogtreecommitdiff
path: root/numpy/distutils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-2/+2
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-0/+12
* BLD: fix rebuilding after a failed build. Closes gh-5467.Ralf Gommers2016-01-161-6/+6
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* Simplify numpy/distutils/__init__.pyAndrea Bedini2015-05-161-28/+12
* BUG: fix import in distutils/__init__.py under Python 2.xRalf Gommers2015-03-071-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-6/+6
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Fix relative import in top numpy.distutils.David Cournapeau2009-12-031-12/+28
* Raise a PkgNotFound exception in get_info if the package is not found.David Cournapeau2009-07-261-0/+1
* 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-3/+3
* Back out pearu's r4101 that added a warning about importing distutils before ...cookedm2007-09-251-16/+0
* fixing link error: fixed. Removing debug messages and added a warning message...Pearu Peterson2007-09-231-0/+17
* Replaced numpy.distutils.test method instance with a function to avoid import...Pearu Peterson2006-02-241-2/+3
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-0/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+16