summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 2to3: Apply `print` fixer.Charles Harris2013-04-0622-22/+22
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-5/+10
* Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-0216-15/+17
|\
| * 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-281-0/+2
| * 2to3: Use absolute imports.Charles Harris2013-03-2815-15/+15
* | MAINT: Fix python3 ResourceWarning when running test_exec_command.pyCharles Harris2013-03-281-0/+4
|/
* TST: open the TemporaryFile in ASCII modeOndrej Certik2013-03-251-1/+1
* TST: skip general test on non-posix platformsOndrej Certik2013-03-101-10/+15
* TST: Redirect the other stream to temp. fileOndrej Certik2013-03-101-6/+11
* Implement separate checking for stdout and stderrOndrej Certik2013-03-091-4/+3
* TST: add robust tests for exec_command()Ondrej Certik2013-03-091-1/+44
* BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-061-0/+29
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0121-0/+35
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-052-6/+6
* BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-091-0/+34
* 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