Name Last commit Last update
Cython properly catch indexing of None for all Python objects, including all optimised cases
Demos another benchmark tweak
Doc fixed wrong example-code
Tools cython-mode now works with python-mode and the builtin python package
bin moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
docs DOC - partial rewrite of fused types doc
pyximport support for compiling __init__.py in pyximport, plus some minor cleanups
tests properly catch indexing of None for all Python objects, including all optimised cases
.gitignore Ignores generated *.elc files in git submodules.
.hgignore added *.o to ignored files
.hgtags Added tag 0.14 for changeset 15bf34c93874
COPYING.txt Fix COPYING.txt.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in Move buffer utilities, fix manifest and package data for utilities
Makefile Fix make repo.
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
cygdb.py Made tests less verbose by not using distutils.core.setup + skip debugger tests when gdb < 7.2 or not available
cython.py Make cython.py executable and add Unix shebang
runtests.py fixed test runner exclude after renaming test
setup.py do not compile Cython itself outside of CPython
setupegg.py Optional setuptools-based cython build