summaryrefslogtreecommitdiff
path: root/numpy/f2py/rules.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-5/+5
* 2to3: Apply types fixer.Charles Harris2013-04-141-10/+10
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-10/+10
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+3
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-171-1/+1
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-171-13/+14
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-1/+36
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-171-3/+3
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-3/+38
* ENH: Add support for PyCapsule.Charles Harris2010-02-251-3/+3
* Fix issue 964: f2py python 2.6, 2.6.1 support.Pearu Peterson2008-12-231-1/+11
* Fix issue 587Pearu Peterson2008-04-091-6/+11
* Another string method conversion typo.Robert Kern2007-12-041-1/+1
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-25/+39
* another typoJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-10/+13
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-2/+2
* 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 mingw32...Pearu Peterson2006-04-241-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-11/+11
* 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 excep...Pearu Peterson2006-01-241-2/+2
* 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