1. 297a4b8 Remove f2py.lib from setupscons.py by David Cournapeau · 17 years ago
  2. 73cc84b Remove uses of set_package_path, set_local_path, restore_path, and by Alan McIntyre · 17 years ago
  3. 5873cfd Fix setup script. Exclude test that requires building from the main test suite. by Robert Kern · 17 years ago
  4. 484c100 Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/ by Robert Kern · 17 years ago
  5. c8f88c0 Clean up test output such that a completely-passing test suite has no extraneous output. by Robert Kern · 17 years ago
  6. af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
  7. c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
  8. 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
  9. a6f2148 f2py: disallow matching module procedure-s as module-s. by Pearu Peterson · 17 years ago
  10. f968b18 Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792. by Pearu Peterson · 17 years ago
  11. db8970d Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2' by Pearu Peterson · 17 years ago
  12. 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
  13. e50fa8e Fix issue 587 by Pearu Peterson · 17 years ago
  14. fb3f711 Merge revisions 4721:4771 from the trunk by Jarrod Millman · 18 years ago
  15. 25b3334 Fix intent(callback) when used inside Fortran source. by Pearu Peterson · 18 years ago
  16. 7e33f2e Catch wrong array sizes when the length of an array is 1. by Pearu Peterson · 18 years ago
  17. 2bcb222 Add setupscons.py for pure python packages by David Cournapeau · 18 years ago
  18. 423b195 braino by Jarrod Millman · 18 years ago
  19. e7191fc janitorial work by Jarrod Millman · 18 years ago
  20. bd16a4f Interfaces have attributes. by Robert Kern · 18 years ago
  21. 89fa0fd Fix typo. by Pearu Peterson · 18 years ago
  22. 8610fb8 Another string method conversion typo. by Robert Kern · 18 years ago
  23. 6c00b11 use 'in' keyword to test dictionary membership by Jarrod Millman · 18 years ago
  24. 4cd7a18 another typo by Jarrod Millman · 18 years ago
  25. 8d91e0a typo by Jarrod Millman · 18 years ago
  26. 0b77f0e ran reindent.py to clean up whitespace by Jarrod Millman · 18 years ago
  27. 06b3165 using faster string methods rather than deprecated string module by Jarrod Millman · 18 years ago
  28. 3cb37bb Using the in operator to find substrings. It is shorter and easier to understand. by Jarrod Millman · 18 years ago
  29. e41b3a4 removing decorators (see #580) by Jarrod Millman · 18 years ago
  30. 610438f Rename test classes to CapWords. by Stefan van der Walt · 18 years ago
  31. f362b39 Fix whitespace to conform to Python 3000 convention. by Stefan van der Walt · 18 years ago
  32. 9fc1daf extgen: removing old files by Pearu Peterson · 18 years ago
  33. a6148b2 extgen: restored numpy support, fixed bugs. by Pearu Peterson · 18 years ago
  34. d4375f2 extgen: rewrite, clean up, update docs, simple example from Python reference manual. by Pearu Peterson · 18 years ago
  35. ad48c03 extgen: added initial values to C declarations. by Pearu Peterson · 18 years ago
  36. 7edfd74 extgen: impl support to all scalar C types and strings that Python supports. by Pearu Peterson · 18 years ago
  37. 45176ed extgen: added argument dependecies support, reviewed reference counting of input and output arguments. by Pearu Peterson · 18 years ago
  38. 9bee053 Added numpy array and scalar support to PyCTypePython. by Pearu Peterson · 18 years ago
  39. 7a605b4 extgen: Impl argument support to all Python types. by Pearu Peterson · 18 years ago
  40. c7f8d0d ExtGen: impl PObject* and C int support, minor improvements. by Pearu Peterson · 18 years ago
  41. 4196b72 Impl CType classes and rewrote docs. by Pearu Peterson · 18 years ago
  42. 2ff91f9 Add extgen subpackage. by Stefan van der Walt · 18 years ago
  43. 0cd859e ExtGen: doc update. by Pearu Peterson · 18 years ago
  44. 0a24806 Impl basic argument support and documentation generation. by Pearu Peterson · 18 years ago
  45. 66650bd Initial commit of extgen - Python Extension module Generator package. by Pearu Peterson · 18 years ago
  46. 73001f4 Ignore blank lines when determining Fortran free format. by Robert Kern · 18 years ago
  47. e4cf341 Doc update 2. by Pearu Peterson · 18 years ago
  48. e4ccde2 Doc update. by Pearu Peterson · 18 years ago
  49. 0b60733 Added doc file for the g3 f2py library package. by Pearu Peterson · 18 years ago
  50. c41545e update fortran parser docs, 2 by Pearu Peterson · 18 years ago
  51. 830b621 update fortran parser docs. by Pearu Peterson · 18 years ago
  52. 02212b6 updated fortran parser docs to rest by Pearu Peterson · 18 years ago
  53. 2dd0839 Fix f2py --fcompiler=.. option. by Pearu Peterson · 18 years ago
  54. 5ed8acc f2py_testing: remove jiffies, memusage definitions. Use numpy.testing.util versions instead by cookedm · 18 years ago
  55. bfb1633 Use log.debug instead of print in setup.py's by cookedm · 18 years ago
  56. a95189e Minor for Python 2.3 support. by Pearu Peterson · 18 years ago
  57. 0683bce g3 f2py: impl. compiling Fortran codes online (function numpy.f2py.lib.compile), clean up testing. by Pearu Peterson · 18 years ago
  58. 6a0074d Fix f2py command line doc. by Pearu Peterson · 18 years ago
  59. 72f78a7 Fix doc rest formatting - 2. by Pearu Peterson · 18 years ago
  60. 0176d33 Fix doc rest formatting. by Pearu Peterson · 18 years ago
  61. cc7d893 Clean up setup() calls. by Pearu Peterson · 18 years ago
  62. e52ea92 Fix pointer size for F90 allocatable arrays on 64-bit platform. Closes ticket #147. by Stefan van der Walt · 18 years ago
  63. d8f883a f2py: support for assumed shape arrays of fortran callback functions (will not work with python callback functions, for instance). by Pearu Peterson · 18 years ago
  64. ad22a17 Fix #491 by Robert Kern · 18 years ago
  65. 5c8f992 Applying patch from ticket 437. by Pearu Peterson · 18 years ago
  66. 1214839 G3 F2PY: Fixed parsing a*b**c expression. by Pearu Peterson · 19 years ago
  67. e56a09a clean up unused imports and bad whitespace by Tim Leslie · 19 years ago
  68. 1bd2d49 Whitespace cleanup. by Stefan van der Walt · 19 years ago
  69. 3fa7474 Cont. implementing F2000 parser. by Pearu Peterson · 19 years ago
  70. 8b48eb0 Moving the research/ directory out of the trunk as it takes up space in the source distribution without being useful for users. by Robert Kern · 19 years ago
  71. ed184cd F2PY G3: continued F2003 parser implementation and unittesting. by Pearu Peterson · 19 years ago
  72. 8cc0bab Apply #368 by Travis Oliphant · 19 years ago
  73. a39c1cd F2PY G3: Cont impl F2003 parser; defined all syntax rules. by Pearu Peterson · 19 years ago
  74. d02c44d F2PY: Cont implementing Fortran 2003 parser. Clean up. by Pearu Peterson · 19 years ago
  75. 2f43a2f Fix some reference-count problems in f2py with data-type objects. by Travis Oliphant · 19 years ago
  76. 4d11fdf F2PY: Cont. unifying Fortran stmt and expr parsers. by Pearu Peterson · 19 years ago
  77. 9bc2e05 F2PY: start unifying Fortran statement and expression parsers. by Pearu Peterson · 19 years ago
  78. 1dd7c93 F2PY G3: more tests for Fortran expr parser. by Pearu Peterson · 19 years ago
  79. 2d3a2f6 F2PY: Optimised Fortran expr parser. Fixed bugs. by Pearu Peterson · 19 years ago
  80. 1e25ae2 F2PY G3: finished Fortran expression parser implementation, comes with complete unittests. by Pearu Peterson · 19 years ago
  81. 4ea6483 F2PY G3: Cont implementing Fortran expression parser, almost finished. by Pearu Peterson · 19 years ago
  82. 400ba83 F2PY G3: Cont. implementing Fortran expression parser and unittests. by Pearu Peterson · 19 years ago
  83. 0de69a4 F2PY G3: implementingg Fortran expression parser cont. by Pearu Peterson · 19 years ago
  84. 0397a05 F2PY G3: fixed bugs (ticket 361), impl expression parser. by Pearu Peterson · 19 years ago
  85. b5a1759 F2PY G3: Impl. pattern tools for expression parsing. by Pearu Peterson · 19 years ago
  86. 5e6ae5b F2PY G3: started impl array support. by Pearu Peterson · 19 years ago
  87. b489d3b F2PY G3: started impl array support and expression parser. by Pearu Peterson · 19 years ago
  88. 88c3c46 f2py-2e is not ready for PyArray_STRING, using PyArray_CHAR for now (character*n support has improved in f2py-g3.). by Pearu Peterson · 19 years ago
  89. f1c9d44 F2PY G3: fixed compiler warnings. by Pearu Peterson · 19 years ago
  90. ec5a391 F2PY G3: modules can import f90 derived type wrappers from other modules. by Pearu Peterson · 19 years ago
  91. 45f9558 F2PY G3: exposing f90 type information via _API variable for other modules. by Pearu Peterson · 19 years ago
  92. 9361c17 F2PY: Impl. (suboptimal) solution for nested f90 module wrapping. by Pearu Peterson · 19 years ago
  93. a6f8d27 F2PY G3: Impl. F90 module subprogram support and simple tests. by Pearu Peterson · 19 years ago
  94. d6c1b18 F2PY G3: Impl. scalar function support and tests. by Pearu Peterson · 19 years ago
  95. 92a2537 F2PY G3: improved public/private spec handling. Added function wrapping support. by Pearu Peterson · 19 years ago
  96. f558fbb Resolved ticket 285: imporved error messages by Pearu Peterson · 19 years ago
  97. f9b93a7 F2PY G3: refactored Python specific wrapper code from parser. by Pearu Peterson · 19 years ago
  98. b7f719a F2PY G3: added simple test for subroutine with derived type intent(in,out) argument. Fixed bugs. by Pearu Peterson · 19 years ago
  99. cc7fd3d F2PY G3: added support and tests for character*(*) types. by Pearu Peterson · 19 years ago
  100. fd52a61 F2PY G3: Impl. support and tests for scalar logical and character*<len> types. by Pearu Peterson · 19 years ago