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
Xavier Thompson
cython
Repository
698b502d4c5aee7a80dd4b83cc7463ef6141747c
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/xavier_thompson/cython.git
more cythonisation in the scanner/parser
Stefan Behnel authored
14 years ago
698b502d
Name
Last commit
Last update
Cython
more cythonisation in the scanner/parser
14 years ago
Demos
build embedding test against static Python library to support non-shared CPython builds
14 years ago
Doc
Cleared file executable bit that was set earlier by a mistake
16 years ago
Tools
Some SCons fixups
15 years ago
bin
use plain malloc/free in freezing code
15 years ago
pyximport
applied pyximport patch from ticket 312
15 years ago
tests
enabled a compile test
14 years ago
.hgignore
Another entry in .hgignore.
14 years ago
.hgtags
Added tag 0.13 for changeset 32c957267b3b
14 years ago
COPYING.txt
Cleared file executable bit that was set earlier by a mistake
16 years ago
INSTALL.txt
Pyrex -> Cython
16 years ago
LICENSE.txt
Fixes the lineends in LICENSE.txt
16 years ago
MANIFEST.in
Add wrapper files to MANIFEST.in.
14 years ago
Makefile
removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box with Python 3
14 years ago
README.txt
doc fix
15 years ago
ToDo.txt
Cleanup manifest, auxiliary files.
16 years ago
USAGE.txt
Cleared file executable bit that was set earlier by a mistake
16 years ago
cython.py
cython.locals(...) decorator for pure python type declarations.
16 years ago
runtests.py
test runner: support expected errors in .py files
14 years ago
setup.py
recompile Cython source files when .pxd override files change
14 years ago
setupegg.py
Optional setuptools-based cython build
15 years ago
README.txt