- 3c2ddd9 BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --include-paths. Updated docs. by Pearu Peterson · 14 years ago
- 08953ea BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbose on unspecified use modules. by Pearu Peterson · 14 years ago
- 243a6fd BUG: Fix the order of declaring variables in f2py generated code. The bug was noticable with ifort but not with gfortran. by Pearu Peterson · 14 years ago
- b5deff1 BUG: Fix two argument size support for Fortran module routines. Reverted size-to-shape mapping patch and implemented two argument size function in C. by Pearu Peterson · 14 years ago
- f15b435 BUG: Fix assumed shape support for module routines. by Pearu Peterson · 14 years ago
- f5202c8 BUG: Fix memory leak in f2py_rout_wrap_call test. by Michael Droettboom · 14 years ago
- a172fd6 BUG: fix f2py bug in generating interfaces for assumed shape support as an addition to 4d43ec5. by Pearu Peterson · 14 years ago
- 044ffda BUG: Fix f2py function wrapping (assumed_shape test) for gcc 4.5.x. by Pearu Peterson · 14 years ago
- 4065b52 BUG: fix f2py bug in generating interfaces for assumed shape support. by Pearu Peterson · 14 years ago
- 12fbce4 BUG: fixing selected_real_kind for PowerPC by Pearu Peterson · 14 years ago
- 9aa04be BUG: fix f2py bug of converting an expression to variable, fixes ticket #1614. by Pearu Peterson · 14 years ago
- 3e26583 BUG: f2py fix to scan literal strings with ! character, fixes ticket #1228 by Pearu Peterson · 14 years ago
- b598d9c ENH: f2py: support Fortran size function with two arguments (ticket #1765). by Pearu Peterson · 14 years ago
- f8c38cb BUG: Fixed ticket #1767. Replaced assert with assert_ calls. by Pearu Peterson · 14 years ago
- 87e0f55 Merge remote branch 'upstream/master' into f2py-assumed-shape by Pearu Peterson · 14 years ago
- 81fbb51 Fix bug in constructing use statement with only. by Pearu Peterson · 14 years ago
- 3dfe0e1 Implemented selected_real_kind evaluation, added tests to catch processor dependencies.. by Pearu Peterson · 14 years ago
- aea92de Implemented selected_real_kind evaluation, added tests to catch processor dependencies.. by Pearu Peterson · 14 years ago
- 715b9c7 Fix assumed shape support for routines that use modules. Improved .f2py_f2cmap messages. by Pearu Peterson · 14 years ago
- d7ea62c WIP: implemented assumed shape support for Fortran subroutines. by Pearu Peterson · 14 years ago
- cafd2df WIP: added assumed shape array support to Fortran functions. by Pearu Peterson · 14 years ago
- e2e2652 BUG: Fixes ticket 1693. by Pearu Peterson · 15 years ago
- 67ed62e BUG: Fix ticket 1679. by Pearu Peterson · 15 years ago
- 1ef8aac BUG: f2py: fix creating string object from callback function using string size. by Pearu Peterson · 15 years ago
- 9950e72 BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde) by Pauli Virtanen · 15 years ago
- 3466789 BUGLET: Need "\\n" in string template. by Charles Harris · 15 years ago
- 50479e9 FIX: And add missing \n for error message. by Charles Harris · 15 years ago
- 8f6114b BUG: Fix previous fix to numpy/g2py/setup.py. by Charles Harris · 15 years ago
- 29cccb6 BUG: Fix generated f2py bootstrap script to work with python 3k. by Charles Harris · 15 years ago
- e6eafde FEAT: add C module and f2py fortran wrapper output customization from command line. by David Cournapeau · 15 years ago
- fa0842f f2py: fixed issue 1533 (scanning pyf files will report lines that do not match known patterns). by Pearu Peterson · 15 years ago
- 8a4fb93 3K: f2py: catch a misc import error by Pauli Virtanen · 15 years ago
- 6f20d1e BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects on Python 2.x by Pauli Virtanen · 15 years ago
- 3918041 f2py: fixed typos in TRYCOMPLEXPYARRAYTEMPLATE. by Pearu Peterson · 15 years ago
- 6d438e6 BUG: f2py: replace a string exception with a real one (fixes #1515) by Pauli Virtanen · 15 years ago
- bc656ee ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule by Charles Harris · 15 years ago
- af2b057 TST: mark slow f2py tests + add f2py test function. by David Cournapeau · 15 years ago
- dc9621d 3K: f2py: make create_cb_arglist work with Py3 functions by Pauli Virtanen · 15 years ago
- 11ff835 3K: f2py: port the array_from_pyobj test module to Py3 by Pauli Virtanen · 15 years ago
- 80f6b2a BUG: f2py: fix infinite loops in *_from_pyobj with unicode input by Pauli Virtanen · 15 years ago
- 4c1ae33 3K: f2py: port much of f2py C code to Py3 by Pauli Virtanen · 15 years ago
- 2fb79c1 3K: f2py: don't use test generators in the tests -- they don't really work on Nose on Py3 by Pauli Virtanen · 15 years ago
- b65938a 3K: f2py: map PyString -> PyBytes and PyInt -> PyLong on Py3 by Pauli Virtanen · 15 years ago
- 4a26b70 3K: f2py: address a semantic difference between Py2 and Py3 by Pauli Virtanen · 15 years ago
- 733ebda BUG: f2py: fix F90 detection in the tests by Pauli Virtanen · 15 years ago
- 8ed3440 3K: f2py: make f2py run far enough to produce output files (they don't compile yet, though, as the C code is not Py3 compatible) by Pauli Virtanen · 15 years ago
- c51146b ENH: f2py: skip also test_array_from_pyobj if no C compiler is available by Pauli Virtanen · 15 years ago
- 16179a0 BUG: f2py: ensure that ARRAY_ISCOMPATIBLE macro handles also booleans by Pauli Virtanen · 15 years ago
- 399018f ENH: f2py: convert test suite to Nose form by Pauli Virtanen · 15 years ago
- f358068 ENH: Add support for PyCapsule. by Charles Harris · 15 years ago
- 9596a89 BUG: Fix imports in diagnose and excise old crap. by Charles Harris · 15 years ago
- d3c7ae5 ENH: Add diagnose to f2py package. This makes the tests a bit easier to fix. by Charles Harris · 15 years ago
- 2f33218 BUG: Shoddy quick fix of some f2py tests so they run. The tests expose errors, by Charles Harris · 15 years ago
- 11b80e7 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce by Pauli Virtanen · 16 years ago
- c3c6b10 3K: f2py: use integer division to avoid problems with string multiplication by Pauli Virtanen · 16 years ago
- 10985dc 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them to functions by Pauli Virtanen · 16 years ago
- 08ec797 Make f2py setup.py runnable under python3. by David Cournapeau · 16 years ago
- 3d36bf2 Disable 7712 patch. by Pearu Peterson · 16 years ago
- d1e0c40 f2py: fix a code generation bug when callback function is taking arguments with the same symbol name. by Pearu Peterson · 16 years ago
- a5ebfbb BUG Fix ticket #1285. Problem located by cgranade. by Charles Harris · 16 years ago
- 11de890 Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 after using intent(align8) in the corresponding scipy pyf files. by Pearu Peterson · 16 years ago
- cdd23ab Replace \r by \n. by Charles Harris · 16 years ago
- 5765828 BUG: fix f2py generated code for MSVC 9. by David Cournapeau · 16 years ago
- 28f1a24 Remove useless f2py debug print. by David Cournapeau · 16 years ago
- a0945f6 f2py: fix a bug evaluating parameters with kind function: kind(1.0), kind(1.0d) must be 4, 8, respectively. by Pearu Peterson · 16 years ago
- 653d2b2 f2py: ignore concatenation of strings in initexpressions. by Pearu Peterson · 16 years ago
- 7170d0a Python 3000 fixes for 2to3 [patch by James Watson]. by Stefan van der Walt · 16 years ago
- 932368e Fix hyphen (patch from debian package). by David Cournapeau · 17 years ago
- aa423d9 Avoid putting things into stderr when errors occurs in f2py wrappers; put all the info in the python error string instead. by David Cournapeau · 17 years ago
- 8c448a3 ran reindent by Jarrod Millman · 17 years ago
- ed916ff Fix issue 964: f2py python 2.6, 2.6.1 support. by Pearu Peterson · 17 years ago
- fbe2af2 Fix a bug. by Pearu Peterson · 17 years ago
- 95104b8 Removed unused/redundant imports. PEP8 conformance (only one import per line). by Alan McIntyre · 17 years ago
- b01bf6f Fix typo. by Pearu Peterson · 17 years ago
- 297a4b8 Remove f2py.lib from setupscons.py by David Cournapeau · 17 years ago
- 73cc84b Remove uses of set_package_path, set_local_path, restore_path, and by Alan McIntyre · 17 years ago
- 5873cfd Fix setup script. Exclude test that requires building from the main test suite. by Robert Kern · 17 years ago
- 484c100 Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/ by Robert Kern · 17 years ago
- c8f88c0 Clean up test output such that a completely-passing test suite has no extraneous output. by Robert Kern · 17 years ago
- af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
- c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
- ebecbb1 f2py: Allow expressions that contain max/min calls, be used as dimension specifications. Defined macros min/max that are needed when --lower is used. Typical usage case: real a(min(1,n)). by Pearu Peterson · 17 years ago
- a6f2148 f2py: disallow matching module procedure-s as module-s. by Pearu Peterson · 17 years ago
- f968b18 Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792. by Pearu Peterson · 17 years ago
- db8970d Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2' by Pearu Peterson · 17 years ago
- 0323900 Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry Stefan, no unittest; the original code is not amenable to unittests without a large refactoring. by Robert Kern · 17 years ago
- e50fa8e Fix issue 587 by Pearu Peterson · 17 years ago
- fb3f711 Merge revisions 4721:4771 from the trunk by Jarrod Millman · 18 years ago
- 25b3334 Fix intent(callback) when used inside Fortran source. by Pearu Peterson · 18 years ago
- 7e33f2e Catch wrong array sizes when the length of an array is 1. by Pearu Peterson · 18 years ago
- 2bcb222 Add setupscons.py for pure python packages by David Cournapeau · 18 years ago
- 423b195 braino by Jarrod Millman · 18 years ago
- e7191fc janitorial work by Jarrod Millman · 18 years ago
- bd16a4f Interfaces have attributes. by Robert Kern · 18 years ago
- 89fa0fd Fix typo. by Pearu Peterson · 18 years ago
- 8610fb8 Another string method conversion typo. by Robert Kern · 18 years ago
- 6c00b11 use 'in' keyword to test dictionary membership by Jarrod Millman · 18 years ago
- 4cd7a18 another typo by Jarrod Millman · 18 years ago
- 8d91e0a typo by Jarrod Millman · 18 years ago
- 0b77f0e ran reindent.py to clean up whitespace by Jarrod Millman · 18 years ago