summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* Make f2py setup.py runnable under python3.David Cournapeau2009-12-031-1/+1
* Disable 7712 patch.Pearu Peterson2009-11-101-1/+1
* f2py: fix a code generation bug when callback function is taking arguments wi...Pearu Peterson2009-11-092-32/+36
* BUG Fix ticket #1285. Problem located by cgranade.Charles Harris2009-11-061-1/+1
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 a...Pearu Peterson2009-10-254-3/+36
* Replace \r by \n.Charles Harris2009-10-242-1131/+1128
* BUG: fix f2py generated code for MSVC 9.David Cournapeau2009-09-211-0/+4
* Remove useless f2py debug print.David Cournapeau2009-09-151-2/+0
* f2py: fix a bug evaluating parameters with kind function: kind(1.0), kind(1.0...Pearu Peterson2009-07-271-2/+2
* f2py: ignore concatenation of strings in initexpressions.Pearu Peterson2009-04-211-1/+1
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-6/+15
* Fix hyphen (patch from debian package).David Cournapeau2009-02-101-10/+10
* Avoid putting things into stderr when errors occurs in f2py wrappers; put all...David Cournapeau2009-01-081-4/+6
* ran reindentJarrod Millman2008-12-311-1/+1
* Fix issue 964: f2py python 2.6, 2.6.1 support.Pearu Peterson2008-12-231-1/+11
* Fix a bug.Pearu Peterson2008-12-221-2/+2
* Removed unused/redundant imports.Alan McIntyre2008-09-1811-30/+7
* Fix typo.Pearu Peterson2008-09-091-1/+1
* Remove f2py.lib from setupscons.pyDavid Cournapeau2008-07-061-2/+0
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-051-3/+0
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-031-2/+0
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-0343-21659/+6
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-038-18/+9
* Restore old test framework classes.Alan McIntyre2008-06-218-8/+8
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-178-376/+380
* f2py: Allow expressions that contain max/min calls, be used as dimension spec...Pearu Peterson2008-05-192-2/+14
* f2py: disallow matching module procedure-s as module-s.Pearu Peterson2008-05-151-1/+1
* Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792.Pearu Peterson2008-05-151-12/+39
* Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2'Pearu Peterson2008-04-181-1/+1
* Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry Stefa...Robert Kern2008-04-101-1/+1
* Fix issue 587Pearu Peterson2008-04-092-10/+35
* Merge revisions 4721:4771 from the trunkJarrod Millman2008-02-082-10/+23
|\
| * Fix intent(callback) when used inside Fortran source.Pearu Peterson2008-01-311-3/+7
| * Catch wrong array sizes when the length of an array is 1.Pearu Peterson2008-01-251-7/+16
* | Add setupscons.py for pure python packagesDavid Cournapeau2008-01-071-0/+130
|/
* brainoJarrod Millman2007-12-291-4/+6
* janitorial workJarrod Millman2007-12-291-7/+5
* Interfaces have attributes.Robert Kern2007-12-161-1/+1
* Fix typo.Pearu Peterson2007-12-051-1/+1
* Another string method conversion typo.Robert Kern2007-12-041-1/+1
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-2817-496/+808
* another typoJarrod Millman2007-10-291-1/+1
* typoJarrod Millman2007-10-291-1/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-299-58/+58
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-2912-186/+224
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-292-3/+3
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
* Rename test classes to CapWords.Stefan van der Walt2007-10-027-124/+124
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-213-676/+678
* extgen: removing old filesPearu Peterson2007-08-107-1278/+0