Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`. | Dongjoon Hyun | 2016-02-15 | 1 | -1/+1 |
* | TST: Fixed f2py test for Anaconda non-win32 | gfyoung | 2016-02-02 | 1 | -8/+3 |
* | TST: Fixed f2py test for non-versioned python executables | gfyoung | 2016-01-25 | 1 | -4/+13 |
* | TST: Fixed f2py test for win32 virtualenv | gfyoung | 2016-01-25 | 1 | -1/+7 |
* | BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2p | Charles Harris | 2015-12-26 | 1 | -4/+5 |
* | BUG: Fix use of python 3 only FileNotFoundError in test_f2py. | Charles Harris | 2015-12-16 | 1 | -4/+5 |
* | TST: test f2py, fallback on f2py2.7 etc., fixes #6718 | Jörn Hees | 2015-12-05 | 1 | -3/+15 |
* | TST: on Windows run f2py from the Scripts directory | Christoph Gohlke | 2015-08-01 | 1 | -2/+6 |
* | TEST: add module to test installed scripts | Matthew Brett | 2015-04-30 | 1 | -0/+65 |