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
Boxiang Sun
cython
Repository
81bbfd9f5ed23d41b91107f582c1ed4445fca889
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/Daetalus/cython.git
test runner: assume that no-one uses Py3.4 beta versions anymore
Stefan Behnel authored
9 years ago
81bbfd9f
Name
Last commit
Last update
Cython
When merging a transitive_list, copy the list
9 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
update pypy integration guide
9 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
add test for using "yield from" in Python on a Cython generator
9 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
work around crash in CPython's yield-from implementation for generators that "return" values using a StopIteration exception valu
9 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