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
c8f61a668d0ce8af1020f520253e1b5f623cf349
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
properly catch indexing of None for all Python objects, including all optimised cases
Stefan Behnel authored
12 years ago
c8f61a66
Name
Last commit
Last update
Cython
properly catch indexing of None for all Python objects, including all optimised cases
12 years ago
Demos
another benchmark tweak
13 years ago
Doc
fixed wrong example-code
13 years ago
Tools
cython-mode now works with python-mode and the builtin python package
14 years ago
bin
moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
13 years ago
docs
DOC - partial rewrite of fused types doc
13 years ago
pyximport
support for compiling __init__.py in pyximport, plus some minor cleanups
13 years ago
tests
properly catch indexing of None for all Python objects, including all optimised cases
12 years ago
.gitignore
Ignores generated *.elc files in git submodules.
13 years ago
.hgignore
added *.o to ignored files
13 years ago
.hgtags
Added tag 0.14 for changeset 15bf34c93874
14 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
Move buffer utilities, fix manifest and package data for utilities
13 years ago
Makefile
Fix make repo.
14 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
Made tests less verbose by not using distutils.core.setup + skip debugger tests when gdb < 7.2 or not available
14 years ago
cython.py
Make cython.py executable and add Unix shebang
14 years ago
runtests.py
fixed test runner exclude after renaming test
12 years ago
setup.py
do not compile Cython itself outside of CPython
13 years ago
setupegg.py
Optional setuptools-based cython build
15 years ago
README.txt