summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/__init__.py (renamed from scipy/__init__.py)0
-rw-r--r--numpy/_import_tools.py (renamed from scipy/_import_tools.py)0
-rw-r--r--numpy/base/__init__.py (renamed from scipy/base/__init__.py)0
-rw-r--r--numpy/base/_internal.py (renamed from scipy/base/_internal.py)0
-rw-r--r--numpy/base/arrayprint.py (renamed from scipy/base/arrayprint.py)0
-rw-r--r--numpy/base/blasdot/_dotblas.c (renamed from scipy/base/blasdot/_dotblas.c)0
-rw-r--r--numpy/base/blasdot/cblas.h (renamed from scipy/base/blasdot/cblas.h)0
-rw-r--r--numpy/base/chararray.py (renamed from scipy/base/chararray.py)0
-rw-r--r--numpy/base/code_generators/array_api_order.txt (renamed from scipy/base/code_generators/array_api_order.txt)0
-rw-r--r--numpy/base/code_generators/genapi.py (renamed from scipy/base/code_generators/genapi.py)0
-rw-r--r--numpy/base/code_generators/generate_array_api.py (renamed from scipy/base/code_generators/generate_array_api.py)0
-rw-r--r--numpy/base/code_generators/generate_ufunc_api.py (renamed from scipy/base/code_generators/generate_ufunc_api.py)0
-rw-r--r--numpy/base/code_generators/generate_umath.py (renamed from scipy/base/code_generators/generate_umath.py)0
-rw-r--r--numpy/base/code_generators/multiarray_api_order.txt (renamed from scipy/base/code_generators/multiarray_api_order.txt)0
-rw-r--r--numpy/base/code_generators/ufunc_api_order.txt (renamed from scipy/base/code_generators/ufunc_api_order.txt)0
-rw-r--r--numpy/base/convertcode.py (renamed from scipy/base/convertcode.py)0
-rw-r--r--numpy/base/function_base.py (renamed from scipy/base/function_base.py)0
-rw-r--r--numpy/base/getlimits.py (renamed from scipy/base/getlimits.py)0
-rw-r--r--numpy/base/include/scipy/arrayobject.h (renamed from scipy/base/include/scipy/arrayobject.h)0
-rw-r--r--numpy/base/include/scipy/ufuncobject.h (renamed from scipy/base/include/scipy/ufuncobject.h)0
-rw-r--r--numpy/base/index_tricks.py (renamed from scipy/base/index_tricks.py)0
-rw-r--r--numpy/base/info.py (renamed from scipy/base/info.py)0
-rw-r--r--numpy/base/ma.py (renamed from scipy/base/ma.py)0
-rw-r--r--numpy/base/machar.py (renamed from scipy/base/machar.py)0
-rw-r--r--numpy/base/matrix.py (renamed from scipy/base/matrix.py)0
-rw-r--r--numpy/base/memmap.py (renamed from scipy/base/memmap.py)0
-rw-r--r--numpy/base/mlab.py (renamed from scipy/base/mlab.py)0
-rw-r--r--numpy/base/numeric.py (renamed from scipy/base/numeric.py)0
-rw-r--r--numpy/base/numerictypes.py (renamed from scipy/base/numerictypes.py)0
-rw-r--r--numpy/base/oldnumeric.py (renamed from scipy/base/oldnumeric.py)0
-rw-r--r--numpy/base/polynomial.py (renamed from scipy/base/polynomial.py)0
-rw-r--r--numpy/base/records.py (renamed from scipy/base/records.py)0
-rw-r--r--numpy/base/scimath.py (renamed from scipy/base/scimath.py)0
-rw-r--r--numpy/base/setup.py (renamed from scipy/base/setup.py)0
-rw-r--r--numpy/base/shape_base.py (renamed from scipy/base/shape_base.py)0
-rw-r--r--numpy/base/src/_compiled_base.c (renamed from scipy/base/src/_compiled_base.c)0
-rw-r--r--numpy/base/src/_isnan.c (renamed from scipy/base/src/_isnan.c)0
-rw-r--r--numpy/base/src/_signbit.c (renamed from scipy/base/src/_signbit.c)0
-rw-r--r--numpy/base/src/_sortmodule.c.src (renamed from scipy/base/src/_sortmodule.c.src)0
-rw-r--r--numpy/base/src/arraymethods.c (renamed from scipy/base/src/arraymethods.c)0
-rw-r--r--numpy/base/src/arrayobject.c (renamed from scipy/base/src/arrayobject.c)0
-rw-r--r--numpy/base/src/arraytypes.inc.src (renamed from scipy/base/src/arraytypes.inc.src)0
-rw-r--r--numpy/base/src/multiarraymodule.c (renamed from scipy/base/src/multiarraymodule.c)0
-rw-r--r--numpy/base/src/scalarmathmodule.c.src (renamed from scipy/base/src/scalarmathmodule.c.src)0
-rw-r--r--numpy/base/src/scalartypes.inc.src (renamed from scipy/base/src/scalartypes.inc.src)0
-rw-r--r--numpy/base/src/ufuncobject.c (renamed from scipy/base/src/ufuncobject.c)0
-rw-r--r--numpy/base/src/umathmodule.c.src (renamed from scipy/base/src/umathmodule.c.src)0
-rw-r--r--numpy/base/tests/test_function_base.py (renamed from scipy/base/tests/test_function_base.py)0
-rw-r--r--numpy/base/tests/test_getlimits.py (renamed from scipy/base/tests/test_getlimits.py)0
-rw-r--r--numpy/base/tests/test_index_tricks.py (renamed from scipy/base/tests/test_index_tricks.py)0
-rw-r--r--numpy/base/tests/test_ma.py (renamed from scipy/base/tests/test_ma.py)0
-rw-r--r--numpy/base/tests/test_matrix.py (renamed from scipy/base/tests/test_matrix.py)0
-rw-r--r--numpy/base/tests/test_polynomial.py (renamed from scipy/base/tests/test_polynomial.py)0
-rw-r--r--numpy/base/tests/test_records.py (renamed from scipy/base/tests/test_records.py)0
-rw-r--r--numpy/base/tests/test_shape_base.py (renamed from scipy/base/tests/test_shape_base.py)0
-rw-r--r--numpy/base/tests/test_twodim_base.py (renamed from scipy/base/tests/test_twodim_base.py)0
-rw-r--r--numpy/base/tests/test_type_check.py (renamed from scipy/base/tests/test_type_check.py)0
-rw-r--r--numpy/base/tests/test_ufunclike.py (renamed from scipy/base/tests/test_ufunclike.py)0
-rw-r--r--numpy/base/tests/test_umath.py (renamed from scipy/base/tests/test_umath.py)0
-rw-r--r--numpy/base/tests/testdata.fits (renamed from scipy/base/tests/testdata.fits)bin8640 -> 8640 bytes
-rw-r--r--numpy/base/twodim_base.py (renamed from scipy/base/twodim_base.py)0
-rw-r--r--numpy/base/type_check.py (renamed from scipy/base/type_check.py)0
-rw-r--r--numpy/base/ufunclike.py (renamed from scipy/base/ufunclike.py)0
-rw-r--r--numpy/base/utils.py (renamed from scipy/base/utils.py)0
-rw-r--r--numpy/core_version.py (renamed from scipy/core_version.py)0
-rw-r--r--numpy/corefft/__init__.py (renamed from scipy/corefft/__init__.py)0
-rw-r--r--numpy/corefft/fftpack.c (renamed from scipy/corefft/fftpack.c)0
-rw-r--r--numpy/corefft/fftpack.h (renamed from scipy/corefft/fftpack.h)0
-rw-r--r--numpy/corefft/fftpack.py (renamed from scipy/corefft/fftpack.py)0
-rw-r--r--numpy/corefft/fftpack_litemodule.c (renamed from scipy/corefft/fftpack_litemodule.c)0
-rw-r--r--numpy/corefft/helper.py (renamed from scipy/corefft/helper.py)0
-rw-r--r--numpy/corefft/info.py (renamed from scipy/corefft/info.py)0
-rw-r--r--numpy/corefft/setup.py (renamed from scipy/corefft/setup.py)0
-rw-r--r--numpy/corefft/tests/test_helper.py (renamed from scipy/corefft/tests/test_helper.py)0
-rw-r--r--numpy/corelinalg/__init__.py (renamed from scipy/corelinalg/__init__.py)0
-rw-r--r--numpy/corelinalg/blas_lite.c (renamed from scipy/corelinalg/blas_lite.c)0
-rw-r--r--numpy/corelinalg/dlamch.c (renamed from scipy/corelinalg/dlamch.c)0
-rw-r--r--numpy/corelinalg/dlapack_lite.c (renamed from scipy/corelinalg/dlapack_lite.c)0
-rw-r--r--numpy/corelinalg/f2c.h (renamed from scipy/corelinalg/f2c.h)0
-rw-r--r--numpy/corelinalg/f2c_lite.c (renamed from scipy/corelinalg/f2c_lite.c)0
-rw-r--r--numpy/corelinalg/info.py (renamed from scipy/corelinalg/info.py)0
-rw-r--r--numpy/corelinalg/lapack_litemodule.c (renamed from scipy/corelinalg/lapack_litemodule.c)0
-rw-r--r--numpy/corelinalg/linalg.py (renamed from scipy/corelinalg/linalg.py)0
-rw-r--r--numpy/corelinalg/setup.py (renamed from scipy/corelinalg/setup.py)0
-rw-r--r--numpy/corelinalg/zlapack_lite.c (renamed from scipy/corelinalg/zlapack_lite.c)0
-rw-r--r--numpy/distutils/__init__.py (renamed from scipy/distutils/__init__.py)0
-rw-r--r--numpy/distutils/__version__.py (renamed from scipy/distutils/__version__.py)0
-rw-r--r--numpy/distutils/ccompiler.py (renamed from scipy/distutils/ccompiler.py)0
-rw-r--r--numpy/distutils/command/__init__.py (renamed from scipy/distutils/command/__init__.py)0
-rw-r--r--numpy/distutils/command/bdist_rpm.py (renamed from scipy/distutils/command/bdist_rpm.py)0
-rw-r--r--numpy/distutils/command/build.py (renamed from scipy/distutils/command/build.py)0
-rw-r--r--numpy/distutils/command/build_clib.py (renamed from scipy/distutils/command/build_clib.py)0
-rw-r--r--numpy/distutils/command/build_ext.py (renamed from scipy/distutils/command/build_ext.py)0
-rw-r--r--numpy/distutils/command/build_py.py (renamed from scipy/distutils/command/build_py.py)0
-rw-r--r--numpy/distutils/command/build_scripts.py (renamed from scipy/distutils/command/build_scripts.py)0
-rw-r--r--numpy/distutils/command/build_src.py (renamed from scipy/distutils/command/build_src.py)0
-rw-r--r--numpy/distutils/command/config.py (renamed from scipy/distutils/command/config.py)0
-rw-r--r--numpy/distutils/command/config_compiler.py (renamed from scipy/distutils/command/config_compiler.py)0
-rw-r--r--numpy/distutils/command/install.py (renamed from scipy/distutils/command/install.py)0
-rw-r--r--numpy/distutils/command/install_data.py (renamed from scipy/distutils/command/install_data.py)0
-rw-r--r--numpy/distutils/command/install_headers.py (renamed from scipy/distutils/command/install_headers.py)0
-rw-r--r--numpy/distutils/command/sdist.py (renamed from scipy/distutils/command/sdist.py)0
-rw-r--r--numpy/distutils/conv_template.py (renamed from scipy/distutils/conv_template.py)0
-rw-r--r--numpy/distutils/core.py (renamed from scipy/distutils/core.py)0
-rw-r--r--numpy/distutils/cpuinfo.py (renamed from scipy/distutils/cpuinfo.py)0
-rw-r--r--numpy/distutils/exec_command.py (renamed from scipy/distutils/exec_command.py)0
-rw-r--r--numpy/distutils/extension.py (renamed from scipy/distutils/extension.py)0
-rw-r--r--numpy/distutils/fcompiler/__init__.py (renamed from scipy/distutils/fcompiler/__init__.py)0
-rw-r--r--numpy/distutils/fcompiler/absoft.py (renamed from scipy/distutils/fcompiler/absoft.py)0
-rw-r--r--numpy/distutils/fcompiler/compaq.py (renamed from scipy/distutils/fcompiler/compaq.py)0
-rw-r--r--numpy/distutils/fcompiler/g95.py (renamed from scipy/distutils/fcompiler/g95.py)0
-rw-r--r--numpy/distutils/fcompiler/gnu.py (renamed from scipy/distutils/fcompiler/gnu.py)0
-rw-r--r--numpy/distutils/fcompiler/hpux.py (renamed from scipy/distutils/fcompiler/hpux.py)0
-rw-r--r--numpy/distutils/fcompiler/ibm.py (renamed from scipy/distutils/fcompiler/ibm.py)0
-rw-r--r--numpy/distutils/fcompiler/intel.py (renamed from scipy/distutils/fcompiler/intel.py)0
-rw-r--r--numpy/distutils/fcompiler/lahey.py (renamed from scipy/distutils/fcompiler/lahey.py)0
-rw-r--r--numpy/distutils/fcompiler/mips.py (renamed from scipy/distutils/fcompiler/mips.py)0
-rw-r--r--numpy/distutils/fcompiler/nag.py (renamed from scipy/distutils/fcompiler/nag.py)0
-rw-r--r--numpy/distutils/fcompiler/none.py (renamed from scipy/distutils/fcompiler/none.py)0
-rw-r--r--numpy/distutils/fcompiler/pg.py (renamed from scipy/distutils/fcompiler/pg.py)0
-rw-r--r--numpy/distutils/fcompiler/sun.py (renamed from scipy/distutils/fcompiler/sun.py)0
-rw-r--r--numpy/distutils/fcompiler/vast.py (renamed from scipy/distutils/fcompiler/vast.py)0
-rw-r--r--numpy/distutils/from_template.py (renamed from scipy/distutils/from_template.py)0
-rw-r--r--numpy/distutils/intelccompiler.py (renamed from scipy/distutils/intelccompiler.py)0
-rw-r--r--numpy/distutils/lib2def.py (renamed from scipy/distutils/lib2def.py)0
-rw-r--r--numpy/distutils/line_endings.py (renamed from scipy/distutils/line_endings.py)0
-rw-r--r--numpy/distutils/log.py (renamed from scipy/distutils/log.py)0
-rw-r--r--numpy/distutils/mingw32ccompiler.py (renamed from scipy/distutils/mingw32ccompiler.py)0
-rw-r--r--numpy/distutils/misc_util.py (renamed from scipy/distutils/misc_util.py)0
-rw-r--r--numpy/distutils/setup.py (renamed from scipy/distutils/setup.py)0
-rw-r--r--numpy/distutils/system_info.py (renamed from scipy/distutils/system_info.py)0
-rw-r--r--numpy/distutils/tests/f2py_ext/__init__.py (renamed from scipy/distutils/tests/f2py_ext/__init__.py)0
-rw-r--r--numpy/distutils/tests/f2py_ext/setup.py (renamed from scipy/distutils/tests/f2py_ext/setup.py)0
-rw-r--r--numpy/distutils/tests/f2py_ext/src/fib1.f (renamed from scipy/distutils/tests/f2py_ext/src/fib1.f)0
-rw-r--r--numpy/distutils/tests/f2py_ext/src/fib2.pyf (renamed from scipy/distutils/tests/f2py_ext/src/fib2.pyf)0
-rw-r--r--numpy/distutils/tests/f2py_ext/tests/test_fib2.py (renamed from scipy/distutils/tests/f2py_ext/tests/test_fib2.py)0
-rw-r--r--numpy/distutils/tests/f2py_f90_ext/__init__.py (renamed from scipy/distutils/tests/f2py_f90_ext/__init__.py)0
-rw-r--r--numpy/distutils/tests/f2py_f90_ext/include/body.f90 (renamed from scipy/distutils/tests/f2py_f90_ext/include/body.f90)0
-rw-r--r--numpy/distutils/tests/f2py_f90_ext/setup.py (renamed from scipy/distutils/tests/f2py_f90_ext/setup.py)0
-rw-r--r--numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 (renamed from scipy/distutils/tests/f2py_f90_ext/src/foo_free.f90)0
-rw-r--r--numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py (renamed from scipy/distutils/tests/f2py_f90_ext/tests/test_foo.py)0
-rw-r--r--numpy/distutils/tests/gen_ext/__init__.py (renamed from scipy/distutils/tests/gen_ext/__init__.py)0
-rw-r--r--numpy/distutils/tests/gen_ext/setup.py (renamed from scipy/distutils/tests/gen_ext/setup.py)0
-rw-r--r--numpy/distutils/tests/gen_ext/tests/test_fib3.py (renamed from scipy/distutils/tests/gen_ext/tests/test_fib3.py)0
-rw-r--r--numpy/distutils/tests/swig_ext/__init__.py (renamed from scipy/distutils/tests/swig_ext/__init__.py)0
-rw-r--r--numpy/distutils/tests/swig_ext/setup.py (renamed from scipy/distutils/tests/swig_ext/setup.py)0
-rw-r--r--numpy/distutils/tests/swig_ext/src/example.c (renamed from scipy/distutils/tests/swig_ext/src/example.c)0
-rw-r--r--numpy/distutils/tests/swig_ext/src/example.i (renamed from scipy/distutils/tests/swig_ext/src/example.i)0
-rw-r--r--numpy/distutils/tests/swig_ext/src/zoo.cc (renamed from scipy/distutils/tests/swig_ext/src/zoo.cc)0
-rw-r--r--numpy/distutils/tests/swig_ext/src/zoo.h (renamed from scipy/distutils/tests/swig_ext/src/zoo.h)0
-rw-r--r--numpy/distutils/tests/swig_ext/src/zoo.i (renamed from scipy/distutils/tests/swig_ext/src/zoo.i)0
-rw-r--r--numpy/distutils/tests/swig_ext/tests/test_example.py (renamed from scipy/distutils/tests/swig_ext/tests/test_example.py)0
-rw-r--r--numpy/distutils/tests/swig_ext/tests/test_example2.py (renamed from scipy/distutils/tests/swig_ext/tests/test_example2.py)0
-rw-r--r--numpy/distutils/tests/test_misc_util.py (renamed from scipy/distutils/tests/test_misc_util.py)0
-rw-r--r--numpy/distutils/unixccompiler.py (renamed from scipy/distutils/unixccompiler.py)0
-rw-r--r--numpy/doc/CAPI.txt (renamed from scipy/doc/CAPI.txt)0
-rw-r--r--numpy/doc/DISTUTILS.txt (renamed from scipy/doc/DISTUTILS.txt)0
-rw-r--r--numpy/doc/README.txt (renamed from scipy/doc/README.txt)0
-rw-r--r--numpy/doc/records.txt (renamed from scipy/doc/records.txt)0
-rw-r--r--numpy/doc/ufuncs.txt (renamed from scipy/doc/ufuncs.txt)0
-rw-r--r--numpy/f2py/BUGS.txt (renamed from scipy/f2py/BUGS.txt)0
-rw-r--r--numpy/f2py/Makefile (renamed from scipy/f2py/Makefile)0
-rw-r--r--numpy/f2py/NEWS.txt (renamed from scipy/f2py/NEWS.txt)0
-rw-r--r--numpy/f2py/README.txt (renamed from scipy/f2py/README.txt)0
-rw-r--r--numpy/f2py/TODO.txt (renamed from scipy/f2py/TODO.txt)0
-rw-r--r--numpy/f2py/__init__.py (renamed from scipy/f2py/__init__.py)0
-rw-r--r--numpy/f2py/__version__.py (renamed from scipy/f2py/__version__.py)0
-rw-r--r--numpy/f2py/auxfuncs.py (renamed from scipy/f2py/auxfuncs.py)0
-rw-r--r--numpy/f2py/capi_maps.py (renamed from scipy/f2py/capi_maps.py)0
-rw-r--r--numpy/f2py/cb_rules.py (renamed from scipy/f2py/cb_rules.py)0
-rw-r--r--numpy/f2py/cfuncs.py (renamed from scipy/f2py/cfuncs.py)0
-rw-r--r--numpy/f2py/common_rules.py (renamed from scipy/f2py/common_rules.py)0
-rwxr-xr-xnumpy/f2py/crackfortran.py (renamed from scipy/f2py/crackfortran.py)0
-rw-r--r--numpy/f2py/diagnose.py (renamed from scipy/f2py/diagnose.py)0
-rw-r--r--numpy/f2py/doc/Makefile (renamed from scipy/f2py/doc/Makefile)0
-rw-r--r--numpy/f2py/doc/Release-1.x.txt (renamed from scipy/f2py/doc/Release-1.x.txt)0
-rw-r--r--numpy/f2py/doc/Release-2.x.txt (renamed from scipy/f2py/doc/Release-2.x.txt)0
-rw-r--r--numpy/f2py/doc/Release-3.x.txt (renamed from scipy/f2py/doc/Release-3.x.txt)0
-rw-r--r--numpy/f2py/doc/Release-4.x.txt (renamed from scipy/f2py/doc/Release-4.x.txt)0
-rw-r--r--numpy/f2py/doc/apps.tex (renamed from scipy/f2py/doc/apps.tex)0
-rw-r--r--numpy/f2py/doc/bugs.tex (renamed from scipy/f2py/doc/bugs.tex)0
-rwxr-xr-xnumpy/f2py/doc/collectinput.py (renamed from scipy/f2py/doc/collectinput.py)0
-rw-r--r--numpy/f2py/doc/commands.tex (renamed from scipy/f2py/doc/commands.tex)0
-rw-r--r--numpy/f2py/doc/ex1/arr.f (renamed from scipy/f2py/doc/ex1/arr.f)0
-rw-r--r--numpy/f2py/doc/ex1/bar.f (renamed from scipy/f2py/doc/ex1/bar.f)0
-rw-r--r--numpy/f2py/doc/ex1/foo.f (renamed from scipy/f2py/doc/ex1/foo.f)0
-rw-r--r--numpy/f2py/doc/ex1/foobar-smart.f90 (renamed from scipy/f2py/doc/ex1/foobar-smart.f90)0
-rw-r--r--numpy/f2py/doc/ex1/foobar.f90 (renamed from scipy/f2py/doc/ex1/foobar.f90)0
-rw-r--r--numpy/f2py/doc/ex1/foobarmodule.tex (renamed from scipy/f2py/doc/ex1/foobarmodule.tex)0
-rwxr-xr-xnumpy/f2py/doc/ex1/runme (renamed from scipy/f2py/doc/ex1/runme)0
-rw-r--r--numpy/f2py/doc/f2py2e.tex (renamed from scipy/f2py/doc/f2py2e.tex)0
-rw-r--r--numpy/f2py/doc/f2python9-final/README.txt (renamed from scipy/f2py/doc/f2python9-final/README.txt)0
-rw-r--r--numpy/f2py/doc/f2python9-final/aerostructure.jpg (renamed from scipy/f2py/doc/f2python9-final/aerostructure.jpg)bin72247 -> 72247 bytes
-rw-r--r--numpy/f2py/doc/f2python9-final/flow.jpg (renamed from scipy/f2py/doc/f2python9-final/flow.jpg)bin13266 -> 13266 bytes
-rwxr-xr-xnumpy/f2py/doc/f2python9-final/mk_html.sh (renamed from scipy/f2py/doc/f2python9-final/mk_html.sh)0
-rwxr-xr-xnumpy/f2py/doc/f2python9-final/mk_pdf.sh (renamed from scipy/f2py/doc/f2python9-final/mk_pdf.sh)0
-rwxr-xr-xnumpy/f2py/doc/f2python9-final/mk_ps.sh (renamed from scipy/f2py/doc/f2python9-final/mk_ps.sh)0
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/exp1.f (renamed from scipy/f2py/doc/f2python9-final/src/examples/exp1.f)0
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt (renamed from scipy/f2py/doc/f2python9-final/src/examples/exp1mess.txt)0
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt (renamed from scipy/f2py/doc/f2python9-final/src/examples/exp1session.txt)0
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/foo.pyf (renamed from scipy/f2py/doc/f2python9-final/src/examples/foo.pyf)0
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/foom.pyf (renamed from scipy/f2py/doc/f2python9-final/src/examples/foom.pyf)0
-rw-r--r--numpy/f2py/doc/f2python9-final/structure.jpg (renamed from scipy/f2py/doc/f2python9-final/structure.jpg)bin17860 -> 17860 bytes
-rw-r--r--numpy/f2py/doc/fortranobject.tex (renamed from scipy/f2py/doc/fortranobject.tex)0
-rw-r--r--numpy/f2py/doc/index.html (renamed from scipy/f2py/doc/index.html)0
-rw-r--r--numpy/f2py/doc/intro.tex (renamed from scipy/f2py/doc/intro.tex)0
-rw-r--r--numpy/f2py/doc/multiarray/array_from_pyobj.c (renamed from scipy/f2py/doc/multiarray/array_from_pyobj.c)0
-rw-r--r--numpy/f2py/doc/multiarray/bar.c (renamed from scipy/f2py/doc/multiarray/bar.c)0
-rw-r--r--numpy/f2py/doc/multiarray/foo.f (renamed from scipy/f2py/doc/multiarray/foo.f)0
-rw-r--r--numpy/f2py/doc/multiarray/fortran_array_from_pyobj.txt (renamed from scipy/f2py/doc/multiarray/fortran_array_from_pyobj.txt)0
-rw-r--r--numpy/f2py/doc/multiarray/fun.pyf (renamed from scipy/f2py/doc/multiarray/fun.pyf)0
-rw-r--r--numpy/f2py/doc/multiarray/run.pyf (renamed from scipy/f2py/doc/multiarray/run.pyf)0
-rw-r--r--numpy/f2py/doc/multiarray/transpose.txt (renamed from scipy/f2py/doc/multiarray/transpose.txt)0
-rw-r--r--numpy/f2py/doc/multiarrays.txt (renamed from scipy/f2py/doc/multiarrays.txt)0
-rw-r--r--numpy/f2py/doc/notes.tex (renamed from scipy/f2py/doc/notes.tex)0
-rw-r--r--numpy/f2py/doc/oldnews.html (renamed from scipy/f2py/doc/oldnews.html)0
-rw-r--r--numpy/f2py/doc/options.tex (renamed from scipy/f2py/doc/options.tex)0
-rw-r--r--numpy/f2py/doc/python9.tex (renamed from scipy/f2py/doc/python9.tex)0
-rw-r--r--numpy/f2py/doc/signaturefile.tex (renamed from scipy/f2py/doc/signaturefile.tex)0
-rw-r--r--numpy/f2py/doc/using_F_compiler.txt (renamed from scipy/f2py/doc/using_F_compiler.txt)0
-rw-r--r--numpy/f2py/doc/win32_notes.txt (renamed from scipy/f2py/doc/win32_notes.txt)0
-rw-r--r--numpy/f2py/docs/FAQ.txt (renamed from scipy/f2py/docs/FAQ.txt)0
-rw-r--r--numpy/f2py/docs/HISTORY.txt (renamed from scipy/f2py/docs/HISTORY.txt)0
-rw-r--r--numpy/f2py/docs/OLDNEWS.txt (renamed from scipy/f2py/docs/OLDNEWS.txt)0
-rw-r--r--numpy/f2py/docs/README.txt (renamed from scipy/f2py/docs/README.txt)0
-rw-r--r--numpy/f2py/docs/TESTING.txt (renamed from scipy/f2py/docs/TESTING.txt)0
-rw-r--r--numpy/f2py/docs/THANKS.txt (renamed from scipy/f2py/docs/THANKS.txt)0
-rw-r--r--numpy/f2py/docs/default.css (renamed from scipy/f2py/docs/default.css)0
-rw-r--r--numpy/f2py/docs/docutils.conf (renamed from scipy/f2py/docs/docutils.conf)0
-rw-r--r--numpy/f2py/docs/hello.f (renamed from scipy/f2py/docs/hello.f)0
-rw-r--r--numpy/f2py/docs/pyforttest.pyf (renamed from scipy/f2py/docs/pyforttest.pyf)0
-rw-r--r--numpy/f2py/docs/pytest.py (renamed from scipy/f2py/docs/pytest.py)0
-rw-r--r--numpy/f2py/docs/simple.f (renamed from scipy/f2py/docs/simple.f)0
-rw-r--r--numpy/f2py/docs/simple_session.dat (renamed from scipy/f2py/docs/simple_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/allocarr.f90 (renamed from scipy/f2py/docs/usersguide/allocarr.f90)0
-rw-r--r--numpy/f2py/docs/usersguide/allocarr_session.dat (renamed from scipy/f2py/docs/usersguide/allocarr_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/array.f (renamed from scipy/f2py/docs/usersguide/array.f)0
-rw-r--r--numpy/f2py/docs/usersguide/array_session.dat (renamed from scipy/f2py/docs/usersguide/array_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/calculate.f (renamed from scipy/f2py/docs/usersguide/calculate.f)0
-rw-r--r--numpy/f2py/docs/usersguide/calculate_session.dat (renamed from scipy/f2py/docs/usersguide/calculate_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/callback.f (renamed from scipy/f2py/docs/usersguide/callback.f)0
-rw-r--r--numpy/f2py/docs/usersguide/callback2.pyf (renamed from scipy/f2py/docs/usersguide/callback2.pyf)0
-rw-r--r--numpy/f2py/docs/usersguide/callback_session.dat (renamed from scipy/f2py/docs/usersguide/callback_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/common.f (renamed from scipy/f2py/docs/usersguide/common.f)0
-rw-r--r--numpy/f2py/docs/usersguide/common_session.dat (renamed from scipy/f2py/docs/usersguide/common_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/compile_session.dat (renamed from scipy/f2py/docs/usersguide/compile_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/default.css (renamed from scipy/f2py/docs/usersguide/default.css)0
-rw-r--r--numpy/f2py/docs/usersguide/docutils.conf (renamed from scipy/f2py/docs/usersguide/docutils.conf)0
-rw-r--r--numpy/f2py/docs/usersguide/extcallback.f (renamed from scipy/f2py/docs/usersguide/extcallback.f)0
-rw-r--r--numpy/f2py/docs/usersguide/extcallback_session.dat (renamed from scipy/f2py/docs/usersguide/extcallback_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/fib1.f (renamed from scipy/f2py/docs/usersguide/fib1.f)0
-rw-r--r--numpy/f2py/docs/usersguide/fib1.pyf (renamed from scipy/f2py/docs/usersguide/fib1.pyf)0
-rw-r--r--numpy/f2py/docs/usersguide/fib2.pyf (renamed from scipy/f2py/docs/usersguide/fib2.pyf)0
-rw-r--r--numpy/f2py/docs/usersguide/fib3.f (renamed from scipy/f2py/docs/usersguide/fib3.f)0
-rw-r--r--numpy/f2py/docs/usersguide/ftype.f (renamed from scipy/f2py/docs/usersguide/ftype.f)0
-rw-r--r--numpy/f2py/docs/usersguide/ftype_session.dat (renamed from scipy/f2py/docs/usersguide/ftype_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/index.txt (renamed from scipy/f2py/docs/usersguide/index.txt)0
-rw-r--r--numpy/f2py/docs/usersguide/moddata.f90 (renamed from scipy/f2py/docs/usersguide/moddata.f90)0
-rw-r--r--numpy/f2py/docs/usersguide/moddata_session.dat (renamed from scipy/f2py/docs/usersguide/moddata_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/run_main_session.dat (renamed from scipy/f2py/docs/usersguide/run_main_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/scalar.f (renamed from scipy/f2py/docs/usersguide/scalar.f)0
-rw-r--r--numpy/f2py/docs/usersguide/scalar_session.dat (renamed from scipy/f2py/docs/usersguide/scalar_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/setup_example.py (renamed from scipy/f2py/docs/usersguide/setup_example.py)0
-rw-r--r--numpy/f2py/docs/usersguide/spam.pyf (renamed from scipy/f2py/docs/usersguide/spam.pyf)0
-rw-r--r--numpy/f2py/docs/usersguide/spam_session.dat (renamed from scipy/f2py/docs/usersguide/spam_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/string.f (renamed from scipy/f2py/docs/usersguide/string.f)0
-rw-r--r--numpy/f2py/docs/usersguide/string_session.dat (renamed from scipy/f2py/docs/usersguide/string_session.dat)0
-rw-r--r--numpy/f2py/docs/usersguide/var.pyf (renamed from scipy/f2py/docs/usersguide/var.pyf)0
-rw-r--r--numpy/f2py/docs/usersguide/var_session.dat (renamed from scipy/f2py/docs/usersguide/var_session.dat)0
-rw-r--r--numpy/f2py/f2py.1 (renamed from scipy/f2py/f2py.1)0
-rwxr-xr-xnumpy/f2py/f2py2e.py (renamed from scipy/f2py/f2py2e.py)0
-rw-r--r--numpy/f2py/f2py_testing.py (renamed from scipy/f2py/f2py_testing.py)0
-rw-r--r--numpy/f2py/f90mod_rules.py (renamed from scipy/f2py/f90mod_rules.py)0
-rw-r--r--numpy/f2py/func2subr.py (renamed from scipy/f2py/func2subr.py)0
-rw-r--r--numpy/f2py/rules.py (renamed from scipy/f2py/rules.py)0
-rw-r--r--numpy/f2py/setup.cfg (renamed from scipy/f2py/setup.cfg)0
-rwxr-xr-xnumpy/f2py/setup.py (renamed from scipy/f2py/setup.py)0
-rw-r--r--numpy/f2py/src/fortranobject.c (renamed from scipy/f2py/src/fortranobject.c)0
-rw-r--r--numpy/f2py/src/fortranobject.h (renamed from scipy/f2py/src/fortranobject.h)0
-rw-r--r--numpy/f2py/src/test/Makefile (renamed from scipy/f2py/src/test/Makefile)0
-rw-r--r--numpy/f2py/src/test/bar.f (renamed from scipy/f2py/src/test/bar.f)0
-rw-r--r--numpy/f2py/src/test/foo.f (renamed from scipy/f2py/src/test/foo.f)0
-rw-r--r--numpy/f2py/src/test/foo90.f90 (renamed from scipy/f2py/src/test/foo90.f90)0
-rw-r--r--numpy/f2py/src/test/foomodule.c (renamed from scipy/f2py/src/test/foomodule.c)0
-rw-r--r--numpy/f2py/src/test/wrap.f (renamed from scipy/f2py/src/test/wrap.f)0
-rw-r--r--numpy/f2py/tests/array_from_pyobj/__init__.py (renamed from scipy/f2py/tests/array_from_pyobj/__init__.py)0
-rw-r--r--numpy/f2py/tests/array_from_pyobj/setup.py (renamed from scipy/f2py/tests/array_from_pyobj/setup.py)0
-rw-r--r--numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py (renamed from scipy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py)0
-rw-r--r--numpy/f2py/tests/array_from_pyobj/wrapmodule.c (renamed from scipy/f2py/tests/array_from_pyobj/wrapmodule.c)0
-rw-r--r--numpy/f2py/tests/c/return_real.py (renamed from scipy/f2py/tests/c/return_real.py)0
-rw-r--r--numpy/f2py/tests/f77/callback.py (renamed from scipy/f2py/tests/f77/callback.py)0
-rw-r--r--numpy/f2py/tests/f77/return_character.py (renamed from scipy/f2py/tests/f77/return_character.py)0
-rw-r--r--numpy/f2py/tests/f77/return_complex.py (renamed from scipy/f2py/tests/f77/return_complex.py)0
-rw-r--r--numpy/f2py/tests/f77/return_integer.py (renamed from scipy/f2py/tests/f77/return_integer.py)0
-rw-r--r--numpy/f2py/tests/f77/return_logical.py (renamed from scipy/f2py/tests/f77/return_logical.py)0
-rw-r--r--numpy/f2py/tests/f77/return_real.py (renamed from scipy/f2py/tests/f77/return_real.py)0
-rw-r--r--numpy/f2py/tests/f90/return_character.py (renamed from scipy/f2py/tests/f90/return_character.py)0
-rw-r--r--numpy/f2py/tests/f90/return_complex.py (renamed from scipy/f2py/tests/f90/return_complex.py)0
-rw-r--r--numpy/f2py/tests/f90/return_integer.py (renamed from scipy/f2py/tests/f90/return_integer.py)0
-rw-r--r--numpy/f2py/tests/f90/return_logical.py (renamed from scipy/f2py/tests/f90/return_logical.py)0
-rw-r--r--numpy/f2py/tests/f90/return_real.py (renamed from scipy/f2py/tests/f90/return_real.py)0
-rw-r--r--numpy/f2py/tests/mixed/foo.f (renamed from scipy/f2py/tests/mixed/foo.f)0
-rw-r--r--numpy/f2py/tests/mixed/foo_fixed.f90 (renamed from scipy/f2py/tests/mixed/foo_fixed.f90)0
-rw-r--r--numpy/f2py/tests/mixed/foo_free.f90 (renamed from scipy/f2py/tests/mixed/foo_free.f90)0
-rw-r--r--numpy/f2py/tests/mixed/run.py (renamed from scipy/f2py/tests/mixed/run.py)0
-rwxr-xr-xnumpy/f2py/tests/run_all.py (renamed from scipy/f2py/tests/run_all.py)0
-rw-r--r--numpy/f2py/use_rules.py (renamed from scipy/f2py/use_rules.py)0
-rw-r--r--numpy/random/__init__.py (renamed from scipy/random/__init__.py)0
-rw-r--r--numpy/random/info.py (renamed from scipy/random/info.py)0
-rw-r--r--numpy/random/mtrand/Python.pxi (renamed from scipy/random/mtrand/Python.pxi)0
-rw-r--r--numpy/random/mtrand/distributions.c (renamed from scipy/random/mtrand/distributions.c)0
-rw-r--r--numpy/random/mtrand/distributions.h (renamed from scipy/random/mtrand/distributions.h)0
-rw-r--r--numpy/random/mtrand/generate_mtrand_c.py (renamed from scipy/random/mtrand/generate_mtrand_c.py)0
-rw-r--r--numpy/random/mtrand/initarray.c (renamed from scipy/random/mtrand/initarray.c)0
-rw-r--r--numpy/random/mtrand/initarray.h (renamed from scipy/random/mtrand/initarray.h)0
-rw-r--r--numpy/random/mtrand/mtrand.c (renamed from scipy/random/mtrand/mtrand.c)0
-rw-r--r--numpy/random/mtrand/mtrand.pyx (renamed from scipy/random/mtrand/mtrand.pyx)0
-rw-r--r--numpy/random/mtrand/randomkit.c (renamed from scipy/random/mtrand/randomkit.c)0
-rw-r--r--numpy/random/mtrand/randomkit.h (renamed from scipy/random/mtrand/randomkit.h)0
-rw-r--r--numpy/random/mtrand/scipy.pxi (renamed from scipy/random/mtrand/scipy.pxi)0
-rw-r--r--numpy/random/setup.py (renamed from scipy/random/setup.py)0
-rw-r--r--numpy/setup.py (renamed from scipy/setup.py)0
-rw-r--r--numpy/testing/__init__.py (renamed from scipy/testing/__init__.py)0
-rw-r--r--numpy/testing/info.py (renamed from scipy/testing/info.py)0
-rw-r--r--numpy/testing/scipytest.py (renamed from scipy/testing/scipytest.py)0
-rwxr-xr-xnumpy/testing/setup.py (renamed from scipy/testing/setup.py)0
-rw-r--r--numpy/testing/utils.py (renamed from scipy/testing/utils.py)0
327 files changed, 0 insertions, 0 deletions
diff --git a/scipy/__init__.py b/numpy/__init__.py
index 2fced64fc..2fced64fc 100644
--- a/scipy/__init__.py
+++ b/numpy/__init__.py
diff --git a/scipy/_import_tools.py b/numpy/_import_tools.py
index 77cd87f79..77cd87f79 100644
--- a/scipy/_import_tools.py
+++ b/numpy/_import_tools.py
diff --git a/scipy/base/__init__.py b/numpy/base/__init__.py
index 0c0c158df..0c0c158df 100644
--- a/scipy/base/__init__.py
+++ b/numpy/base/__init__.py
diff --git a/scipy/base/_internal.py b/numpy/base/_internal.py
index 260381e85..260381e85 100644
--- a/scipy/base/_internal.py
+++ b/numpy/base/_internal.py
diff --git a/scipy/base/arrayprint.py b/numpy/base/arrayprint.py
index 6a5e4b23b..6a5e4b23b 100644
--- a/scipy/base/arrayprint.py
+++ b/numpy/base/arrayprint.py
diff --git a/scipy/base/blasdot/_dotblas.c b/numpy/base/blasdot/_dotblas.c
index 648ea397f..648ea397f 100644
--- a/scipy/base/blasdot/_dotblas.c
+++ b/numpy/base/blasdot/_dotblas.c
diff --git a/scipy/base/blasdot/cblas.h b/numpy/base/blasdot/cblas.h
index 3e0faebbe..3e0faebbe 100644
--- a/scipy/base/blasdot/cblas.h
+++ b/numpy/base/blasdot/cblas.h
diff --git a/scipy/base/chararray.py b/numpy/base/chararray.py
index 130a40cc4..130a40cc4 100644
--- a/scipy/base/chararray.py
+++ b/numpy/base/chararray.py
diff --git a/scipy/base/code_generators/array_api_order.txt b/numpy/base/code_generators/array_api_order.txt
index 154373592..154373592 100644
--- a/scipy/base/code_generators/array_api_order.txt
+++ b/numpy/base/code_generators/array_api_order.txt
diff --git a/scipy/base/code_generators/genapi.py b/numpy/base/code_generators/genapi.py
index b70aa7a14..b70aa7a14 100644
--- a/scipy/base/code_generators/genapi.py
+++ b/numpy/base/code_generators/genapi.py
diff --git a/scipy/base/code_generators/generate_array_api.py b/numpy/base/code_generators/generate_array_api.py
index e4ec8b2e1..e4ec8b2e1 100644
--- a/scipy/base/code_generators/generate_array_api.py
+++ b/numpy/base/code_generators/generate_array_api.py
diff --git a/scipy/base/code_generators/generate_ufunc_api.py b/numpy/base/code_generators/generate_ufunc_api.py
index 59c808e36..59c808e36 100644
--- a/scipy/base/code_generators/generate_ufunc_api.py
+++ b/numpy/base/code_generators/generate_ufunc_api.py
diff --git a/scipy/base/code_generators/generate_umath.py b/numpy/base/code_generators/generate_umath.py
index 16945d256..16945d256 100644
--- a/scipy/base/code_generators/generate_umath.py
+++ b/numpy/base/code_generators/generate_umath.py
diff --git a/scipy/base/code_generators/multiarray_api_order.txt b/numpy/base/code_generators/multiarray_api_order.txt
index 8dbb86882..8dbb86882 100644
--- a/scipy/base/code_generators/multiarray_api_order.txt
+++ b/numpy/base/code_generators/multiarray_api_order.txt
diff --git a/scipy/base/code_generators/ufunc_api_order.txt b/numpy/base/code_generators/ufunc_api_order.txt
index 805765313..805765313 100644
--- a/scipy/base/code_generators/ufunc_api_order.txt
+++ b/numpy/base/code_generators/ufunc_api_order.txt
diff --git a/scipy/base/convertcode.py b/numpy/base/convertcode.py
index 5c532b394..5c532b394 100644
--- a/scipy/base/convertcode.py
+++ b/numpy/base/convertcode.py
diff --git a/scipy/base/function_base.py b/numpy/base/function_base.py
index 60e4b4be0..60e4b4be0 100644
--- a/scipy/base/function_base.py
+++ b/numpy/base/function_base.py
diff --git a/scipy/base/getlimits.py b/numpy/base/getlimits.py
index 41030af2d..41030af2d 100644
--- a/scipy/base/getlimits.py
+++ b/numpy/base/getlimits.py
diff --git a/scipy/base/include/scipy/arrayobject.h b/numpy/base/include/scipy/arrayobject.h
index bc9f685fc..bc9f685fc 100644
--- a/scipy/base/include/scipy/arrayobject.h
+++ b/numpy/base/include/scipy/arrayobject.h
diff --git a/scipy/base/include/scipy/ufuncobject.h b/numpy/base/include/scipy/ufuncobject.h
index 34e5ca061..34e5ca061 100644
--- a/scipy/base/include/scipy/ufuncobject.h
+++ b/numpy/base/include/scipy/ufuncobject.h
diff --git a/scipy/base/index_tricks.py b/numpy/base/index_tricks.py
index 71d30a387..71d30a387 100644
--- a/scipy/base/index_tricks.py
+++ b/numpy/base/index_tricks.py
diff --git a/scipy/base/info.py b/numpy/base/info.py
index b4c4b4e8c..b4c4b4e8c 100644
--- a/scipy/base/info.py
+++ b/numpy/base/info.py
diff --git a/scipy/base/ma.py b/numpy/base/ma.py
index 245351349..245351349 100644
--- a/scipy/base/ma.py
+++ b/numpy/base/ma.py
diff --git a/scipy/base/machar.py b/numpy/base/machar.py
index e00d112ef..e00d112ef 100644
--- a/scipy/base/machar.py
+++ b/numpy/base/machar.py
diff --git a/scipy/base/matrix.py b/numpy/base/matrix.py
index 1c7ca7cca..1c7ca7cca 100644
--- a/scipy/base/matrix.py
+++ b/numpy/base/matrix.py
diff --git a/scipy/base/memmap.py b/numpy/base/memmap.py
index 8a791e5aa..8a791e5aa 100644
--- a/scipy/base/memmap.py
+++ b/numpy/base/memmap.py
diff --git a/scipy/base/mlab.py b/numpy/base/mlab.py
index 749600d9b..749600d9b 100644
--- a/scipy/base/mlab.py
+++ b/numpy/base/mlab.py
diff --git a/scipy/base/numeric.py b/numpy/base/numeric.py
index 03a2e520f..03a2e520f 100644
--- a/scipy/base/numeric.py
+++ b/numpy/base/numeric.py
diff --git a/scipy/base/numerictypes.py b/numpy/base/numerictypes.py
index 81d80c73f..81d80c73f 100644
--- a/scipy/base/numerictypes.py
+++ b/numpy/base/numerictypes.py
diff --git a/scipy/base/oldnumeric.py b/numpy/base/oldnumeric.py
index 9cf87218e..9cf87218e 100644
--- a/scipy/base/oldnumeric.py
+++ b/numpy/base/oldnumeric.py
diff --git a/scipy/base/polynomial.py b/numpy/base/polynomial.py
index df7013bab..df7013bab 100644
--- a/scipy/base/polynomial.py
+++ b/numpy/base/polynomial.py
diff --git a/scipy/base/records.py b/numpy/base/records.py
index ee697cff4..ee697cff4 100644
--- a/scipy/base/records.py
+++ b/numpy/base/records.py
diff --git a/scipy/base/scimath.py b/numpy/base/scimath.py
index 4202fa640..4202fa640 100644
--- a/scipy/base/scimath.py
+++ b/numpy/base/scimath.py
diff --git a/scipy/base/setup.py b/numpy/base/setup.py
index 5f0e0fa94..5f0e0fa94 100644
--- a/scipy/base/setup.py
+++ b/numpy/base/setup.py
diff --git a/scipy/base/shape_base.py b/numpy/base/shape_base.py
index 8d66b41d1..8d66b41d1 100644
--- a/scipy/base/shape_base.py
+++ b/numpy/base/shape_base.py
diff --git a/scipy/base/src/_compiled_base.c b/numpy/base/src/_compiled_base.c
index 3ce3743d7..3ce3743d7 100644
--- a/scipy/base/src/_compiled_base.c
+++ b/numpy/base/src/_compiled_base.c
diff --git a/scipy/base/src/_isnan.c b/numpy/base/src/_isnan.c
index f5965fbc7..f5965fbc7 100644
--- a/scipy/base/src/_isnan.c
+++ b/numpy/base/src/_isnan.c
diff --git a/scipy/base/src/_signbit.c b/numpy/base/src/_signbit.c
index d128cb1fb..d128cb1fb 100644
--- a/scipy/base/src/_signbit.c
+++ b/numpy/base/src/_signbit.c
diff --git a/scipy/base/src/_sortmodule.c.src b/numpy/base/src/_sortmodule.c.src
index 47c7520c1..47c7520c1 100644
--- a/scipy/base/src/_sortmodule.c.src
+++ b/numpy/base/src/_sortmodule.c.src
diff --git a/scipy/base/src/arraymethods.c b/numpy/base/src/arraymethods.c
index 2b7a53042..2b7a53042 100644
--- a/scipy/base/src/arraymethods.c
+++ b/numpy/base/src/arraymethods.c
diff --git a/scipy/base/src/arrayobject.c b/numpy/base/src/arrayobject.c
index 72db76373..72db76373 100644
--- a/scipy/base/src/arrayobject.c
+++ b/numpy/base/src/arrayobject.c
diff --git a/scipy/base/src/arraytypes.inc.src b/numpy/base/src/arraytypes.inc.src
index 322eafef8..322eafef8 100644
--- a/scipy/base/src/arraytypes.inc.src
+++ b/numpy/base/src/arraytypes.inc.src
diff --git a/scipy/base/src/multiarraymodule.c b/numpy/base/src/multiarraymodule.c
index 2cce9ad03..2cce9ad03 100644
--- a/scipy/base/src/multiarraymodule.c
+++ b/numpy/base/src/multiarraymodule.c
diff --git a/scipy/base/src/scalarmathmodule.c.src b/numpy/base/src/scalarmathmodule.c.src
index dc2c3c198..dc2c3c198 100644
--- a/scipy/base/src/scalarmathmodule.c.src
+++ b/numpy/base/src/scalarmathmodule.c.src
diff --git a/scipy/base/src/scalartypes.inc.src b/numpy/base/src/scalartypes.inc.src
index 629adbcf0..629adbcf0 100644
--- a/scipy/base/src/scalartypes.inc.src
+++ b/numpy/base/src/scalartypes.inc.src
diff --git a/scipy/base/src/ufuncobject.c b/numpy/base/src/ufuncobject.c
index 47aad4828..47aad4828 100644
--- a/scipy/base/src/ufuncobject.c
+++ b/numpy/base/src/ufuncobject.c
diff --git a/scipy/base/src/umathmodule.c.src b/numpy/base/src/umathmodule.c.src
index 5096f3361..5096f3361 100644
--- a/scipy/base/src/umathmodule.c.src
+++ b/numpy/base/src/umathmodule.c.src
diff --git a/scipy/base/tests/test_function_base.py b/numpy/base/tests/test_function_base.py
index fafd75eef..fafd75eef 100644
--- a/scipy/base/tests/test_function_base.py
+++ b/numpy/base/tests/test_function_base.py
diff --git a/scipy/base/tests/test_getlimits.py b/numpy/base/tests/test_getlimits.py
index 99a6f5160..99a6f5160 100644
--- a/scipy/base/tests/test_getlimits.py
+++ b/numpy/base/tests/test_getlimits.py
diff --git a/scipy/base/tests/test_index_tricks.py b/numpy/base/tests/test_index_tricks.py
index 96e9dff84..96e9dff84 100644
--- a/scipy/base/tests/test_index_tricks.py
+++ b/numpy/base/tests/test_index_tricks.py
diff --git a/scipy/base/tests/test_ma.py b/numpy/base/tests/test_ma.py
index 884a4a277..884a4a277 100644
--- a/scipy/base/tests/test_ma.py
+++ b/numpy/base/tests/test_ma.py
diff --git a/scipy/base/tests/test_matrix.py b/numpy/base/tests/test_matrix.py
index 59b0a131e..59b0a131e 100644
--- a/scipy/base/tests/test_matrix.py
+++ b/numpy/base/tests/test_matrix.py
diff --git a/scipy/base/tests/test_polynomial.py b/numpy/base/tests/test_polynomial.py
index 51d4b5707..51d4b5707 100644
--- a/scipy/base/tests/test_polynomial.py
+++ b/numpy/base/tests/test_polynomial.py
diff --git a/scipy/base/tests/test_records.py b/numpy/base/tests/test_records.py
index 8135a55a8..8135a55a8 100644
--- a/scipy/base/tests/test_records.py
+++ b/numpy/base/tests/test_records.py
diff --git a/scipy/base/tests/test_shape_base.py b/numpy/base/tests/test_shape_base.py
index 005868e96..005868e96 100644
--- a/scipy/base/tests/test_shape_base.py
+++ b/numpy/base/tests/test_shape_base.py
diff --git a/scipy/base/tests/test_twodim_base.py b/numpy/base/tests/test_twodim_base.py
index b061d4a5d..b061d4a5d 100644
--- a/scipy/base/tests/test_twodim_base.py
+++ b/numpy/base/tests/test_twodim_base.py
diff --git a/scipy/base/tests/test_type_check.py b/numpy/base/tests/test_type_check.py
index aac24bd6e..aac24bd6e 100644
--- a/scipy/base/tests/test_type_check.py
+++ b/numpy/base/tests/test_type_check.py
diff --git a/scipy/base/tests/test_ufunclike.py b/numpy/base/tests/test_ufunclike.py
index ca06140c7..ca06140c7 100644
--- a/scipy/base/tests/test_ufunclike.py
+++ b/numpy/base/tests/test_ufunclike.py
diff --git a/scipy/base/tests/test_umath.py b/numpy/base/tests/test_umath.py
index 9cd99f7e1..9cd99f7e1 100644
--- a/scipy/base/tests/test_umath.py
+++ b/numpy/base/tests/test_umath.py
diff --git a/scipy/base/tests/testdata.fits b/numpy/base/tests/testdata.fits
index ca48ee851..ca48ee851 100644
--- a/scipy/base/tests/testdata.fits
+++ b/numpy/base/tests/testdata.fits
Binary files differ
diff --git a/scipy/base/twodim_base.py b/numpy/base/twodim_base.py
index b21532ea6..b21532ea6 100644
--- a/scipy/base/twodim_base.py
+++ b/numpy/base/twodim_base.py
diff --git a/scipy/base/type_check.py b/numpy/base/type_check.py
index 4c802ca86..4c802ca86 100644
--- a/scipy/base/type_check.py
+++ b/numpy/base/type_check.py
diff --git a/scipy/base/ufunclike.py b/numpy/base/ufunclike.py
index 7e8d44c7d..7e8d44c7d 100644
--- a/scipy/base/ufunclike.py
+++ b/numpy/base/ufunclike.py
diff --git a/scipy/base/utils.py b/numpy/base/utils.py
index 19fb18d4d..19fb18d4d 100644
--- a/scipy/base/utils.py
+++ b/numpy/base/utils.py
diff --git a/scipy/core_version.py b/numpy/core_version.py
index bb9fdfaa4..bb9fdfaa4 100644
--- a/scipy/core_version.py
+++ b/numpy/core_version.py
diff --git a/scipy/corefft/__init__.py b/numpy/corefft/__init__.py
index 0a72b86bd..0a72b86bd 100644
--- a/scipy/corefft/__init__.py
+++ b/numpy/corefft/__init__.py
diff --git a/scipy/corefft/fftpack.c b/numpy/corefft/fftpack.c
index 3e5e7d2ed..3e5e7d2ed 100644
--- a/scipy/corefft/fftpack.c
+++ b/numpy/corefft/fftpack.c
diff --git a/scipy/corefft/fftpack.h b/numpy/corefft/fftpack.h
index d134784a2..d134784a2 100644
--- a/scipy/corefft/fftpack.h
+++ b/numpy/corefft/fftpack.h
diff --git a/scipy/corefft/fftpack.py b/numpy/corefft/fftpack.py
index d95c87667..d95c87667 100644
--- a/scipy/corefft/fftpack.py
+++ b/numpy/corefft/fftpack.py
diff --git a/scipy/corefft/fftpack_litemodule.c b/numpy/corefft/fftpack_litemodule.c
index 692da5e52..692da5e52 100644
--- a/scipy/corefft/fftpack_litemodule.c
+++ b/numpy/corefft/fftpack_litemodule.c
diff --git a/scipy/corefft/helper.py b/numpy/corefft/helper.py
index 36a9c3dec..36a9c3dec 100644
--- a/scipy/corefft/helper.py
+++ b/numpy/corefft/helper.py
diff --git a/scipy/corefft/info.py b/numpy/corefft/info.py
index 62c5c0630..62c5c0630 100644
--- a/scipy/corefft/info.py
+++ b/numpy/corefft/info.py
diff --git a/scipy/corefft/setup.py b/numpy/corefft/setup.py
index 5ff44f37f..5ff44f37f 100644
--- a/scipy/corefft/setup.py
+++ b/numpy/corefft/setup.py
diff --git a/scipy/corefft/tests/test_helper.py b/numpy/corefft/tests/test_helper.py
index f962096f6..f962096f6 100644
--- a/scipy/corefft/tests/test_helper.py
+++ b/numpy/corefft/tests/test_helper.py
diff --git a/scipy/corelinalg/__init__.py b/numpy/corelinalg/__init__.py
index 561ab3438..561ab3438 100644
--- a/scipy/corelinalg/__init__.py
+++ b/numpy/corelinalg/__init__.py
diff --git a/scipy/corelinalg/blas_lite.c b/numpy/corelinalg/blas_lite.c
index 38adc2aeb..38adc2aeb 100644
--- a/scipy/corelinalg/blas_lite.c
+++ b/numpy/corelinalg/blas_lite.c
diff --git a/scipy/corelinalg/dlamch.c b/numpy/corelinalg/dlamch.c
index dda3f36e2..dda3f36e2 100644
--- a/scipy/corelinalg/dlamch.c
+++ b/numpy/corelinalg/dlamch.c
diff --git a/scipy/corelinalg/dlapack_lite.c b/numpy/corelinalg/dlapack_lite.c
index e6634491f..e6634491f 100644
--- a/scipy/corelinalg/dlapack_lite.c
+++ b/numpy/corelinalg/dlapack_lite.c
diff --git a/scipy/corelinalg/f2c.h b/numpy/corelinalg/f2c.h
index e27d7ae57..e27d7ae57 100644
--- a/scipy/corelinalg/f2c.h
+++ b/numpy/corelinalg/f2c.h
diff --git a/scipy/corelinalg/f2c_lite.c b/numpy/corelinalg/f2c_lite.c
index 6402271c9..6402271c9 100644
--- a/scipy/corelinalg/f2c_lite.c
+++ b/numpy/corelinalg/f2c_lite.c
diff --git a/scipy/corelinalg/info.py b/numpy/corelinalg/info.py
index 740dfcc1a..740dfcc1a 100644
--- a/scipy/corelinalg/info.py
+++ b/numpy/corelinalg/info.py
diff --git a/scipy/corelinalg/lapack_litemodule.c b/numpy/corelinalg/lapack_litemodule.c
index bf7170fbc..bf7170fbc 100644
--- a/scipy/corelinalg/lapack_litemodule.c
+++ b/numpy/corelinalg/lapack_litemodule.c
diff --git a/scipy/corelinalg/linalg.py b/numpy/corelinalg/linalg.py
index 9629b60f2..9629b60f2 100644
--- a/scipy/corelinalg/linalg.py
+++ b/numpy/corelinalg/linalg.py
diff --git a/scipy/corelinalg/setup.py b/numpy/corelinalg/setup.py
index b1a8c6c67..b1a8c6c67 100644
--- a/scipy/corelinalg/setup.py
+++ b/numpy/corelinalg/setup.py
diff --git a/scipy/corelinalg/zlapack_lite.c b/numpy/corelinalg/zlapack_lite.c
index 4549f68b5..4549f68b5 100644
--- a/scipy/corelinalg/zlapack_lite.c
+++ b/numpy/corelinalg/zlapack_lite.c
diff --git a/scipy/distutils/__init__.py b/numpy/distutils/__init__.py
index 08cd57559..08cd57559 100644
--- a/scipy/distutils/__init__.py
+++ b/numpy/distutils/__init__.py
diff --git a/scipy/distutils/__version__.py b/numpy/distutils/__version__.py
index 06077f79c..06077f79c 100644
--- a/scipy/distutils/__version__.py
+++ b/numpy/distutils/__version__.py
diff --git a/scipy/distutils/ccompiler.py b/numpy/distutils/ccompiler.py
index 2e06e6993..2e06e6993 100644
--- a/scipy/distutils/ccompiler.py
+++ b/numpy/distutils/ccompiler.py
diff --git a/scipy/distutils/command/__init__.py b/numpy/distutils/command/__init__.py
index 5ec3e370a..5ec3e370a 100644
--- a/scipy/distutils/command/__init__.py
+++ b/numpy/distutils/command/__init__.py
diff --git a/scipy/distutils/command/bdist_rpm.py b/numpy/distutils/command/bdist_rpm.py
index 04aaea33b..04aaea33b 100644
--- a/scipy/distutils/command/bdist_rpm.py
+++ b/numpy/distutils/command/bdist_rpm.py
diff --git a/scipy/distutils/command/build.py b/numpy/distutils/command/build.py
index c7872b6ff..c7872b6ff 100644
--- a/scipy/distutils/command/build.py
+++ b/numpy/distutils/command/build.py
diff --git a/scipy/distutils/command/build_clib.py b/numpy/distutils/command/build_clib.py
index 7f7c54d8d..7f7c54d8d 100644
--- a/scipy/distutils/command/build_clib.py
+++ b/numpy/distutils/command/build_clib.py
diff --git a/scipy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py
index 7a2318b70..7a2318b70 100644
--- a/scipy/distutils/command/build_ext.py
+++ b/numpy/distutils/command/build_ext.py
diff --git a/scipy/distutils/command/build_py.py b/numpy/distutils/command/build_py.py
index ab5bd8531..ab5bd8531 100644
--- a/scipy/distutils/command/build_py.py
+++ b/numpy/distutils/command/build_py.py
diff --git a/scipy/distutils/command/build_scripts.py b/numpy/distutils/command/build_scripts.py
index a2dabfa6a..a2dabfa6a 100644
--- a/scipy/distutils/command/build_scripts.py
+++ b/numpy/distutils/command/build_scripts.py
diff --git a/scipy/distutils/command/build_src.py b/numpy/distutils/command/build_src.py
index 65b46d173..65b46d173 100644
--- a/scipy/distutils/command/build_src.py
+++ b/numpy/distutils/command/build_src.py
diff --git a/scipy/distutils/command/config.py b/numpy/distutils/command/config.py
index aff79067e..aff79067e 100644
--- a/scipy/distutils/command/config.py
+++ b/numpy/distutils/command/config.py
diff --git a/scipy/distutils/command/config_compiler.py b/numpy/distutils/command/config_compiler.py
index 0db601fc6..0db601fc6 100644
--- a/scipy/distutils/command/config_compiler.py
+++ b/numpy/distutils/command/config_compiler.py
diff --git a/scipy/distutils/command/install.py b/numpy/distutils/command/install.py
index 64d613569..64d613569 100644
--- a/scipy/distutils/command/install.py
+++ b/numpy/distutils/command/install.py
diff --git a/scipy/distutils/command/install_data.py b/numpy/distutils/command/install_data.py
index e170ba4d8..e170ba4d8 100644
--- a/scipy/distutils/command/install_data.py
+++ b/numpy/distutils/command/install_data.py
diff --git a/scipy/distutils/command/install_headers.py b/numpy/distutils/command/install_headers.py
index 043f024f5..043f024f5 100644
--- a/scipy/distutils/command/install_headers.py
+++ b/numpy/distutils/command/install_headers.py
diff --git a/scipy/distutils/command/sdist.py b/numpy/distutils/command/sdist.py
index 289bd0357..289bd0357 100644
--- a/scipy/distutils/command/sdist.py
+++ b/numpy/distutils/command/sdist.py
diff --git a/scipy/distutils/conv_template.py b/numpy/distutils/conv_template.py
index d3e2de357..d3e2de357 100644
--- a/scipy/distutils/conv_template.py
+++ b/numpy/distutils/conv_template.py
diff --git a/scipy/distutils/core.py b/numpy/distutils/core.py
index 842a94756..842a94756 100644
--- a/scipy/distutils/core.py
+++ b/numpy/distutils/core.py
diff --git a/scipy/distutils/cpuinfo.py b/numpy/distutils/cpuinfo.py
index 92dd5486c..92dd5486c 100644
--- a/scipy/distutils/cpuinfo.py
+++ b/numpy/distutils/cpuinfo.py
diff --git a/scipy/distutils/exec_command.py b/numpy/distutils/exec_command.py
index 6c5554bba..6c5554bba 100644
--- a/scipy/distutils/exec_command.py
+++ b/numpy/distutils/exec_command.py
diff --git a/scipy/distutils/extension.py b/numpy/distutils/extension.py
index a1cab52f4..a1cab52f4 100644
--- a/scipy/distutils/extension.py
+++ b/numpy/distutils/extension.py
diff --git a/scipy/distutils/fcompiler/__init__.py b/numpy/distutils/fcompiler/__init__.py
index f7cbc3bad..f7cbc3bad 100644
--- a/scipy/distutils/fcompiler/__init__.py
+++ b/numpy/distutils/fcompiler/__init__.py
diff --git a/scipy/distutils/fcompiler/absoft.py b/numpy/distutils/fcompiler/absoft.py
index 51c3548db..51c3548db 100644
--- a/scipy/distutils/fcompiler/absoft.py
+++ b/numpy/distutils/fcompiler/absoft.py
diff --git a/scipy/distutils/fcompiler/compaq.py b/numpy/distutils/fcompiler/compaq.py
index 7abb23ae2..7abb23ae2 100644
--- a/scipy/distutils/fcompiler/compaq.py
+++ b/numpy/distutils/fcompiler/compaq.py
diff --git a/scipy/distutils/fcompiler/g95.py b/numpy/distutils/fcompiler/g95.py
index a3bf374a8..a3bf374a8 100644
--- a/scipy/distutils/fcompiler/g95.py
+++ b/numpy/distutils/fcompiler/g95.py
diff --git a/scipy/distutils/fcompiler/gnu.py b/numpy/distutils/fcompiler/gnu.py
index b0072571f..b0072571f 100644
--- a/scipy/distutils/fcompiler/gnu.py
+++ b/numpy/distutils/fcompiler/gnu.py
diff --git a/scipy/distutils/fcompiler/hpux.py b/numpy/distutils/fcompiler/hpux.py
index 95f326cea..95f326cea 100644
--- a/scipy/distutils/fcompiler/hpux.py
+++ b/numpy/distutils/fcompiler/hpux.py
diff --git a/scipy/distutils/fcompiler/ibm.py b/numpy/distutils/fcompiler/ibm.py
index 5fc59d1e6..5fc59d1e6 100644
--- a/scipy/distutils/fcompiler/ibm.py
+++ b/numpy/distutils/fcompiler/ibm.py
diff --git a/scipy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py
index 0e7375943..0e7375943 100644
--- a/scipy/distutils/fcompiler/intel.py
+++ b/numpy/distutils/fcompiler/intel.py
diff --git a/scipy/distutils/fcompiler/lahey.py b/numpy/distutils/fcompiler/lahey.py
index 9b88cc264..9b88cc264 100644
--- a/scipy/distutils/fcompiler/lahey.py
+++ b/numpy/distutils/fcompiler/lahey.py
diff --git a/scipy/distutils/fcompiler/mips.py b/numpy/distutils/fcompiler/mips.py
index 547e91423..547e91423 100644
--- a/scipy/distutils/fcompiler/mips.py
+++ b/numpy/distutils/fcompiler/mips.py
diff --git a/scipy/distutils/fcompiler/nag.py b/numpy/distutils/fcompiler/nag.py
index e17d972c4..e17d972c4 100644
--- a/scipy/distutils/fcompiler/nag.py
+++ b/numpy/distutils/fcompiler/nag.py
diff --git a/scipy/distutils/fcompiler/none.py b/numpy/distutils/fcompiler/none.py
index 984ea7dda..984ea7dda 100644
--- a/scipy/distutils/fcompiler/none.py
+++ b/numpy/distutils/fcompiler/none.py
diff --git a/scipy/distutils/fcompiler/pg.py b/numpy/distutils/fcompiler/pg.py
index bfdf9752c..bfdf9752c 100644
--- a/scipy/distutils/fcompiler/pg.py
+++ b/numpy/distutils/fcompiler/pg.py
diff --git a/scipy/distutils/fcompiler/sun.py b/numpy/distutils/fcompiler/sun.py
index 0c0599a06..0c0599a06 100644
--- a/scipy/distutils/fcompiler/sun.py
+++ b/numpy/distutils/fcompiler/sun.py
diff --git a/scipy/distutils/fcompiler/vast.py b/numpy/distutils/fcompiler/vast.py
index 1c6b40032..1c6b40032 100644
--- a/scipy/distutils/fcompiler/vast.py
+++ b/numpy/distutils/fcompiler/vast.py
diff --git a/scipy/distutils/from_template.py b/numpy/distutils/from_template.py
index 96866bb9b..96866bb9b 100644
--- a/scipy/distutils/from_template.py
+++ b/numpy/distutils/from_template.py
diff --git a/scipy/distutils/intelccompiler.py b/numpy/distutils/intelccompiler.py
index 87b7f564b..87b7f564b 100644
--- a/scipy/distutils/intelccompiler.py
+++ b/numpy/distutils/intelccompiler.py
diff --git a/scipy/distutils/lib2def.py b/numpy/distutils/lib2def.py
index 36c41f0b5..36c41f0b5 100644
--- a/scipy/distutils/lib2def.py
+++ b/numpy/distutils/lib2def.py
diff --git a/scipy/distutils/line_endings.py b/numpy/distutils/line_endings.py
index 4f30af06a..4f30af06a 100644
--- a/scipy/distutils/line_endings.py
+++ b/numpy/distutils/line_endings.py
diff --git a/scipy/distutils/log.py b/numpy/distutils/log.py
index 6d72f9222..6d72f9222 100644
--- a/scipy/distutils/log.py
+++ b/numpy/distutils/log.py
diff --git a/scipy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py
index fe7b4bd98..fe7b4bd98 100644
--- a/scipy/distutils/mingw32ccompiler.py
+++ b/numpy/distutils/mingw32ccompiler.py
diff --git a/scipy/distutils/misc_util.py b/numpy/distutils/misc_util.py
index f94220c74..f94220c74 100644
--- a/scipy/distutils/misc_util.py
+++ b/numpy/distutils/misc_util.py
diff --git a/scipy/distutils/setup.py b/numpy/distutils/setup.py
index 8fe472eaf..8fe472eaf 100644
--- a/scipy/distutils/setup.py
+++ b/numpy/distutils/setup.py
diff --git a/scipy/distutils/system_info.py b/numpy/distutils/system_info.py
index f0cfff1d0..f0cfff1d0 100644
--- a/scipy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
diff --git a/scipy/distutils/tests/f2py_ext/__init__.py b/numpy/distutils/tests/f2py_ext/__init__.py
index e69de29bb..e69de29bb 100644
--- a/scipy/distutils/tests/f2py_ext/__init__.py
+++ b/numpy/distutils/tests/f2py_ext/__init__.py
diff --git a/scipy/distutils/tests/f2py_ext/setup.py b/numpy/distutils/tests/f2py_ext/setup.py
index 6b786a97e..6b786a97e 100644
--- a/scipy/distutils/tests/f2py_ext/setup.py
+++ b/numpy/distutils/tests/f2py_ext/setup.py
diff --git a/scipy/distutils/tests/f2py_ext/src/fib1.f b/numpy/distutils/tests/f2py_ext/src/fib1.f
index cfbb1eea0..cfbb1eea0 100644
--- a/scipy/distutils/tests/f2py_ext/src/fib1.f
+++ b/numpy/distutils/tests/f2py_ext/src/fib1.f
diff --git a/scipy/distutils/tests/f2py_ext/src/fib2.pyf b/numpy/distutils/tests/f2py_ext/src/fib2.pyf
index 90a8cf00c..90a8cf00c 100644
--- a/scipy/distutils/tests/f2py_ext/src/fib2.pyf
+++ b/numpy/distutils/tests/f2py_ext/src/fib2.pyf
diff --git a/scipy/distutils/tests/f2py_ext/tests/test_fib2.py b/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
index 633e2ba20..633e2ba20 100644
--- a/scipy/distutils/tests/f2py_ext/tests/test_fib2.py
+++ b/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
diff --git a/scipy/distutils/tests/f2py_f90_ext/__init__.py b/numpy/distutils/tests/f2py_f90_ext/__init__.py
index e69de29bb..e69de29bb 100644
--- a/scipy/distutils/tests/f2py_f90_ext/__init__.py
+++ b/numpy/distutils/tests/f2py_f90_ext/__init__.py
diff --git a/scipy/distutils/tests/f2py_f90_ext/include/body.f90 b/numpy/distutils/tests/f2py_f90_ext/include/body.f90
index 90b44e29d..90b44e29d 100644
--- a/scipy/distutils/tests/f2py_f90_ext/include/body.f90
+++ b/numpy/distutils/tests/f2py_f90_ext/include/body.f90
diff --git a/scipy/distutils/tests/f2py_f90_ext/setup.py b/numpy/distutils/tests/f2py_f90_ext/setup.py
index f3ab45045..f3ab45045 100644
--- a/scipy/distutils/tests/f2py_f90_ext/setup.py
+++ b/numpy/distutils/tests/f2py_f90_ext/setup.py
diff --git a/scipy/distutils/tests/f2py_f90_ext/src/foo_free.f90 b/numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90
index c7713be59..c7713be59 100644
--- a/scipy/distutils/tests/f2py_f90_ext/src/foo_free.f90
+++ b/numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90
diff --git a/scipy/distutils/tests/f2py_f90_ext/tests/test_foo.py b/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
index 544f94ab4..544f94ab4 100644
--- a/scipy/distutils/tests/f2py_f90_ext/tests/test_foo.py
+++ b/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
diff --git a/scipy/distutils/tests/gen_ext/__init__.py b/numpy/distutils/tests/gen_ext/__init__.py
index e69de29bb..e69de29bb 100644
--- a/scipy/distutils/tests/gen_ext/__init__.py
+++ b/numpy/distutils/tests/gen_ext/__init__.py
diff --git a/scipy/distutils/tests/gen_ext/setup.py b/numpy/distutils/tests/gen_ext/setup.py
index 7b12c1f55..7b12c1f55 100644
--- a/scipy/distutils/tests/gen_ext/setup.py
+++ b/numpy/distutils/tests/gen_ext/setup.py
diff --git a/scipy/distutils/tests/gen_ext/tests/test_fib3.py b/numpy/distutils/tests/gen_ext/tests/test_fib3.py
index c8ee2441c..c8ee2441c 100644
--- a/scipy/distutils/tests/gen_ext/tests/test_fib3.py
+++ b/numpy/distutils/tests/gen_ext/tests/test_fib3.py
diff --git a/scipy/distutils/tests/swig_ext/__init__.py b/numpy/distutils/tests/swig_ext/__init__.py
index e69de29bb..e69de29bb 100644
--- a/scipy/distutils/tests/swig_ext/__init__.py
+++ b/numpy/distutils/tests/swig_ext/__init__.py
diff --git a/scipy/distutils/tests/swig_ext/setup.py b/numpy/distutils/tests/swig_ext/setup.py
index b6fe8eed4..b6fe8eed4 100644
--- a/scipy/distutils/tests/swig_ext/setup.py
+++ b/numpy/distutils/tests/swig_ext/setup.py
diff --git a/scipy/distutils/tests/swig_ext/src/example.c b/numpy/distutils/tests/swig_ext/src/example.c
index 7bbb661dd..7bbb661dd 100644
--- a/scipy/distutils/tests/swig_ext/src/example.c
+++ b/numpy/distutils/tests/swig_ext/src/example.c
diff --git a/scipy/distutils/tests/swig_ext/src/example.i b/numpy/distutils/tests/swig_ext/src/example.i
index 6d61062b3..6d61062b3 100644
--- a/scipy/distutils/tests/swig_ext/src/example.i
+++ b/numpy/distutils/tests/swig_ext/src/example.i
diff --git a/scipy/distutils/tests/swig_ext/src/zoo.cc b/numpy/distutils/tests/swig_ext/src/zoo.cc
index 0a643d1e5..0a643d1e5 100644
--- a/scipy/distutils/tests/swig_ext/src/zoo.cc
+++ b/numpy/distutils/tests/swig_ext/src/zoo.cc
diff --git a/scipy/distutils/tests/swig_ext/src/zoo.h b/numpy/distutils/tests/swig_ext/src/zoo.h
index cb26e6cef..cb26e6cef 100644
--- a/scipy/distutils/tests/swig_ext/src/zoo.h
+++ b/numpy/distutils/tests/swig_ext/src/zoo.h
diff --git a/scipy/distutils/tests/swig_ext/src/zoo.i b/numpy/distutils/tests/swig_ext/src/zoo.i
index a029c03e8..a029c03e8 100644
--- a/scipy/distutils/tests/swig_ext/src/zoo.i
+++ b/numpy/distutils/tests/swig_ext/src/zoo.i
diff --git a/scipy/distutils/tests/swig_ext/tests/test_example.py b/numpy/distutils/tests/swig_ext/tests/test_example.py
index baedec642..baedec642 100644
--- a/scipy/distutils/tests/swig_ext/tests/test_example.py
+++ b/numpy/distutils/tests/swig_ext/tests/test_example.py
diff --git a/scipy/distutils/tests/swig_ext/tests/test_example2.py b/numpy/distutils/tests/swig_ext/tests/test_example2.py
index af066be68..af066be68 100644
--- a/scipy/distutils/tests/swig_ext/tests/test_example2.py
+++ b/numpy/distutils/tests/swig_ext/tests/test_example2.py
diff --git a/scipy/distutils/tests/test_misc_util.py b/numpy/distutils/tests/test_misc_util.py
index 4ca21ea13..4ca21ea13 100644
--- a/scipy/distutils/tests/test_misc_util.py
+++ b/numpy/distutils/tests/test_misc_util.py
diff --git a/scipy/distutils/unixccompiler.py b/numpy/distutils/unixccompiler.py
index 214763cef..214763cef 100644
--- a/scipy/distutils/unixccompiler.py
+++ b/numpy/distutils/unixccompiler.py
diff --git a/scipy/doc/CAPI.txt b/numpy/doc/CAPI.txt
index f8bfd3981..f8bfd3981 100644
--- a/scipy/doc/CAPI.txt
+++ b/numpy/doc/CAPI.txt
diff --git a/scipy/doc/DISTUTILS.txt b/numpy/doc/DISTUTILS.txt
index a08c50edf..a08c50edf 100644
--- a/scipy/doc/DISTUTILS.txt
+++ b/numpy/doc/DISTUTILS.txt
diff --git a/scipy/doc/README.txt b/numpy/doc/README.txt
index f63508669..f63508669 100644
--- a/scipy/doc/README.txt
+++ b/numpy/doc/README.txt
diff --git a/scipy/doc/records.txt b/numpy/doc/records.txt
index faa0bfe3b..faa0bfe3b 100644
--- a/scipy/doc/records.txt
+++ b/numpy/doc/records.txt
diff --git a/scipy/doc/ufuncs.txt b/numpy/doc/ufuncs.txt
index 2d4fa5048..2d4fa5048 100644
--- a/scipy/doc/ufuncs.txt
+++ b/numpy/doc/ufuncs.txt
diff --git a/scipy/f2py/BUGS.txt b/numpy/f2py/BUGS.txt
index ee08863bb..ee08863bb 100644
--- a/scipy/f2py/BUGS.txt
+++ b/numpy/f2py/BUGS.txt
diff --git a/scipy/f2py/Makefile b/numpy/f2py/Makefile
index 91c199f99..91c199f99 100644
--- a/scipy/f2py/Makefile
+++ b/numpy/f2py/Makefile
diff --git a/scipy/f2py/NEWS.txt b/numpy/f2py/NEWS.txt
index a4a254405..a4a254405 100644
--- a/scipy/f2py/NEWS.txt
+++ b/numpy/f2py/NEWS.txt
diff --git a/scipy/f2py/README.txt b/numpy/f2py/README.txt
index ebe7e8c88..ebe7e8c88 100644
--- a/scipy/f2py/README.txt
+++ b/numpy/f2py/README.txt
diff --git a/scipy/f2py/TODO.txt b/numpy/f2py/TODO.txt
index fd655f2e2..fd655f2e2 100644
--- a/scipy/f2py/TODO.txt
+++ b/numpy/f2py/TODO.txt
diff --git a/scipy/f2py/__init__.py b/numpy/f2py/__init__.py
index 5c2c3e927..5c2c3e927 100644
--- a/scipy/f2py/__init__.py
+++ b/numpy/f2py/__init__.py
diff --git a/scipy/f2py/__version__.py b/numpy/f2py/__version__.py
index 11fb7b3d2..11fb7b3d2 100644
--- a/scipy/f2py/__version__.py
+++ b/numpy/f2py/__version__.py
diff --git a/scipy/f2py/auxfuncs.py b/numpy/f2py/auxfuncs.py
index 51eae0517..51eae0517 100644
--- a/scipy/f2py/auxfuncs.py
+++ b/numpy/f2py/auxfuncs.py
diff --git a/scipy/f2py/capi_maps.py b/numpy/f2py/capi_maps.py
index e4a542eaa..e4a542eaa 100644
--- a/scipy/f2py/capi_maps.py
+++ b/numpy/f2py/capi_maps.py
diff --git a/scipy/f2py/cb_rules.py b/numpy/f2py/cb_rules.py
index 666c1c6c8..666c1c6c8 100644
--- a/scipy/f2py/cb_rules.py
+++ b/numpy/f2py/cb_rules.py
diff --git a/scipy/f2py/cfuncs.py b/numpy/f2py/cfuncs.py
index aec1509ff..aec1509ff 100644
--- a/scipy/f2py/cfuncs.py
+++ b/numpy/f2py/cfuncs.py
diff --git a/scipy/f2py/common_rules.py b/numpy/f2py/common_rules.py
index e7b4decca..e7b4decca 100644
--- a/scipy/f2py/common_rules.py
+++ b/numpy/f2py/common_rules.py
diff --git a/scipy/f2py/crackfortran.py b/numpy/f2py/crackfortran.py
index 2a91709bc..2a91709bc 100755
--- a/scipy/f2py/crackfortran.py
+++ b/numpy/f2py/crackfortran.py
diff --git a/scipy/f2py/diagnose.py b/numpy/f2py/diagnose.py
index 34784b39c..34784b39c 100644
--- a/scipy/f2py/diagnose.py
+++ b/numpy/f2py/diagnose.py
diff --git a/scipy/f2py/doc/Makefile b/numpy/f2py/doc/Makefile
index 2f241da0a..2f241da0a 100644
--- a/scipy/f2py/doc/Makefile
+++ b/numpy/f2py/doc/Makefile
diff --git a/scipy/f2py/doc/Release-1.x.txt b/numpy/f2py/doc/Release-1.x.txt
index 46d6fbf09..46d6fbf09 100644
--- a/scipy/f2py/doc/Release-1.x.txt
+++ b/numpy/f2py/doc/Release-1.x.txt
diff --git a/scipy/f2py/doc/Release-2.x.txt b/numpy/f2py/doc/Release-2.x.txt
index 807eb0ca8..807eb0ca8 100644
--- a/scipy/f2py/doc/Release-2.x.txt
+++ b/numpy/f2py/doc/Release-2.x.txt
diff --git a/scipy/f2py/doc/Release-3.x.txt b/numpy/f2py/doc/Release-3.x.txt
index 940771015..940771015 100644
--- a/scipy/f2py/doc/Release-3.x.txt
+++ b/numpy/f2py/doc/Release-3.x.txt
diff --git a/scipy/f2py/doc/Release-4.x.txt b/numpy/f2py/doc/Release-4.x.txt
index ed071a0cb..ed071a0cb 100644
--- a/scipy/f2py/doc/Release-4.x.txt
+++ b/numpy/f2py/doc/Release-4.x.txt
diff --git a/scipy/f2py/doc/apps.tex b/numpy/f2py/doc/apps.tex
index 513c048bd..513c048bd 100644
--- a/scipy/f2py/doc/apps.tex
+++ b/numpy/f2py/doc/apps.tex
diff --git a/scipy/f2py/doc/bugs.tex b/numpy/f2py/doc/bugs.tex
index 699ecf530..699ecf530 100644
--- a/scipy/f2py/doc/bugs.tex
+++ b/numpy/f2py/doc/bugs.tex
diff --git a/scipy/f2py/doc/collectinput.py b/numpy/f2py/doc/collectinput.py
index c2ce2bf89..c2ce2bf89 100755
--- a/scipy/f2py/doc/collectinput.py
+++ b/numpy/f2py/doc/collectinput.py
diff --git a/scipy/f2py/doc/commands.tex b/numpy/f2py/doc/commands.tex
index 5101a9ff5..5101a9ff5 100644
--- a/scipy/f2py/doc/commands.tex
+++ b/numpy/f2py/doc/commands.tex
diff --git a/scipy/f2py/doc/ex1/arr.f b/numpy/f2py/doc/ex1/arr.f
index c4e49988f..c4e49988f 100644
--- a/scipy/f2py/doc/ex1/arr.f
+++ b/numpy/f2py/doc/ex1/arr.f
diff --git a/scipy/f2py/doc/ex1/bar.f b/numpy/f2py/doc/ex1/bar.f
index c723b5af1..c723b5af1 100644
--- a/scipy/f2py/doc/ex1/bar.f
+++ b/numpy/f2py/doc/ex1/bar.f
diff --git a/scipy/f2py/doc/ex1/foo.f b/numpy/f2py/doc/ex1/foo.f
index cdcac4103..cdcac4103 100644
--- a/scipy/f2py/doc/ex1/foo.f
+++ b/numpy/f2py/doc/ex1/foo.f
diff --git a/scipy/f2py/doc/ex1/foobar-smart.f90 b/numpy/f2py/doc/ex1/foobar-smart.f90
index 61385a685..61385a685 100644
--- a/scipy/f2py/doc/ex1/foobar-smart.f90
+++ b/numpy/f2py/doc/ex1/foobar-smart.f90
diff --git a/scipy/f2py/doc/ex1/foobar.f90 b/numpy/f2py/doc/ex1/foobar.f90
index 53ac5b506..53ac5b506 100644
--- a/scipy/f2py/doc/ex1/foobar.f90
+++ b/numpy/f2py/doc/ex1/foobar.f90
diff --git a/scipy/f2py/doc/ex1/foobarmodule.tex b/numpy/f2py/doc/ex1/foobarmodule.tex
index 32411ec03..32411ec03 100644
--- a/scipy/f2py/doc/ex1/foobarmodule.tex
+++ b/numpy/f2py/doc/ex1/foobarmodule.tex
diff --git a/scipy/f2py/doc/ex1/runme b/numpy/f2py/doc/ex1/runme
index 2aac6158e..2aac6158e 100755
--- a/scipy/f2py/doc/ex1/runme
+++ b/numpy/f2py/doc/ex1/runme
diff --git a/scipy/f2py/doc/f2py2e.tex b/numpy/f2py/doc/f2py2e.tex
index 6e3e9d68c..6e3e9d68c 100644
--- a/scipy/f2py/doc/f2py2e.tex
+++ b/numpy/f2py/doc/f2py2e.tex
diff --git a/scipy/f2py/doc/f2python9-final/README.txt b/numpy/f2py/doc/f2python9-final/README.txt
index b907216b6..b907216b6 100644
--- a/scipy/f2py/doc/f2python9-final/README.txt
+++ b/numpy/f2py/doc/f2python9-final/README.txt
diff --git a/scipy/f2py/doc/f2python9-final/aerostructure.jpg b/numpy/f2py/doc/f2python9-final/aerostructure.jpg
index 896ad6e12..896ad6e12 100644
--- a/scipy/f2py/doc/f2python9-final/aerostructure.jpg
+++ b/numpy/f2py/doc/f2python9-final/aerostructure.jpg
Binary files differ
diff --git a/scipy/f2py/doc/f2python9-final/flow.jpg b/numpy/f2py/doc/f2python9-final/flow.jpg
index cfe0f85f3..cfe0f85f3 100644
--- a/scipy/f2py/doc/f2python9-final/flow.jpg
+++ b/numpy/f2py/doc/f2python9-final/flow.jpg
Binary files differ
diff --git a/scipy/f2py/doc/f2python9-final/mk_html.sh b/numpy/f2py/doc/f2python9-final/mk_html.sh
index 944110e93..944110e93 100755
--- a/scipy/f2py/doc/f2python9-final/mk_html.sh
+++ b/numpy/f2py/doc/f2python9-final/mk_html.sh
diff --git a/scipy/f2py/doc/f2python9-final/mk_pdf.sh b/numpy/f2py/doc/f2python9-final/mk_pdf.sh
index b773028b7..b773028b7 100755
--- a/scipy/f2py/doc/f2python9-final/mk_pdf.sh
+++ b/numpy/f2py/doc/f2python9-final/mk_pdf.sh
diff --git a/scipy/f2py/doc/f2python9-final/mk_ps.sh b/numpy/f2py/doc/f2python9-final/mk_ps.sh
index 4b0863fcd..4b0863fcd 100755
--- a/scipy/f2py/doc/f2python9-final/mk_ps.sh
+++ b/numpy/f2py/doc/f2python9-final/mk_ps.sh
diff --git a/scipy/f2py/doc/f2python9-final/src/examples/exp1.f b/numpy/f2py/doc/f2python9-final/src/examples/exp1.f
index 36bee50b0..36bee50b0 100644
--- a/scipy/f2py/doc/f2python9-final/src/examples/exp1.f
+++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1.f
diff --git a/scipy/f2py/doc/f2python9-final/src/examples/exp1mess.txt b/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt
index ae1545718..ae1545718 100644
--- a/scipy/f2py/doc/f2python9-final/src/examples/exp1mess.txt
+++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt
diff --git a/scipy/f2py/doc/f2python9-final/src/examples/exp1session.txt b/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt
index 9bec9198e..9bec9198e 100644
--- a/scipy/f2py/doc/f2python9-final/src/examples/exp1session.txt
+++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt
diff --git a/scipy/f2py/doc/f2python9-final/src/examples/foo.pyf b/numpy/f2py/doc/f2python9-final/src/examples/foo.pyf
index 516bb292f..516bb292f 100644
--- a/scipy/f2py/doc/f2python9-final/src/examples/foo.pyf
+++ b/numpy/f2py/doc/f2python9-final/src/examples/foo.pyf
diff --git a/scipy/f2py/doc/f2python9-final/src/examples/foom.pyf b/numpy/f2py/doc/f2python9-final/src/examples/foom.pyf
index 6392ebc95..6392ebc95 100644
--- a/scipy/f2py/doc/f2python9-final/src/examples/foom.pyf
+++ b/numpy/f2py/doc/f2python9-final/src/examples/foom.pyf
diff --git a/scipy/f2py/doc/f2python9-final/structure.jpg b/numpy/f2py/doc/f2python9-final/structure.jpg
index 9aa691339..9aa691339 100644
--- a/scipy/f2py/doc/f2python9-final/structure.jpg
+++ b/numpy/f2py/doc/f2python9-final/structure.jpg
Binary files differ
diff --git a/scipy/f2py/doc/fortranobject.tex b/numpy/f2py/doc/fortranobject.tex
index dbb244cdd..dbb244cdd 100644
--- a/scipy/f2py/doc/fortranobject.tex
+++ b/numpy/f2py/doc/fortranobject.tex
diff --git a/scipy/f2py/doc/index.html b/numpy/f2py/doc/index.html
index abddd7d43..abddd7d43 100644
--- a/scipy/f2py/doc/index.html
+++ b/numpy/f2py/doc/index.html
diff --git a/scipy/f2py/doc/intro.tex b/numpy/f2py/doc/intro.tex
index d9625b09c..d9625b09c 100644
--- a/scipy/f2py/doc/intro.tex
+++ b/numpy/f2py/doc/intro.tex
diff --git a/scipy/f2py/doc/multiarray/array_from_pyobj.c b/numpy/f2py/doc/multiarray/array_from_pyobj.c
index 7e0de9a74..7e0de9a74 100644
--- a/scipy/f2py/doc/multiarray/array_from_pyobj.c
+++ b/numpy/f2py/doc/multiarray/array_from_pyobj.c
diff --git a/scipy/f2py/doc/multiarray/bar.c b/numpy/f2py/doc/multiarray/bar.c
index 350636ea6..350636ea6 100644
--- a/scipy/f2py/doc/multiarray/bar.c
+++ b/numpy/f2py/doc/multiarray/bar.c
diff --git a/scipy/f2py/doc/multiarray/foo.f b/numpy/f2py/doc/multiarray/foo.f
index f8c39c4d1..f8c39c4d1 100644
--- a/scipy/f2py/doc/multiarray/foo.f
+++ b/numpy/f2py/doc/multiarray/foo.f
diff --git a/scipy/f2py/doc/multiarray/fortran_array_from_pyobj.txt b/numpy/f2py/doc/multiarray/fortran_array_from_pyobj.txt
index c7b945c84..c7b945c84 100644
--- a/scipy/f2py/doc/multiarray/fortran_array_from_pyobj.txt
+++ b/numpy/f2py/doc/multiarray/fortran_array_from_pyobj.txt
diff --git a/scipy/f2py/doc/multiarray/fun.pyf b/numpy/f2py/doc/multiarray/fun.pyf
index ed5d1923f..ed5d1923f 100644
--- a/scipy/f2py/doc/multiarray/fun.pyf
+++ b/numpy/f2py/doc/multiarray/fun.pyf
diff --git a/scipy/f2py/doc/multiarray/run.pyf b/numpy/f2py/doc/multiarray/run.pyf
index bb12a439b..bb12a439b 100644
--- a/scipy/f2py/doc/multiarray/run.pyf
+++ b/numpy/f2py/doc/multiarray/run.pyf
diff --git a/scipy/f2py/doc/multiarray/transpose.txt b/numpy/f2py/doc/multiarray/transpose.txt
index a8d41e6df..a8d41e6df 100644
--- a/scipy/f2py/doc/multiarray/transpose.txt
+++ b/numpy/f2py/doc/multiarray/transpose.txt
diff --git a/scipy/f2py/doc/multiarrays.txt b/numpy/f2py/doc/multiarrays.txt
index 704208976..704208976 100644
--- a/scipy/f2py/doc/multiarrays.txt
+++ b/numpy/f2py/doc/multiarrays.txt
diff --git a/scipy/f2py/doc/notes.tex b/numpy/f2py/doc/notes.tex
index 2746b049d..2746b049d 100644
--- a/scipy/f2py/doc/notes.tex
+++ b/numpy/f2py/doc/notes.tex
diff --git a/scipy/f2py/doc/oldnews.html b/numpy/f2py/doc/oldnews.html
index 914265bbe..914265bbe 100644
--- a/scipy/f2py/doc/oldnews.html
+++ b/numpy/f2py/doc/oldnews.html
diff --git a/scipy/f2py/doc/options.tex b/numpy/f2py/doc/options.tex
index 84d9410f8..84d9410f8 100644
--- a/scipy/f2py/doc/options.tex
+++ b/numpy/f2py/doc/options.tex
diff --git a/scipy/f2py/doc/python9.tex b/numpy/f2py/doc/python9.tex
index cda3cd18b..cda3cd18b 100644
--- a/scipy/f2py/doc/python9.tex
+++ b/numpy/f2py/doc/python9.tex
diff --git a/scipy/f2py/doc/signaturefile.tex b/numpy/f2py/doc/signaturefile.tex
index 3cd16d890..3cd16d890 100644
--- a/scipy/f2py/doc/signaturefile.tex
+++ b/numpy/f2py/doc/signaturefile.tex
diff --git a/scipy/f2py/doc/using_F_compiler.txt b/numpy/f2py/doc/using_F_compiler.txt
index 3067f0776..3067f0776 100644
--- a/scipy/f2py/doc/using_F_compiler.txt
+++ b/numpy/f2py/doc/using_F_compiler.txt
diff --git a/scipy/f2py/doc/win32_notes.txt b/numpy/f2py/doc/win32_notes.txt
index 1b7b9029c..1b7b9029c 100644
--- a/scipy/f2py/doc/win32_notes.txt
+++ b/numpy/f2py/doc/win32_notes.txt
diff --git a/scipy/f2py/docs/FAQ.txt b/numpy/f2py/docs/FAQ.txt
index e2ed79445..e2ed79445 100644
--- a/scipy/f2py/docs/FAQ.txt
+++ b/numpy/f2py/docs/FAQ.txt
diff --git a/scipy/f2py/docs/HISTORY.txt b/numpy/f2py/docs/HISTORY.txt
index 876ab2362..876ab2362 100644
--- a/scipy/f2py/docs/HISTORY.txt
+++ b/numpy/f2py/docs/HISTORY.txt
diff --git a/scipy/f2py/docs/OLDNEWS.txt b/numpy/f2py/docs/OLDNEWS.txt
index b21215464..b21215464 100644
--- a/scipy/f2py/docs/OLDNEWS.txt
+++ b/numpy/f2py/docs/OLDNEWS.txt
diff --git a/scipy/f2py/docs/README.txt b/numpy/f2py/docs/README.txt
index fc7149645..fc7149645 100644
--- a/scipy/f2py/docs/README.txt
+++ b/numpy/f2py/docs/README.txt
diff --git a/scipy/f2py/docs/TESTING.txt b/numpy/f2py/docs/TESTING.txt
index feae18dc6..feae18dc6 100644
--- a/scipy/f2py/docs/TESTING.txt
+++ b/numpy/f2py/docs/TESTING.txt
diff --git a/scipy/f2py/docs/THANKS.txt b/numpy/f2py/docs/THANKS.txt
index cbaa083fc..cbaa083fc 100644
--- a/scipy/f2py/docs/THANKS.txt
+++ b/numpy/f2py/docs/THANKS.txt
diff --git a/scipy/f2py/docs/default.css b/numpy/f2py/docs/default.css
index 9289e2826..9289e2826 100644
--- a/scipy/f2py/docs/default.css
+++ b/numpy/f2py/docs/default.css
diff --git a/scipy/f2py/docs/docutils.conf b/numpy/f2py/docs/docutils.conf
index 4e5a8425b..4e5a8425b 100644
--- a/scipy/f2py/docs/docutils.conf
+++ b/numpy/f2py/docs/docutils.conf
diff --git a/scipy/f2py/docs/hello.f b/numpy/f2py/docs/hello.f
index 3e0dc6d21..3e0dc6d21 100644
--- a/scipy/f2py/docs/hello.f
+++ b/numpy/f2py/docs/hello.f
diff --git a/scipy/f2py/docs/pyforttest.pyf b/numpy/f2py/docs/pyforttest.pyf
index 79a9ae205..79a9ae205 100644
--- a/scipy/f2py/docs/pyforttest.pyf
+++ b/numpy/f2py/docs/pyforttest.pyf
diff --git a/scipy/f2py/docs/pytest.py b/numpy/f2py/docs/pytest.py
index abd3487df..abd3487df 100644
--- a/scipy/f2py/docs/pytest.py
+++ b/numpy/f2py/docs/pytest.py
diff --git a/scipy/f2py/docs/simple.f b/numpy/f2py/docs/simple.f
index ba468a509..ba468a509 100644
--- a/scipy/f2py/docs/simple.f
+++ b/numpy/f2py/docs/simple.f
diff --git a/scipy/f2py/docs/simple_session.dat b/numpy/f2py/docs/simple_session.dat
index 10d9dc962..10d9dc962 100644
--- a/scipy/f2py/docs/simple_session.dat
+++ b/numpy/f2py/docs/simple_session.dat
diff --git a/scipy/f2py/docs/usersguide/allocarr.f90 b/numpy/f2py/docs/usersguide/allocarr.f90
index e0d6c2ec8..e0d6c2ec8 100644
--- a/scipy/f2py/docs/usersguide/allocarr.f90
+++ b/numpy/f2py/docs/usersguide/allocarr.f90
diff --git a/scipy/f2py/docs/usersguide/allocarr_session.dat b/numpy/f2py/docs/usersguide/allocarr_session.dat
index fc91959b7..fc91959b7 100644
--- a/scipy/f2py/docs/usersguide/allocarr_session.dat
+++ b/numpy/f2py/docs/usersguide/allocarr_session.dat
diff --git a/scipy/f2py/docs/usersguide/array.f b/numpy/f2py/docs/usersguide/array.f
index ef20c9c20..ef20c9c20 100644
--- a/scipy/f2py/docs/usersguide/array.f
+++ b/numpy/f2py/docs/usersguide/array.f
diff --git a/scipy/f2py/docs/usersguide/array_session.dat b/numpy/f2py/docs/usersguide/array_session.dat
index f64933482..f64933482 100644
--- a/scipy/f2py/docs/usersguide/array_session.dat
+++ b/numpy/f2py/docs/usersguide/array_session.dat
diff --git a/scipy/f2py/docs/usersguide/calculate.f b/numpy/f2py/docs/usersguide/calculate.f
index 1cda1c8dd..1cda1c8dd 100644
--- a/scipy/f2py/docs/usersguide/calculate.f
+++ b/numpy/f2py/docs/usersguide/calculate.f
diff --git a/scipy/f2py/docs/usersguide/calculate_session.dat b/numpy/f2py/docs/usersguide/calculate_session.dat
index 2fe64f522..2fe64f522 100644
--- a/scipy/f2py/docs/usersguide/calculate_session.dat
+++ b/numpy/f2py/docs/usersguide/calculate_session.dat
diff --git a/scipy/f2py/docs/usersguide/callback.f b/numpy/f2py/docs/usersguide/callback.f
index 6e9bfb920..6e9bfb920 100644
--- a/scipy/f2py/docs/usersguide/callback.f
+++ b/numpy/f2py/docs/usersguide/callback.f
diff --git a/scipy/f2py/docs/usersguide/callback2.pyf b/numpy/f2py/docs/usersguide/callback2.pyf
index 3d77eed24..3d77eed24 100644
--- a/scipy/f2py/docs/usersguide/callback2.pyf
+++ b/numpy/f2py/docs/usersguide/callback2.pyf
diff --git a/scipy/f2py/docs/usersguide/callback_session.dat b/numpy/f2py/docs/usersguide/callback_session.dat
index cd2f26084..cd2f26084 100644
--- a/scipy/f2py/docs/usersguide/callback_session.dat
+++ b/numpy/f2py/docs/usersguide/callback_session.dat
diff --git a/scipy/f2py/docs/usersguide/common.f b/numpy/f2py/docs/usersguide/common.f
index b098ab20c..b098ab20c 100644
--- a/scipy/f2py/docs/usersguide/common.f
+++ b/numpy/f2py/docs/usersguide/common.f
diff --git a/scipy/f2py/docs/usersguide/common_session.dat b/numpy/f2py/docs/usersguide/common_session.dat
index 846fdaa07..846fdaa07 100644
--- a/scipy/f2py/docs/usersguide/common_session.dat
+++ b/numpy/f2py/docs/usersguide/common_session.dat
diff --git a/scipy/f2py/docs/usersguide/compile_session.dat b/numpy/f2py/docs/usersguide/compile_session.dat
index 0d8408198..0d8408198 100644
--- a/scipy/f2py/docs/usersguide/compile_session.dat
+++ b/numpy/f2py/docs/usersguide/compile_session.dat
diff --git a/scipy/f2py/docs/usersguide/default.css b/numpy/f2py/docs/usersguide/default.css
index bb7226161..bb7226161 100644
--- a/scipy/f2py/docs/usersguide/default.css
+++ b/numpy/f2py/docs/usersguide/default.css
diff --git a/scipy/f2py/docs/usersguide/docutils.conf b/numpy/f2py/docs/usersguide/docutils.conf
index b772fd137..b772fd137 100644
--- a/scipy/f2py/docs/usersguide/docutils.conf
+++ b/numpy/f2py/docs/usersguide/docutils.conf
diff --git a/scipy/f2py/docs/usersguide/extcallback.f b/numpy/f2py/docs/usersguide/extcallback.f
index 9a800628e..9a800628e 100644
--- a/scipy/f2py/docs/usersguide/extcallback.f
+++ b/numpy/f2py/docs/usersguide/extcallback.f
diff --git a/scipy/f2py/docs/usersguide/extcallback_session.dat b/numpy/f2py/docs/usersguide/extcallback_session.dat
index c22935ea0..c22935ea0 100644
--- a/scipy/f2py/docs/usersguide/extcallback_session.dat
+++ b/numpy/f2py/docs/usersguide/extcallback_session.dat
diff --git a/scipy/f2py/docs/usersguide/fib1.f b/numpy/f2py/docs/usersguide/fib1.f
index cfbb1eea0..cfbb1eea0 100644
--- a/scipy/f2py/docs/usersguide/fib1.f
+++ b/numpy/f2py/docs/usersguide/fib1.f
diff --git a/scipy/f2py/docs/usersguide/fib1.pyf b/numpy/f2py/docs/usersguide/fib1.pyf
index 3d6cc0a54..3d6cc0a54 100644
--- a/scipy/f2py/docs/usersguide/fib1.pyf
+++ b/numpy/f2py/docs/usersguide/fib1.pyf
diff --git a/scipy/f2py/docs/usersguide/fib2.pyf b/numpy/f2py/docs/usersguide/fib2.pyf
index 4a5ae29f1..4a5ae29f1 100644
--- a/scipy/f2py/docs/usersguide/fib2.pyf
+++ b/numpy/f2py/docs/usersguide/fib2.pyf
diff --git a/scipy/f2py/docs/usersguide/fib3.f b/numpy/f2py/docs/usersguide/fib3.f
index 08b050cd2..08b050cd2 100644
--- a/scipy/f2py/docs/usersguide/fib3.f
+++ b/numpy/f2py/docs/usersguide/fib3.f
diff --git a/scipy/f2py/docs/usersguide/ftype.f b/numpy/f2py/docs/usersguide/ftype.f
index cabbb9e2d..cabbb9e2d 100644
--- a/scipy/f2py/docs/usersguide/ftype.f
+++ b/numpy/f2py/docs/usersguide/ftype.f
diff --git a/scipy/f2py/docs/usersguide/ftype_session.dat b/numpy/f2py/docs/usersguide/ftype_session.dat
index 01f9febaf..01f9febaf 100644
--- a/scipy/f2py/docs/usersguide/ftype_session.dat
+++ b/numpy/f2py/docs/usersguide/ftype_session.dat
diff --git a/scipy/f2py/docs/usersguide/index.txt b/numpy/f2py/docs/usersguide/index.txt
index 9fafb99fb..9fafb99fb 100644
--- a/scipy/f2py/docs/usersguide/index.txt
+++ b/numpy/f2py/docs/usersguide/index.txt
diff --git a/scipy/f2py/docs/usersguide/moddata.f90 b/numpy/f2py/docs/usersguide/moddata.f90
index 0e98f0467..0e98f0467 100644
--- a/scipy/f2py/docs/usersguide/moddata.f90
+++ b/numpy/f2py/docs/usersguide/moddata.f90
diff --git a/scipy/f2py/docs/usersguide/moddata_session.dat b/numpy/f2py/docs/usersguide/moddata_session.dat
index 1ec212f8b..1ec212f8b 100644
--- a/scipy/f2py/docs/usersguide/moddata_session.dat
+++ b/numpy/f2py/docs/usersguide/moddata_session.dat
diff --git a/scipy/f2py/docs/usersguide/run_main_session.dat b/numpy/f2py/docs/usersguide/run_main_session.dat
index 29ecc3dfe..29ecc3dfe 100644
--- a/scipy/f2py/docs/usersguide/run_main_session.dat
+++ b/numpy/f2py/docs/usersguide/run_main_session.dat
diff --git a/scipy/f2py/docs/usersguide/scalar.f b/numpy/f2py/docs/usersguide/scalar.f
index c22f639ed..c22f639ed 100644
--- a/scipy/f2py/docs/usersguide/scalar.f
+++ b/numpy/f2py/docs/usersguide/scalar.f
diff --git a/scipy/f2py/docs/usersguide/scalar_session.dat b/numpy/f2py/docs/usersguide/scalar_session.dat
index 4fe8c03b1..4fe8c03b1 100644
--- a/scipy/f2py/docs/usersguide/scalar_session.dat
+++ b/numpy/f2py/docs/usersguide/scalar_session.dat
diff --git a/scipy/f2py/docs/usersguide/setup_example.py b/numpy/f2py/docs/usersguide/setup_example.py
index a7d27403a..a7d27403a 100644
--- a/scipy/f2py/docs/usersguide/setup_example.py
+++ b/numpy/f2py/docs/usersguide/setup_example.py
diff --git a/scipy/f2py/docs/usersguide/spam.pyf b/numpy/f2py/docs/usersguide/spam.pyf
index 21ea18b77..21ea18b77 100644
--- a/scipy/f2py/docs/usersguide/spam.pyf
+++ b/numpy/f2py/docs/usersguide/spam.pyf
diff --git a/scipy/f2py/docs/usersguide/spam_session.dat b/numpy/f2py/docs/usersguide/spam_session.dat
index 7f99d13f9..7f99d13f9 100644
--- a/scipy/f2py/docs/usersguide/spam_session.dat
+++ b/numpy/f2py/docs/usersguide/spam_session.dat
diff --git a/scipy/f2py/docs/usersguide/string.f b/numpy/f2py/docs/usersguide/string.f
index 9246f02e7..9246f02e7 100644
--- a/scipy/f2py/docs/usersguide/string.f
+++ b/numpy/f2py/docs/usersguide/string.f
diff --git a/scipy/f2py/docs/usersguide/string_session.dat b/numpy/f2py/docs/usersguide/string_session.dat
index 64ebcb3f4..64ebcb3f4 100644
--- a/scipy/f2py/docs/usersguide/string_session.dat
+++ b/numpy/f2py/docs/usersguide/string_session.dat
diff --git a/scipy/f2py/docs/usersguide/var.pyf b/numpy/f2py/docs/usersguide/var.pyf
index 8275ff3af..8275ff3af 100644
--- a/scipy/f2py/docs/usersguide/var.pyf
+++ b/numpy/f2py/docs/usersguide/var.pyf
diff --git a/scipy/f2py/docs/usersguide/var_session.dat b/numpy/f2py/docs/usersguide/var_session.dat
index fb0f798bf..fb0f798bf 100644
--- a/scipy/f2py/docs/usersguide/var_session.dat
+++ b/numpy/f2py/docs/usersguide/var_session.dat
diff --git a/scipy/f2py/f2py.1 b/numpy/f2py/f2py.1
index 3b9f054af..3b9f054af 100644
--- a/scipy/f2py/f2py.1
+++ b/numpy/f2py/f2py.1
diff --git a/scipy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py
index 6230590d1..6230590d1 100755
--- a/scipy/f2py/f2py2e.py
+++ b/numpy/f2py/f2py2e.py
diff --git a/scipy/f2py/f2py_testing.py b/numpy/f2py/f2py_testing.py
index 1126c3085..1126c3085 100644
--- a/scipy/f2py/f2py_testing.py
+++ b/numpy/f2py/f2py_testing.py
diff --git a/scipy/f2py/f90mod_rules.py b/numpy/f2py/f90mod_rules.py
index 9c0d54900..9c0d54900 100644
--- a/scipy/f2py/f90mod_rules.py
+++ b/numpy/f2py/f90mod_rules.py
diff --git a/scipy/f2py/func2subr.py b/numpy/f2py/func2subr.py
index 4039c9996..4039c9996 100644
--- a/scipy/f2py/func2subr.py
+++ b/numpy/f2py/func2subr.py
diff --git a/scipy/f2py/rules.py b/numpy/f2py/rules.py
index cb2d78e65..cb2d78e65 100644
--- a/scipy/f2py/rules.py
+++ b/numpy/f2py/rules.py
diff --git a/scipy/f2py/setup.cfg b/numpy/f2py/setup.cfg
index 14669544c..14669544c 100644
--- a/scipy/f2py/setup.cfg
+++ b/numpy/f2py/setup.cfg
diff --git a/scipy/f2py/setup.py b/numpy/f2py/setup.py
index 2616ccbd5..2616ccbd5 100755
--- a/scipy/f2py/setup.py
+++ b/numpy/f2py/setup.py
diff --git a/scipy/f2py/src/fortranobject.c b/numpy/f2py/src/fortranobject.c
index d5da43a88..d5da43a88 100644
--- a/scipy/f2py/src/fortranobject.c
+++ b/numpy/f2py/src/fortranobject.c
diff --git a/scipy/f2py/src/fortranobject.h b/numpy/f2py/src/fortranobject.h
index 680e6690e..680e6690e 100644
--- a/scipy/f2py/src/fortranobject.h
+++ b/numpy/f2py/src/fortranobject.h
diff --git a/scipy/f2py/src/test/Makefile b/numpy/f2py/src/test/Makefile
index 0f8869f72..0f8869f72 100644
--- a/scipy/f2py/src/test/Makefile
+++ b/numpy/f2py/src/test/Makefile
diff --git a/scipy/f2py/src/test/bar.f b/numpy/f2py/src/test/bar.f
index 5354ceaf9..5354ceaf9 100644
--- a/scipy/f2py/src/test/bar.f
+++ b/numpy/f2py/src/test/bar.f
diff --git a/scipy/f2py/src/test/foo.f b/numpy/f2py/src/test/foo.f
index 5354ceaf9..5354ceaf9 100644
--- a/scipy/f2py/src/test/foo.f
+++ b/numpy/f2py/src/test/foo.f
diff --git a/scipy/f2py/src/test/foo90.f90 b/numpy/f2py/src/test/foo90.f90
index dbca7e95b..dbca7e95b 100644
--- a/scipy/f2py/src/test/foo90.f90
+++ b/numpy/f2py/src/test/foo90.f90
diff --git a/scipy/f2py/src/test/foomodule.c b/numpy/f2py/src/test/foomodule.c
index 0a954676e..0a954676e 100644
--- a/scipy/f2py/src/test/foomodule.c
+++ b/numpy/f2py/src/test/foomodule.c
diff --git a/scipy/f2py/src/test/wrap.f b/numpy/f2py/src/test/wrap.f
index 9414eb9f6..9414eb9f6 100644
--- a/scipy/f2py/src/test/wrap.f
+++ b/numpy/f2py/src/test/wrap.f
diff --git a/scipy/f2py/tests/array_from_pyobj/__init__.py b/numpy/f2py/tests/array_from_pyobj/__init__.py
index e69de29bb..e69de29bb 100644
--- a/scipy/f2py/tests/array_from_pyobj/__init__.py
+++ b/numpy/f2py/tests/array_from_pyobj/__init__.py
diff --git a/scipy/f2py/tests/array_from_pyobj/setup.py b/numpy/f2py/tests/array_from_pyobj/setup.py
index ff7ff8cfc..ff7ff8cfc 100644
--- a/scipy/f2py/tests/array_from_pyobj/setup.py
+++ b/numpy/f2py/tests/array_from_pyobj/setup.py
diff --git a/scipy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py b/numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py
index 309ad03f6..309ad03f6 100644
--- a/scipy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py
+++ b/numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py
diff --git a/scipy/f2py/tests/array_from_pyobj/wrapmodule.c b/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
index 0d9e41f1c..0d9e41f1c 100644
--- a/scipy/f2py/tests/array_from_pyobj/wrapmodule.c
+++ b/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
diff --git a/scipy/f2py/tests/c/return_real.py b/numpy/f2py/tests/c/return_real.py
index 7d35b28cf..7d35b28cf 100644
--- a/scipy/f2py/tests/c/return_real.py
+++ b/numpy/f2py/tests/c/return_real.py
diff --git a/scipy/f2py/tests/f77/callback.py b/numpy/f2py/tests/f77/callback.py
index 672504bc7..672504bc7 100644
--- a/scipy/f2py/tests/f77/callback.py
+++ b/numpy/f2py/tests/f77/callback.py
diff --git a/scipy/f2py/tests/f77/return_character.py b/numpy/f2py/tests/f77/return_character.py
index 3361c11f5..3361c11f5 100644
--- a/scipy/f2py/tests/f77/return_character.py
+++ b/numpy/f2py/tests/f77/return_character.py
diff --git a/scipy/f2py/tests/f77/return_complex.py b/numpy/f2py/tests/f77/return_complex.py
index 39743a9f6..39743a9f6 100644
--- a/scipy/f2py/tests/f77/return_complex.py
+++ b/numpy/f2py/tests/f77/return_complex.py
diff --git a/scipy/f2py/tests/f77/return_integer.py b/numpy/f2py/tests/f77/return_integer.py
index f50ab52da..f50ab52da 100644
--- a/scipy/f2py/tests/f77/return_integer.py
+++ b/numpy/f2py/tests/f77/return_integer.py
diff --git a/scipy/f2py/tests/f77/return_logical.py b/numpy/f2py/tests/f77/return_logical.py
index e252e03a6..e252e03a6 100644
--- a/scipy/f2py/tests/f77/return_logical.py
+++ b/numpy/f2py/tests/f77/return_logical.py
diff --git a/scipy/f2py/tests/f77/return_real.py b/numpy/f2py/tests/f77/return_real.py
index 37f97a06d..37f97a06d 100644
--- a/scipy/f2py/tests/f77/return_real.py
+++ b/numpy/f2py/tests/f77/return_real.py
diff --git a/scipy/f2py/tests/f90/return_character.py b/numpy/f2py/tests/f90/return_character.py
index 0bd7be701..0bd7be701 100644
--- a/scipy/f2py/tests/f90/return_character.py
+++ b/numpy/f2py/tests/f90/return_character.py
diff --git a/scipy/f2py/tests/f90/return_complex.py b/numpy/f2py/tests/f90/return_complex.py
index 36d8707fc..36d8707fc 100644
--- a/scipy/f2py/tests/f90/return_complex.py
+++ b/numpy/f2py/tests/f90/return_complex.py
diff --git a/scipy/f2py/tests/f90/return_integer.py b/numpy/f2py/tests/f90/return_integer.py
index 635252ce9..635252ce9 100644
--- a/scipy/f2py/tests/f90/return_integer.py
+++ b/numpy/f2py/tests/f90/return_integer.py
diff --git a/scipy/f2py/tests/f90/return_logical.py b/numpy/f2py/tests/f90/return_logical.py
index c9479edaf..c9479edaf 100644
--- a/scipy/f2py/tests/f90/return_logical.py
+++ b/numpy/f2py/tests/f90/return_logical.py
diff --git a/scipy/f2py/tests/f90/return_real.py b/numpy/f2py/tests/f90/return_real.py
index 263e28165..263e28165 100644
--- a/scipy/f2py/tests/f90/return_real.py
+++ b/numpy/f2py/tests/f90/return_real.py
diff --git a/scipy/f2py/tests/mixed/foo.f b/numpy/f2py/tests/mixed/foo.f
index c34742578..c34742578 100644
--- a/scipy/f2py/tests/mixed/foo.f
+++ b/numpy/f2py/tests/mixed/foo.f
diff --git a/scipy/f2py/tests/mixed/foo_fixed.f90 b/numpy/f2py/tests/mixed/foo_fixed.f90
index 7543a6acb..7543a6acb 100644
--- a/scipy/f2py/tests/mixed/foo_fixed.f90
+++ b/numpy/f2py/tests/mixed/foo_fixed.f90
diff --git a/scipy/f2py/tests/mixed/foo_free.f90 b/numpy/f2py/tests/mixed/foo_free.f90
index c1b641f13..c1b641f13 100644
--- a/scipy/f2py/tests/mixed/foo_free.f90
+++ b/numpy/f2py/tests/mixed/foo_free.f90
diff --git a/scipy/f2py/tests/mixed/run.py b/numpy/f2py/tests/mixed/run.py
index 6f4b7d444..6f4b7d444 100644
--- a/scipy/f2py/tests/mixed/run.py
+++ b/numpy/f2py/tests/mixed/run.py
diff --git a/scipy/f2py/tests/run_all.py b/numpy/f2py/tests/run_all.py
index 016e68c29..016e68c29 100755
--- a/scipy/f2py/tests/run_all.py
+++ b/numpy/f2py/tests/run_all.py
diff --git a/scipy/f2py/use_rules.py b/numpy/f2py/use_rules.py
index 8affcbe41..8affcbe41 100644
--- a/scipy/f2py/use_rules.py
+++ b/numpy/f2py/use_rules.py
diff --git a/scipy/random/__init__.py b/numpy/random/__init__.py
index 39607f993..39607f993 100644
--- a/scipy/random/__init__.py
+++ b/numpy/random/__init__.py
diff --git a/scipy/random/info.py b/numpy/random/info.py
index 44864495e..44864495e 100644
--- a/scipy/random/info.py
+++ b/numpy/random/info.py
diff --git a/scipy/random/mtrand/Python.pxi b/numpy/random/mtrand/Python.pxi
index d82b6dc4f..d82b6dc4f 100644
--- a/scipy/random/mtrand/Python.pxi
+++ b/numpy/random/mtrand/Python.pxi
diff --git a/scipy/random/mtrand/distributions.c b/numpy/random/mtrand/distributions.c
index 3f5ff2355..3f5ff2355 100644
--- a/scipy/random/mtrand/distributions.c
+++ b/numpy/random/mtrand/distributions.c
diff --git a/scipy/random/mtrand/distributions.h b/numpy/random/mtrand/distributions.h
index 0d6de639d..0d6de639d 100644
--- a/scipy/random/mtrand/distributions.h
+++ b/numpy/random/mtrand/distributions.h
diff --git a/scipy/random/mtrand/generate_mtrand_c.py b/numpy/random/mtrand/generate_mtrand_c.py
index 3f440985f..3f440985f 100644
--- a/scipy/random/mtrand/generate_mtrand_c.py
+++ b/numpy/random/mtrand/generate_mtrand_c.py
diff --git a/scipy/random/mtrand/initarray.c b/numpy/random/mtrand/initarray.c
index 9bf0ef286..9bf0ef286 100644
--- a/scipy/random/mtrand/initarray.c
+++ b/numpy/random/mtrand/initarray.c
diff --git a/scipy/random/mtrand/initarray.h b/numpy/random/mtrand/initarray.h
index a4ac210f4..a4ac210f4 100644
--- a/scipy/random/mtrand/initarray.h
+++ b/numpy/random/mtrand/initarray.h
diff --git a/scipy/random/mtrand/mtrand.c b/numpy/random/mtrand/mtrand.c
index 995e4871d..995e4871d 100644
--- a/scipy/random/mtrand/mtrand.c
+++ b/numpy/random/mtrand/mtrand.c
diff --git a/scipy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx
index bf20ac913..bf20ac913 100644
--- a/scipy/random/mtrand/mtrand.pyx
+++ b/numpy/random/mtrand/mtrand.pyx
diff --git a/scipy/random/mtrand/randomkit.c b/numpy/random/mtrand/randomkit.c
index 6a58f2dba..6a58f2dba 100644
--- a/scipy/random/mtrand/randomkit.c
+++ b/numpy/random/mtrand/randomkit.c
diff --git a/scipy/random/mtrand/randomkit.h b/numpy/random/mtrand/randomkit.h
index 389666854..389666854 100644
--- a/scipy/random/mtrand/randomkit.h
+++ b/numpy/random/mtrand/randomkit.h
diff --git a/scipy/random/mtrand/scipy.pxi b/numpy/random/mtrand/scipy.pxi
index 9c7b4d01c..9c7b4d01c 100644
--- a/scipy/random/mtrand/scipy.pxi
+++ b/numpy/random/mtrand/scipy.pxi
diff --git a/scipy/random/setup.py b/numpy/random/setup.py
index 17e5e0133..17e5e0133 100644
--- a/scipy/random/setup.py
+++ b/numpy/random/setup.py
diff --git a/scipy/setup.py b/numpy/setup.py
index 491e288a9..491e288a9 100644
--- a/scipy/setup.py
+++ b/numpy/setup.py
diff --git a/scipy/testing/__init__.py b/numpy/testing/__init__.py
index a0a1405f0..a0a1405f0 100644
--- a/scipy/testing/__init__.py
+++ b/numpy/testing/__init__.py
diff --git a/scipy/testing/info.py b/numpy/testing/info.py
index 9b5caa074..9b5caa074 100644
--- a/scipy/testing/info.py
+++ b/numpy/testing/info.py
diff --git a/scipy/testing/scipytest.py b/numpy/testing/scipytest.py
index b2aea7b72..b2aea7b72 100644
--- a/scipy/testing/scipytest.py
+++ b/numpy/testing/scipytest.py
diff --git a/scipy/testing/setup.py b/numpy/testing/setup.py
index 0f7764f07..0f7764f07 100755
--- a/scipy/testing/setup.py
+++ b/numpy/testing/setup.py
diff --git a/scipy/testing/utils.py b/numpy/testing/utils.py
index 362f30fec..362f30fec 100644
--- a/scipy/testing/utils.py
+++ b/numpy/testing/utils.py