Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Gwenaël Samain
cython
Repository
45ca772edfc22e7d0c3081a5fe089d22734848f3
Switch branch/tag
cython
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Clone
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy HTTPS clone URL
https://lab.nexedi.com/gsamain/cython.git
optimise bytearray.decode()
Stefan Behnel authored
11 years ago
--HG-- rename : tests/run/bytesmethods.pyx => tests/run/bytearraymethods.pyx
45ca772e
Name
Last commit
Last update
Cython
optimise bytearray.decode()
11 years ago
Demos
use -fPIC -shared when compiling "libraries" demo
11 years ago
Doc
Add __getattribute__ to documentation.
12 years ago
Tools
use standard exclude patterns as overridable default in cystdlib.py
11 years ago
bin
Merge pull request #157 from dnmiller/master
11 years ago
docs
support 'bytearray' in the same way as 'bytes', starting with Py2.6
11 years ago
pyximport
Update pyximport.py
11 years ago
tests
optimise bytearray.decode()
11 years ago
.gitignore
.gitignore: Ignore *.egg and *.egg-info
11 years ago
.hgignore
extend .hgignore
11 years ago
.hgtags
Added tag 0.19 for changeset 48407fa3f3c9
12 years ago
.travis.yml
disable PyPy build on travis - takes way too long
11 years ago
CHANGES.rst
support 'bytearray' in the same way as 'bytes', starting with Py2.6
11 years ago
COPYING.txt
Fix COPYING.txt.
14 years ago
INSTALL.txt
Remove trailing whitespace.
14 years ago
LICENSE.txt
Fixes the lineends in LICENSE.txt
16 years ago
MANIFEST.in
add prliminary pylint configuration
11 years ago
Makefile
Makefile: checkout all missing files for repo target
13 years ago
README.txt
Fix hg/git in readme.
14 years ago
ToDo.txt
Remove trailing whitespace.
14 years ago
USAGE.txt
Remove trailing whitespace.
14 years ago
cygdb.py
scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
12 years ago
cython.py
added __version__ to the cython namespace
11 years ago
pylintrc
disable pylint warning about unknown attributes - there are just too many of them on the tree nodes
11 years ago
runtests.py
optimise bytearray.decode()
11 years ago
setup.py
setupegg.py
tox.ini
README.txt