Name Last commit Last update
Cython replace useless dict items iteration by predictably ordered key iteration
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 Merge pull request #370 from larsmans/buffer-doc
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 implement coverage analysis support as a plugin for the coverage.py tool
.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 implement coverage analysis support as a plugin for the coverage.py tool
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