summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-0623-291/+0
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-065-52/+0
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-33/+21
* MAINT: Dictionary litteralRémy Léone2015-11-071-9/+8
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-2510-36/+40
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-241-0/+203
|\
| * BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-261-7/+7
| * ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+5
| * BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
| * BUG: PEP correctionsNick Papior Andersen2015-02-251-71/+79
| * BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-251-41/+23
| * BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-5/+4
| * BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-30/+36
| * ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+203
* | BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-191-1/+7
* | MAINT: distutils: fix gfortran version check when gfortran emits warnings.Ralf Gommers2015-03-071-1/+6
|/
* BLD: Change Fortran version flag and string checkRyan Nelson2014-12-011-6/+2
* 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
* STY: Giant comma spacing fixup.Charles Harris2013-08-1811-46/+46
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-291-0/+1
* 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-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