summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-3/+3
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-3/+3
* | CI: Rebase numpy DLLs in runtests.py.DWesl2023-01-301-0/+11
|/
* BUG: refguide-check: respect the verbosityEvgeni Burovski2022-05-221-0/+2
* DEV: fix `python runtests.py --bench-compare`Ralf Gommers2022-02-181-2/+3
* MAINT: Fix runtests.py overridingabatomunkuev2021-11-021-2/+8
* TST: Make this sysconfig handling a bit more portableKevin Modzelewski2021-09-171-11/+6
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-1/+1
* TST,BUG: Sanitize path-separators when running `runtest.py`Bas van Beek2021-08-131-2/+6
* BUG: add base to templated arguments for platlibmattip2021-08-121-0/+1
* TST: avoid distutils.sysconfig in runtests.py (#19628)Matti Picus2021-08-111-3/+13
* DOC: add an extra example in runtests.py help testRalf Gommers2021-05-091-0/+4
* MAINT: make runtests.py argument list help strings end with spaceChristopher Dahlin2021-04-191-10/+10
* MAINT: make runtests.py argument list fulfill E501Christopher Dahlin2021-04-191-16/+24
* MAINT: make runtests.py help texts sentence caseChristopher Dahlin2021-04-191-6/+6
* MAINT: clarify runtests.py verbosity help textChristopher Dahlin2021-04-191-1/+1
* MAINT: Replaced master with mainGanesh Kathiresan2021-03-071-2/+2
* ENH, MAINT: Added runtest options | Added unified diffGanesh Kathiresan2021-03-071-0/+31
* Merge pull request #17736 from seiko2plus/issue_17716Matti Picus2020-12-161-0/+1
|\
| * BUG, Benchmark: fix passing optimization build options to asvSayed Adel2020-11-091-0/+1
* | TST: Fix passing build options when `--debug-info` is enabledSayed Adel2020-12-081-3/+3
|/
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-271-0/+5
* ENH: Pass optimizations arguments to asv buildSayed Adel2020-09-111-3/+102
* TST: Fix the path to `mypy.ini`Bas van Beek2020-09-071-1/+2
* MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-3/+3
* ENH: allow running mypy through runtests.pyJosh Wilson2020-08-201-1/+32
* ENH: enable colors for `runtests.py --ipython`Josh Wilson2020-07-261-1/+1
* Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-141-3/+0
* MAINT: one more place where distutils is importedmattip2020-07-131-0/+3
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+12
* DEV: Pass additional runtests.py args to ASVSayed Adel2020-05-031-6/+16
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-21/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
* Merge pull request #14572 from seberg/runtests-helpCharles Harris2019-09-221-0/+4
|\
| * DOC: Note runtests.py `-- -s` method to use pytests `-s`Sebastian Berg2019-09-211-0/+4
* | BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-201-0/+4
* | DOC: improve help stringmattip2019-09-201-1/+3
* | MAINT: move the option to build_src, simplifies logicmattip2019-09-201-2/+2
* | BUILD: fix runtests.py option, fix previous changesetmattip2019-09-201-2/+2
* | BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-0/+4
|/
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+0
* TEST: allow margin of error, increase discoverability of refcheck optionmattip2019-03-061-1/+1
* BLD: move -std=c99 from runtests.py to Azure configRalf Gommers2019-01-061-2/+0
* TST: Update runtests.py to specify C99 for gcc.Charles Harris2018-12-251-1/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-2/+10
* BUG: compiler used is env['CC'], then config_vars['CC']mattip2018-08-101-2/+3
* Merge pull request #11566 from danielballan/skip-gcc-warnings-on-clangRalf Gommers2018-07-231-12/+14
|\