merge 0.19.x branch into master
Stefan Behnel authored
785da0f1
Name Last commit Last update
Cython merge 0.19.x branch into master
Demos update setup.py script to use cythonize()
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 rst fix
pyximport Update pyximport.py
tests merge 0.19.x branch into master
.gitignore Add support for tox (http://tox.testrun.org/)
.hgignore added *.o to ignored files
.hgtags Added tag 0.19 for changeset 48407fa3f3c9
.travis.yml disable Py2.5 builds in travis - their installation appears to be broken
CHANGES.rst merge 0.19.x branch into master
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 error_on_uninitialized option and disable it for pyregr testsuite
setup.py merge 0.19.x branch into master
setupegg.py
tox.ini