summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
...
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-068-45/+10
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+6
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-1/+1
* BUG: distutils: Remove named templates from the output.Warren Weckesser2018-03-101-0/+48
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-7/+4
* MAINT: made sure both compiler strings are included in testAndrew Lawson2017-10-231-11/+10
* TST: Improved tests for nag fortran compilerAndrew Lawson2017-10-201-12/+15
* ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-191-0/+27
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-1/+1
|\
| * TST: fix failures:xoviat2017-09-041-1/+1
* | BUG: adjust gfortran version search regexJonathan Helmus2017-09-201-1/+2
|/
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-176-82/+84
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-5/+6
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* TST: fix test_basic failure on WindowsChristoph Gohlke2017-05-111-1/+1
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-101-1/+2
* TST: Respect compiler customizationsMarvin Schmidt2017-03-301-0/+3
* TST: move exec_command tests out of the file itselfJulian Taylor2017-03-241-0/+127
* MAINT: Remove shebang from test modulesSami Salonen2017-01-151-1/+0
* MAINT: Fix ResourceWarning new in Python 3.6.Charles Harris2016-10-191-0/+1
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-021-1/+3
* BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-121-1/+8
* BUG: allow graceful recovery for no compilerMatthew Brett2016-04-141-6/+30
* 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