optimise bytearray.decode()
Stefan Behnel authored
--HG--
rename : tests/run/bytesmethods.pyx => tests/run/bytearraymethods.pyx
45ca772e
Name Last commit Last update
Cython optimise bytearray.decode()
Demos use -fPIC -shared when compiling "libraries" demo
Doc Add __getattribute__ to documentation.
Tools use standard exclude patterns as overridable default in cystdlib.py
bin Merge pull request #157 from dnmiller/master
docs support 'bytearray' in the same way as 'bytes', starting with Py2.6
pyximport Update pyximport.py
tests optimise bytearray.decode()
.gitignore .gitignore: Ignore *.egg and *.egg-info
.hgignore extend .hgignore
.hgtags Added tag 0.19 for changeset 48407fa3f3c9
.travis.yml disable PyPy build on travis - takes way too long
CHANGES.rst support 'bytearray' in the same way as 'bytes', starting with Py2.6
COPYING.txt Fix COPYING.txt.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in add prliminary pylint configuration
Makefile Makefile: checkout all missing files for repo target
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 added __version__ to the cython namespace
pylintrc disable pylint warning about unknown attributes - there are just too many of them on the tree nodes
runtests.py optimise bytearray.decode()
setup.py
setupegg.py
tox.ini