summaryrefslogtreecommitdiff
path: root/numpy/f2py/rules.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix f2py to use new namesTravis Oliphant2006-07-081-2/+2
|
* Fix compiler warnings about returning int in void function.Pearu Peterson2006-04-261-4/+3
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-11/+11
| | | | extraneous whitespace
* Added missing return to f2py generated ext/module init function.Pearu Peterson2006-01-241-1/+1
|
* Instead of Fatal error in f2py ext.modules let Python handle raising an ↵Pearu Peterson2006-01-241-2/+2
| | | | exception.
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
|
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+1345