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