Name Last commit Last update
Cython fix #688: optimised builtin functions/methods return 0 instead of None
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.extension in pyximport
tests fix #688: optimised builtin functions/methods return 0 instead of None
.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 exclude relativeimport_star_T542 test for py<2.5
setup.py fix MANIFEST.in and force MANIFEST generation in sdist command
setupegg.py Optional setuptools-based cython build