fix negative slice indices
Stefan Behnel authored
c7d063cc
Name Last commit Last update
Cython fix negative slice indices
Demos exclude setup.py from compiled modules
Doc Add __getattribute__ to documentation.
Tools enable 'optimize.inline_defnode_calls' in cystdlib.py build script
bin moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
docs Merge branch 'master' of github.com:cython/cython
pyximport Merge pull request #188 from pv/pyxbuild-fixes
tests fix negative slice indices
.gitignore Add support for tox (http://tox.testrun.org/)
.hgignore added *.o to ignored files
.hgtags Added tag 0.18 for changeset 76f33728e853
.travis.yml disable Py2.5 builds in travis - their installation appears to be broken
CHANGES.rst changelog
COPYING.txt Fix COPYING.txt.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in Include CHANGES.rst into the source distribution
Makefile Fix make repo.
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
cygdb.py scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
cython.py Make cython.py executable and add Unix shebang
runtests.py add another failing test for iterable lookup in generators
setup.py properly integrate pyximport into setup.py
setupegg.py
tox.ini