Name Last commit Last update
Cython exclude tracing macros from Python interaction score in HTML annotation
Demos speed up cythonized hexiom2 benchmark a little by using C int arrays instead of fixed size Python lists
Doc Add __getattribute__ to documentation.
Tools move JediTyper into Tools directory as it's not in a state that would suggest making it a part of Cython
bin Add sed script to move declarators to types.
docs doc fix
pyximport fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd"
tests merge 0.22.x branch into master
.gitignore .gitignore: Ignore *.egg and *.egg-info
.hgignore extend .hgignore
.hgtags Added tag 0.21.2 for changeset ab1a3afb8775
.travis.yml minor travis cleanup
CHANGES.rst merge 0.22.x branch into master
COPYING.txt Clarify license position with respect to compilation output.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in add missing cythonize.py script to sdist
Makefile extend "make clean"
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
cygdb.py scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
cython.py make `%load_ext cython` still valid
cythonize.py globally install "cythonize" script
pylintrc disable some pylint warnings
runtests.py
setup.py
setupegg.py
tox.ini