summaryrefslogtreecommitdiff
path: root/numpy/f2py/src/fortranobject.c
Commit message (Expand)AuthorAgeFilesLines
* Catch wrong array sizes when the length of an array is 1.Pearu Peterson2008-01-251-7/+16
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-602/+603
* Fix some reference-count problems in f2py with data-type objects.Travis Oliphant2006-10-301-12/+21
* More f2py changesTravis Oliphant2006-07-081-20/+20
* More fixes to f2pyTravis Oliphant2006-07-081-4/+4
* Fix f2py to use new namesTravis Oliphant2006-07-081-17/+17
* Fix missing error check.Travis Oliphant2006-04-271-0/+1
* Fix f2py to handle character arrays in common blocksTravis Oliphant2006-03-081-5/+27
* Fixed f2py bug in calculating dims vector when expected rank equals to array ...Pearu Peterson2006-01-251-29/+36
* Remove bad 'fix' for f2pyTravis Oliphant2006-01-241-2/+4
* Comment change in fortranobject.c better.Travis Oliphant2006-01-221-0/+4
* Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not...Travis Oliphant2006-01-221-0/+14
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+756