Name Last commit Last update
Cython fix 'with' statement at module scope by reactivating old temp code for it
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 fix 'with' statement at module scope by reactivating old temp code for it
.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 disable unknown names check for pyregr tests
setup.py fix MANIFEST.in and force MANIFEST generation in sdist command
setupegg.py Optional setuptools-based cython build