LICENSE MANIFEST.in Makefile README.rst RELEASE.rst ez_setup.py setup.cfg setup.py tox.ini Bottleneck.egg-info/PKG-INFO Bottleneck.egg-info/SOURCES.txt Bottleneck.egg-info/dependency_links.txt Bottleneck.egg-info/requires.txt Bottleneck.egg-info/top_level.txt bottleneck/LICENSE bottleneck/__init__.py bottleneck/version.py bottleneck/benchmark/__init__.py bottleneck/benchmark/autotimeit.py bottleneck/benchmark/bench.py bottleneck/slow/__init__.py bottleneck/slow/move.py bottleneck/slow/nonreduce.py bottleneck/slow/nonreduce_axis.py bottleneck/slow/reduce.py bottleneck/src/__init__.py bottleneck/src/auto_pyx/move.c bottleneck/src/auto_pyx/move_setup.py bottleneck/src/auto_pyx/nonreduce.c bottleneck/src/auto_pyx/nonreduce_axis.c bottleneck/src/auto_pyx/nonreduce_axis_setup.py bottleneck/src/auto_pyx/nonreduce_setup.py bottleneck/src/auto_pyx/reduce.c bottleneck/src/auto_pyx/reduce_setup.py bottleneck/src/auto_pyx/csrc/move_median.c bottleneck/src/template/__init__.py bottleneck/src/template/move.pyx bottleneck/src/template/nonreduce.pyx bottleneck/src/template/nonreduce_axis.pyx bottleneck/src/template/reduce.pyx bottleneck/src/template/template.py bottleneck/tests/__init__.py bottleneck/tests/input_modifcation_test.py bottleneck/tests/list_input_test.py bottleneck/tests/move_test.py bottleneck/tests/nonreduce_axis_test.py bottleneck/tests/nonreduce_test.py bottleneck/tests/reduce_test.py doc/Makefile doc/doc_howto doc/image/icon.png doc/image/icon.xcf doc/image/icon14.png doc/source/conf.py doc/source/index.rst doc/source/intro.rst doc/source/license.rst doc/source/reference.rst doc/source/release.rst doc/sphinxext/LICENSE.txt doc/sphinxext/MANIFEST.in doc/sphinxext/PKG-INFO doc/sphinxext/README.txt doc/sphinxext/__init__.py doc/sphinxext/comment_eater.py doc/sphinxext/compiler_unparse.py doc/sphinxext/docscrape.py doc/sphinxext/docscrape.pyc doc/sphinxext/docscrape_sphinx.py doc/sphinxext/docscrape_sphinx.pyc doc/sphinxext/numpydoc.py doc/sphinxext/numpydoc.pyc doc/sphinxext/phantom_import.py doc/sphinxext/plot_directive.py doc/sphinxext/setup.cfg doc/sphinxext/setup.py doc/sphinxext/traitsdoc.py