removed dead code
Stefan Behnel authored
5ea2561a
Name Last commit Last update
Cython removed dead code
Demos Fix optional cdef arguments for c++, possible optimization when not all args are used.
Doc Cleared file executable bit that was set earlier by a mistake
Tools Automatic embedding of signatures in docstring (#2)
bin Better cython script for windows
pyximport Better error reporting in pyxbuild
tests ticket #186: generate more efficient code when tuple-unpacking a typed tuple
.hgignore Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore .
.hgtags Added tag 0.11.rc for changeset 838a6b7cae62
COPYING.txt Cleared file executable bit that was set earlier by a mistake
INSTALL.txt Cleared file executable bit that was set earlier by a mistake
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in add missing files to MANIFEST.in
Makefile build and install "Cython.Runtime.refnanny", use it as a fallback if a bare "refnanny" module is not available for import
README.txt Cleared file executable bit that was set earlier by a mistake
ToDo.txt Cleanup manifest, auxiliary files.
USAGE.txt Cleared file executable bit that was set earlier by a mistake
cython.py cython.locals(...) decorator for pure python type declarations.
runtests.py set up numpy include directories in test runner when running test scripts (by Lisandro)
setup.py fix inclusion of package data files