(Cheaper) overflow check for const rhs.
Robert Bradshaw authored
a734b360
Name Last commit Last update
Cython (Cheaper) overflow check for const rhs.
Demos Fixes setup filename in Demos/Makefile.
Doc Add __getattribute__ to documentation.
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 Fixed a couple of typos in setup script
pyximport pyximport: make sure we encode extension file paths to 'str' in Py2 to work around distutils quirk
tests Overflow check tests.
.gitignore Add support for tox (http://tox.testrun.org/)
.hgignore added *.o to ignored files
.hgtags Added tag 0.17.beta1 for changeset 5320ddd8c3a6
.travis.yml Add .travis.yml for Travis CI (http://travis-ci.org/)
COPYING.txt Fix COPYING.txt.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in fix typo in MANIFEST.in
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 minor cleanups in test runner, flush output regularly to avoid incomplete output on crashes
setup.py fix inclusion of .cpp utility files in setup.py
setupegg.py Optional setuptools-based cython build
tox.ini