81bbfd9f
Name Last commit Last update
Cython When merging a transitive_list, copy the list
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 update pypy integration guide
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 add test for using "yield from" in Python on a Cython generator
.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 work around crash in CPython's yield-from implementation for generators that "return" values using a StopIteration exception valu
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