summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
...
| * TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-092-0/+41
| * BUG: Make f2py work with intent(in out).Charles Harris2014-10-091-4/+6
* | MAINT: f2py: rewrite fortran_docLars Buitinck2014-09-281-68/+124
* | Changed the `goto fail` to a `return PyErr_NoMemory()`Chris Kerr2014-09-041-1/+4
* | Add NULL check after malloc() in fortranobject.cChris Kerr2014-09-041-0/+1
* | TST: skip clongdouble alignment checks on 32 bit archesJulian Taylor2014-09-031-3/+5
* | Merge pull request #5021 from charris/remove-missing-files-from-setupRalf Gommers2014-08-291-2/+0
|\ \
| * | MAINT: Remove references to missing files from install.Charles Harris2014-08-291-2/+0
| |/
* | TST: win32 also does not provide 16 byte alignmentJulian Taylor2014-07-271-1/+1
* | TST: disable tests that fail due to bad alignment on sparcJulian Taylor2014-07-021-35/+44
|/
* Merge pull request #4315 from charris/fix-gh-2408Charles Harris2014-02-201-8/+6
|\
| * BUG: #2408, Fix f2py Python 3 error message string bug.Charles Harris2014-02-171-8/+6
* | Merge pull request #4305 from charris/fix-gh-4256Charles Harris2014-02-203-1/+30
|\ \
| * | BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-163-1/+30
| |/
* | BUG: Fix typo in f2py/cfuncs.py.Charles Harris2014-02-161-1/+1
|/
* Merge pull request #4257 from juliantaylor/tostring-deprCharles Harris2014-02-141-1/+2
|\
| * ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-1/+2
* | ENH: remove insecure mktemp useJulian Taylor2014-02-062-15/+15
|/
* MAINT: fix some f2py related build warnings.Ralf Gommers2014-01-221-1/+1
* Merge pull request #4158 from rgommers/f2py-no-reloadCharles Harris2014-01-022-10/+41
|\
| * MAINT: remove use of ``reload`` from f2py. See gh-4139.Ralf Gommers2013-12-302-10/+41
* | DOC: move f2py documentation under doc/ and link its user guide with SphinxPauli Virtanen2014-01-02101-11815/+0
* | DOC: f2py manpage, use minus instead of hyphens for optionsJulian Taylor2014-01-021-2/+2
|/
* Changed CVS cens.ioc.ee documentation links to link to GitHubChris Kerr2013-11-121-8/+8
* Moved old news from README.txt to OLDNEWS.txtChris Kerr2013-11-122-47/+31
* Updated FAQ with links to github issues page etcChris Kerr2013-11-121-30/+18
* 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