summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* crackfortran: changed string.lowercase to string.ascii_lowercaseochoadavid2013-10-241-1/+1
* BUG: f2py, fix decref on wrong objectJulian Taylor2013-09-121-2/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-1828-1468/+1468
* STY: Giant whitespace cleanup.Charles Harris2013-08-1822-180/+176
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-21/+0
* BUG: f2py script shebang may refer to wrong pythonCarwyn Pelley2013-05-231-2/+2
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-028-53/+54
* 2to3: Apply types fixer.Charles Harris2013-04-146-67/+59
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-134-8/+12
* replace exec by eval to ensure the c variable is defined for all relevant pyt...Jos de Kloe2013-04-121-1/+1
* 2to3: Apply `map` fixer.Charles Harris2013-04-107-12/+15
* 2to3: Apply `repr` fixer.Charles Harris2013-04-0816-122/+122
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-074-52/+52
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-064-52/+52
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0632-122/+122
|/
* 2to3: Apply `imports` fixer.Charles Harris2013-04-022-3/+7
* 2to3: Use absolute imports.Charles Harris2013-03-2831-78/+78
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-272-2/+2
* Merge pull request #3014 from bfroehle/f2py_unque_symbolCharles Harris2013-03-011-1/+1
|\
| * BUG: Choose a more unique PY_ARRAY_UNIQUE_SYMBOL in f2py.Bradley M. Froehle2013-02-241-1/+1
* | MAINT: Make numpy/f2py/crackfortran docstring read better.Charles Harris2013-03-011-13/+12
* | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0132-128/+189
* | Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-011-12/+18
|\ \
| * | BUG: Fix `not a in ...` to `a not in ...`.Charles Harris2013-02-281-14/+15
| * | REF: Replace filters with list comprehensions.Charles Harris2013-02-281-12/+17
| * | 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-11/+11
* | | 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
* | | Merge pull request #3097 from charris/2to3-sys_excnjsmith2013-03-011-3/+3
|\ \ \
| * | | 2to3: Apply `sys_exc` fixes. Closes #3086.Charles Harris2013-02-281-3/+3
| |/ /
* | | 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
|/ /
* | 2to3: Use modern exception syntax.Charles Harris2013-02-266-22/+22
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-131-124/+0
* TST: f2py: rewrite strings to be easier to readPauli Virtanen2012-11-172-26/+39
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-173-2/+4
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-175-22/+53
* Merge pull request #365 from bfroehle/static_f2py_sizenjsmith2012-09-211-1/+1
|\
| * BUG: Exported f2py_size symbol prevents linking multiple f2py modules.Bradley M. Froehle2012-07-301-1/+1
* | Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-022-2/+2
|/
* BUG: Fix f2py test_kind.py test.Charles Harris2012-03-171-5/+8
* UPD: Use prefixed macros in *.c files except numarray and linalg.Charles Harris2012-02-041-6/+6
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-048-123/+123
* STY: Remove trailing whitespaceMark Wiebe2011-07-261-13/+13
* BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-212-10/+26
* BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbo...Pearu Peterson2011-05-182-2/+3
* BUG: Fix the order of declaring variables in f2py generated code. The bug was...Pearu Peterson2011-05-071-2/+6
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-064-10/+76
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-064-12/+70
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3