summaryrefslogtreecommitdiff
path: root/numpy/f2py/src/fortranobject.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ↵Pauli Virtanen2010-07-171-1/+1
| | | | on Python 2.x
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-2/+2
| | | | | | | compatibility functions in npy_3kcompat.h to replace the current calls. This gets rid of a number of version checks and is easier to maintain. Fix bug that was present in the ufunc _loop1d_list_free destructor in the python3k case.
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-3/+29
|
* ENH: Add support for PyCapsule.Charles Harris2010-02-251-1/+15
|
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵Pearu Peterson2009-10-251-0/+14
| | | | after using intent(align8) in the corresponding scipy pyf files.
* Fix f2py and docTravis Oliphant2006-07-081-1/+1
|
* Fix f2py to use new namesTravis Oliphant2006-07-081-4/+4
|
* Fix f2py to handle character arrays in common blocksTravis Oliphant2006-03-081-0/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+123