More pyunicode_ptr renames.
Nikita Nemkin authored
e351aa7d
Name Last commit Last update
Cython More pyunicode_ptr renames.
Demos Overflow benchmarks.
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 Documentation for Py_UNICODE* string support.
pyximport delete unused file
tests Renamed Py_UNICODE* entities to use "pyunicode_ptr" prefix; fixed small issues in Py_UNICODE* support.
.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 optimise isinstance(obj, basestring) and map basestring to unicode in Py3
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 simplify evaluation of --cython-only option in test runner
setup.py properly integrate pyximport into setup.py
setupegg.py
tox.ini