summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused imports.Alan McIntyre2008-09-131-8/+5
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-056-17/+3
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-218-8/+8
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-178-31/+32
* Rename test classes to CapWords.Stefan van der Walt2007-10-028-11/+11
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-4/+4
* Clean up setup() calls.Pearu Peterson2007-05-116-6/+6
* Better version handling for gnu and intel Fortran compilerscookedm2007-04-221-0/+52
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-177-15/+15
* 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
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-4/+1
* Fixed minrelpath tests for platforms where os.path.sep<>'/'.Pearu Peterson2006-02-111-7/+9
* Updated numpy.distutils tests site.Pearu Peterson2006-02-069-60/+84
* Added pyrex support to numpy.distutils.Pearu Peterson2006-02-064-0/+46
* Introduced njoin and minrelpath to handle relative paths and containing slash...Pearu Peterson2006-01-281-1/+12
* numpy.base -> numpyTravis Oliphant2006-01-054-4/+4
* Changed all references to scipy to numpyTravis Oliphant2006-01-0410-11/+11
* Moved scipy directory to numpyTravis Oliphant2006-01-0423-0/+301