Name Last commit Last update
Cython also optimise comparing bytes objects of equal length, instead of using a generic fallback for them
Demos Documentation cleanup.
Doc newlines
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 Merge branch 'master' of https://github.com/gotgenes/cython into gotgenes-master
pyximport blacklist distutils sysconfig module in pyximport (needs to reside inside CPython)
tests test fixes
.gitignore Create .gitignore and update .hgignore (thanks to W. Trevor King)
.hgignore Create .gitignore and update .hgignore (thanks to W. Trevor King)
.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 fix MANIFEST.in and force MANIFEST generation in sdist command
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 tags -> tag
setup.py avoid redundant exception output in Python 3 build
setupegg.py Optional setuptools-based cython build