0511e504
Name Last commit Last update
Cython avoid minor redundancy in generated 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 import fixes for Py2.6
tests extended test case to make sure arguments pass as expected
.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.10.2 for changeset 92baafe0edf3
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 Update license file.
MANIFEST.in Cleanup manifest, auxiliary files.
Makefile update clean target in makefile
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 fix distutils GCC compilation flags to remove -Wstrict-prototypes for the C++ case
setup.py add custom distutils build_ext command ignoring C compiler failues when building Cython