1. b288b51 BUGLET: Need "\\n" in string template. by Charles Harris · 15 years ago
  2. b537514 BUG: Backport fixes to the fix to numpy/f2py/setup.py. by Charles Harris · 15 years ago
  3. be68969 BUG: Fix generated f2py bootstrap script to work with python 3k. by Charles Harris · 15 years ago
  4. ccd7d1a ENH: restore ABI for 1.5.x branch by Pauli Virtanen · 15 years ago
  5. 2ffe4e6 3K: f2py: catch a misc import error by Pauli Virtanen · 15 years ago
  6. 6f20d1e BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects on Python 2.x by Pauli Virtanen · 15 years ago
  7. 3918041 f2py: fixed typos in TRYCOMPLEXPYARRAYTEMPLATE. by Pearu Peterson · 15 years ago
  8. 6d438e6 BUG: f2py: replace a string exception with a real one (fixes #1515) by Pauli Virtanen · 15 years ago
  9. bc656ee ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule by Charles Harris · 15 years ago
  10. af2b057 TST: mark slow f2py tests + add f2py test function. by David Cournapeau · 15 years ago
  11. dc9621d 3K: f2py: make create_cb_arglist work with Py3 functions by Pauli Virtanen · 15 years ago
  12. 11ff835 3K: f2py: port the array_from_pyobj test module to Py3 by Pauli Virtanen · 15 years ago
  13. 80f6b2a BUG: f2py: fix infinite loops in *_from_pyobj with unicode input by Pauli Virtanen · 15 years ago
  14. 4c1ae33 3K: f2py: port much of f2py C code to Py3 by Pauli Virtanen · 15 years ago
  15. 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
  16. b65938a 3K: f2py: map PyString -> PyBytes and PyInt -> PyLong on Py3 by Pauli Virtanen · 15 years ago
  17. 4a26b70 3K: f2py: address a semantic difference between Py2 and Py3 by Pauli Virtanen · 15 years ago
  18. 733ebda BUG: f2py: fix F90 detection in the tests by Pauli Virtanen · 15 years ago
  19. 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
  20. c51146b ENH: f2py: skip also test_array_from_pyobj if no C compiler is available by Pauli Virtanen · 15 years ago
  21. 16179a0 BUG: f2py: ensure that ARRAY_ISCOMPATIBLE macro handles also booleans by Pauli Virtanen · 15 years ago
  22. 399018f ENH: f2py: convert test suite to Nose form by Pauli Virtanen · 15 years ago
  23. f358068 ENH: Add support for PyCapsule. by Charles Harris · 15 years ago
  24. 9596a89 BUG: Fix imports in diagnose and excise old crap. by Charles Harris · 15 years ago
  25. d3c7ae5 ENH: Add diagnose to f2py package. This makes the tests a bit easier to fix. by Charles Harris · 15 years ago
  26. 2f33218 BUG: Shoddy quick fix of some f2py tests so they run. The tests expose errors, by Charles Harris · 15 years ago
  27. 11b80e7 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce by Pauli Virtanen · 16 years ago
  28. c3c6b10 3K: f2py: use integer division to avoid problems with string multiplication by Pauli Virtanen · 16 years ago
  29. 10985dc 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them to functions by Pauli Virtanen · 16 years ago
  30. 08ec797 Make f2py setup.py runnable under python3. by David Cournapeau · 16 years ago
  31. 3d36bf2 Disable 7712 patch. by Pearu Peterson · 16 years ago
  32. d1e0c40 f2py: fix a code generation bug when callback function is taking arguments with the same symbol name. by Pearu Peterson · 16 years ago
  33. a5ebfbb BUG Fix ticket #1285. Problem located by cgranade. by Charles Harris · 16 years ago
  34. 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
  35. cdd23ab Replace \r by \n. by Charles Harris · 16 years ago
  36. 5765828 BUG: fix f2py generated code for MSVC 9. by David Cournapeau · 16 years ago
  37. 28f1a24 Remove useless f2py debug print. by David Cournapeau · 16 years ago
  38. 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
  39. 653d2b2 f2py: ignore concatenation of strings in initexpressions. by Pearu Peterson · 16 years ago
  40. 7170d0a Python 3000 fixes for 2to3 [patch by James Watson]. by Stefan van der Walt · 16 years ago
  41. 932368e Fix hyphen (patch from debian package). by David Cournapeau · 17 years ago
  42. 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
  43. 8c448a3 ran reindent by Jarrod Millman · 17 years ago
  44. ed916ff Fix issue 964: f2py python 2.6, 2.6.1 support. by Pearu Peterson · 17 years ago
  45. fbe2af2 Fix a bug. by Pearu Peterson · 17 years ago
  46. 95104b8 Removed unused/redundant imports. PEP8 conformance (only one import per line). by Alan McIntyre · 17 years ago
  47. b01bf6f Fix typo. by Pearu Peterson · 17 years ago
  48. 297a4b8 Remove f2py.lib from setupscons.py by David Cournapeau · 17 years ago
  49. 73cc84b Remove uses of set_package_path, set_local_path, restore_path, and by Alan McIntyre · 17 years ago
  50. 5873cfd Fix setup script. Exclude test that requires building from the main test suite. by Robert Kern · 17 years ago
  51. 484c100 Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/ by Robert Kern · 17 years ago
  52. c8f88c0 Clean up test output such that a completely-passing test suite has no extraneous output. by Robert Kern · 17 years ago
  53. af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
  54. c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
  55. 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
  56. a6f2148 f2py: disallow matching module procedure-s as module-s. by Pearu Peterson · 17 years ago
  57. f968b18 Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792. by Pearu Peterson · 17 years ago
  58. db8970d Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2' by Pearu Peterson · 17 years ago
  59. 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
  60. e50fa8e Fix issue 587 by Pearu Peterson · 17 years ago
  61. fb3f711 Merge revisions 4721:4771 from the trunk by Jarrod Millman · 18 years ago
  62. 25b3334 Fix intent(callback) when used inside Fortran source. by Pearu Peterson · 18 years ago
  63. 7e33f2e Catch wrong array sizes when the length of an array is 1. by Pearu Peterson · 18 years ago
  64. 2bcb222 Add setupscons.py for pure python packages by David Cournapeau · 18 years ago
  65. 423b195 braino by Jarrod Millman · 18 years ago
  66. e7191fc janitorial work by Jarrod Millman · 18 years ago
  67. bd16a4f Interfaces have attributes. by Robert Kern · 18 years ago
  68. 89fa0fd Fix typo. by Pearu Peterson · 18 years ago
  69. 8610fb8 Another string method conversion typo. by Robert Kern · 18 years ago
  70. 6c00b11 use 'in' keyword to test dictionary membership by Jarrod Millman · 18 years ago
  71. 4cd7a18 another typo by Jarrod Millman · 18 years ago
  72. 8d91e0a typo by Jarrod Millman · 18 years ago
  73. 0b77f0e ran reindent.py to clean up whitespace by Jarrod Millman · 18 years ago
  74. 06b3165 using faster string methods rather than deprecated string module by Jarrod Millman · 18 years ago
  75. 3cb37bb Using the in operator to find substrings. It is shorter and easier to understand. by Jarrod Millman · 18 years ago
  76. e41b3a4 removing decorators (see #580) by Jarrod Millman · 18 years ago
  77. 610438f Rename test classes to CapWords. by Stefan van der Walt · 18 years ago
  78. f362b39 Fix whitespace to conform to Python 3000 convention. by Stefan van der Walt · 18 years ago
  79. 9fc1daf extgen: removing old files by Pearu Peterson · 18 years ago
  80. a6148b2 extgen: restored numpy support, fixed bugs. by Pearu Peterson · 18 years ago
  81. d4375f2 extgen: rewrite, clean up, update docs, simple example from Python reference manual. by Pearu Peterson · 18 years ago
  82. ad48c03 extgen: added initial values to C declarations. by Pearu Peterson · 18 years ago
  83. 7edfd74 extgen: impl support to all scalar C types and strings that Python supports. by Pearu Peterson · 18 years ago
  84. 45176ed extgen: added argument dependecies support, reviewed reference counting of input and output arguments. by Pearu Peterson · 18 years ago
  85. 9bee053 Added numpy array and scalar support to PyCTypePython. by Pearu Peterson · 18 years ago
  86. 7a605b4 extgen: Impl argument support to all Python types. by Pearu Peterson · 18 years ago
  87. c7f8d0d ExtGen: impl PObject* and C int support, minor improvements. by Pearu Peterson · 18 years ago
  88. 4196b72 Impl CType classes and rewrote docs. by Pearu Peterson · 18 years ago
  89. 2ff91f9 Add extgen subpackage. by Stefan van der Walt · 18 years ago
  90. 0cd859e ExtGen: doc update. by Pearu Peterson · 18 years ago
  91. 0a24806 Impl basic argument support and documentation generation. by Pearu Peterson · 18 years ago
  92. 66650bd Initial commit of extgen - Python Extension module Generator package. by Pearu Peterson · 18 years ago
  93. 73001f4 Ignore blank lines when determining Fortran free format. by Robert Kern · 18 years ago
  94. e4cf341 Doc update 2. by Pearu Peterson · 18 years ago
  95. e4ccde2 Doc update. by Pearu Peterson · 18 years ago
  96. 0b60733 Added doc file for the g3 f2py library package. by Pearu Peterson · 18 years ago
  97. c41545e update fortran parser docs, 2 by Pearu Peterson · 18 years ago
  98. 830b621 update fortran parser docs. by Pearu Peterson · 18 years ago
  99. 02212b6 updated fortran parser docs to rest by Pearu Peterson · 18 years ago
  100. 2dd0839 Fix f2py --fcompiler=.. option. by Pearu Peterson · 18 years ago