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
71eb7216fadf47bcc1135839b77610fe72c3d1c5
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
replace useless dict items iteration by predictably ordered key iteration
Stefan Behnel authored
10 years ago
71eb7216
Name
Last commit
Last update
Cython
replace useless dict items iteration by predictably ordered key iteration
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
Merge pull request #370 from larsmans/buffer-doc
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
implement coverage analysis support as a plugin for the coverage.py tool
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
implement coverage analysis support as a plugin for the coverage.py tool
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