summaryrefslogtreecommitdiff
path: root/numpy/f2py/setup.py
Commit message (Expand)AuthorAgeFilesLines
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-14/+14
* BUG: revert use of !python for bdist_mpkg scriptsMatthew Brett2015-05-051-1/+1
* ENH: add bdist_mpkg, bdist_wininst to binary distsMatthew Brett2015-04-291-2/+3
* BUG: fix f2py shebang line for bdist wheel, eggMatthew Brett2015-04-291-1/+14
* ENH: make f2py an executable moduleJulian Taylor2015-03-081-26/+4
* MAINT: remove obsolete version checksJulian Taylor2014-10-151-17/+15
* MAINT: Remove references to missing files from install.Charles Harris2014-08-291-2/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* BUG: f2py script shebang may refer to wrong pythonCarwyn Pelley2013-05-231-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUGLET: Need "\\n" in string template.Charles Harris2010-09-231-2/+2
* FIX: And add missing \n for error message.Charles Harris2010-09-221-1/+1
* BUG: Fix previous fix to numpy/g2py/setup.py.Charles Harris2010-09-221-1/+1
* BUG: Fix generated f2py bootstrap script to work with python 3k.Charles Harris2010-09-221-2/+2
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+1
* Make f2py setup.py runnable under python3.David Cournapeau2009-12-031-1/+1
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-031-2/+0
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-031-4/+2
* Use log.debug instead of print in setup.py'scookedm2007-05-281-2/+3
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-3/+25
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-3/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+107