| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MAINT,DOC: f2py cleanup | Rohit Goswami | 2021-09-20 | 6 | -351/+0 |
| | | |||||
| * | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 1 | -1/+3 |
| | | | | | | | | - Replace "Python.h" by <Python.h> - Replace "structmember.h" by <structmember.h> - Replace <npy_config> by "npy_config" - Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files. | ||||
| * | MAINT: Remove uses of PyString_FromString. | Charles Harris | 2020-08-19 | 1 | -1/+1 |
| | | | | | | | | | We no longer need to use the compatibility function after dropping support for Python 2.7. In some cases unicode was the correct string type rather than the bytes of the compatibility version and bugs in the array `__complex__` and array `__array_interface__` methods have been fixed by changing that. | ||||
| * | BUG: General fixes to f2py reference counts (dereferencing) | Sebastian Berg | 2019-08-19 | 1 | -6/+12 |
| | | |||||
| * | MAINT: removed unused vars in f2py test code | Tyler Reddy | 2018-10-29 | 1 | -2/+0 |
| | | |||||
| * | MAINT: Fixed C++ guard in f2py test. | siavashserver | 2018-03-09 | 1 | -2/+2 |
| | | |||||
| * | STY: f2py - replace macros in old_defines.h with new. | Charles Harris | 2012-02-04 | 1 | -7/+7 |
| | | |||||
| * | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 1 | -65/+66 |
| | | |||||
| * | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 6 | -0/+344 |
