Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 3K: f2py: map PyString -> PyBytes and PyInt -> PyLong on Py3 | Pauli Virtanen | 2010-03-06 | 1 | -0/+9 | |
| | ||||||
* | 3K: f2py: address a semantic difference between Py2 and Py3 | Pauli Virtanen | 2010-03-06 | 1 | -1/+2 | |
| | ||||||
* | 3K: f2py: make f2py run far enough to produce output files (they don't ↵ | Pauli Virtanen | 2010-03-06 | 1 | -1/+1 | |
| | | | | compile yet, though, as the C code is not Py3 compatible) | |||||
* | ENH: Add support for PyCapsule. | Charles Harris | 2010-02-25 | 1 | -1/+1 | |
| | ||||||
* | BUG Fix ticket #1285. Problem located by cgranade. | Charles Harris | 2009-11-06 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix f2py generated code for MSVC 9. | David Cournapeau | 2009-09-21 | 1 | -0/+4 | |
| | | | | | MSVC already define min/max macros in standard headers, which causes trouble when f2py redefines them. | |||||
* | Avoid putting things into stderr when errors occurs in f2py wrappers; put ↵ | David Cournapeau | 2009-01-08 | 1 | -4/+6 | |
| | | | | all the info in the python error string instead. | |||||
* | Removed unused/redundant imports. | Alan McIntyre | 2008-09-18 | 1 | -1/+3 | |
| | | | | PEP8 conformance (only one import per line). | |||||
* | f2py: Allow expressions that contain max/min calls, be used as dimension ↵ | Pearu Peterson | 2008-05-19 | 1 | -0/+2 | |
| | | | | specifications. Defined macros min/max that are needed when --lower is used. Typical usage case: real a(min(1,n)). | |||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -18/+33 | |
| | ||||||
* | Fix f2py and doc | Travis Oliphant | 2006-07-08 | 1 | -1/+1 | |
| | ||||||
* | Fix f2py to use new names | Travis Oliphant | 2006-07-08 | 1 | -25/+25 | |
| | ||||||
* | Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs. | cookedm | 2006-05-20 | 1 | -23/+30 | |
| | | | | Also corrects some problems with buffer sizes | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -57/+57 | |
| | | | | extraneous whitespace | |||||
* | Change License text to NumPy License (permission granted by Pearu) | Travis Oliphant | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+1134 | |