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
Kirill Smelkov
cython
Repository
c46463edcdd8048fdeb256a781219ed86bdd026f
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/kirr/cython.git
exclude tracing macros from Python interaction score in HTML annotation
Stefan Behnel authored
10 years ago
c46463ed
Name
Last commit
Last update
Cython
exclude tracing macros from Python interaction score in HTML annotation
10 years ago
Demos
speed up cythonized hexiom2 benchmark a little by using C int arrays instead of fixed size Python lists
10 years ago
Doc
Add __getattribute__ to documentation.
12 years ago
Tools
move JediTyper into Tools directory as it's not in a state that would suggest making it a part of Cython
10 years ago
bin
Add sed script to move declarators to types.
10 years ago
docs
doc fix
10 years ago
pyximport
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd"
10 years ago
tests
merge 0.22.x branch into master
10 years ago
.gitignore
.gitignore: Ignore *.egg and *.egg-info
11 years ago
.hgignore
extend .hgignore
11 years ago
.hgtags
Added tag 0.21.2 for changeset ab1a3afb8775
10 years ago
.travis.yml
minor travis cleanup
10 years ago
CHANGES.rst
merge 0.22.x branch into master
10 years ago
COPYING.txt
Clarify license position with respect to compilation output.
10 years ago
INSTALL.txt
Remove trailing whitespace.
14 years ago
LICENSE.txt
Fixes the lineends in LICENSE.txt
16 years ago
MANIFEST.in
add missing cythonize.py script to sdist
10 years ago
Makefile
extend "make clean"
10 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
make `%load_ext cython` still valid
10 years ago
cythonize.py
globally install "cythonize" script
10 years ago
pylintrc
disable some pylint warnings
10 years ago
runtests.py
setup.py
setupegg.py
tox.ini
README.txt