index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
f2py
/
f2py2e.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-25
STY: Make pyflakes fixes in numpy/f2py
Charles Harris
1
-140
/
+198
2014-02-06
ENH: remove insecure mktemp use
Julian Taylor
1
-2
/
+2
2013-12-30
MAINT: remove use of ``reload`` from f2py. See gh-4139.
Ralf Gommers
1
-5
/
+1
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
1
-42
/
+42
2013-05-02
MAINT: Apply 2to3 idioms fixer.
Charles Harris
1
-1
/
+1
2013-04-14
2to3: Apply types fixer.
Charles Harris
1
-8
/
+6
2013-04-10
2to3: Apply `map` fixer.
Charles Harris
1
-2
/
+2
2013-04-08
2to3: Apply `repr` fixer.
Charles Harris
1
-4
/
+4
2013-04-06
2to3: apply `dict` fixer.
Charles Harris
1
-1
/
+1
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
1
-5
/
+5
2013-03-28
2to3: Use absolute imports.
Charles Harris
1
-8
/
+8
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
1
-0
/
+2
2013-02-28
BUG: Fix `not a in ...` to `a not in ...`.
Charles Harris
1
-14
/
+15
2013-02-28
REF: Replace filters with list comprehensions.
Charles Harris
1
-12
/
+17
2013-02-28
2to3: Apply `filter` fixes. Closes #3053.
Charles Harris
1
-11
/
+11
2013-02-26
2to3: Use modern exception syntax.
Charles Harris
1
-1
/
+1
2011-06-21
BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...
Pearu Peterson
1
-5
/
+15
2011-04-05
STY: Update exception styles, trickier ones.
Charles Harris
1
-1
/
+1
2010-09-17
FEAT: add C module and f2py fortran wrapper output customization from command...
David Cournapeau
1
-3
/
+20
2010-03-06
3K: f2py: make f2py run far enough to produce output files (they don't compil...
Pauli Virtanen
1
-10
/
+14
2008-12-31
ran reindent
Jarrod Millman
1
-1
/
+1
2008-09-18
Removed unused/redundant imports.
Alan McIntyre
1
-5
/
+2
2008-07-03
Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/
Robert Kern
1
-2
/
+2
2007-11-28
use 'in' keyword to test dictionary membership
Jarrod Millman
1
-16
/
+18
2007-10-29
using faster string methods rather than deprecated string module
Jarrod Millman
1
-6
/
+11
2007-10-29
Using the in operator to find substrings. It is shorter and easier to unders...
Jarrod Millman
1
-1
/
+1
2007-06-08
Fix f2py --fcompiler=.. option.
Pearu Peterson
1
-0
/
+1
2007-05-14
Fix f2py command line doc.
Pearu Peterson
1
-1
/
+1
2006-10-10
Resolved ticket 285: imporved error messages
Pearu Peterson
1
-2
/
+2
2006-10-02
F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.
Pearu Peterson
1
-0
/
+6
2006-03-10
Run reindent.py (script distributed with Python) over the source to remove ex...
cookedm
1
-4
/
+3
2006-03-02
Fixed license statement
Robert Kern
1
-1
/
+1
2006-01-20
Change License text to NumPy License (permission granted by Pearu)
Travis Oliphant
1
-1
/
+1
2006-01-05
Cleaning up __all__ list and numpy namespace.
Pearu Peterson
1
-1
/
+1
2006-01-04
Fixed name issue.
Travis Oliphant
1
-1
/
+1
2006-01-04
Fixed version issue..
Travis Oliphant
1
-2
/
+2
2006-01-04
Changed all references to scipy to numpy
Travis Oliphant
1
-17
/
+17
2006-01-04
Moved scipy directory to numpy
Travis Oliphant
1
-0
/
+555