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
nexedi
cython
Repository
fd4853d202b13a92e0c6b6f21b3b05fea75b0ef5
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/nexedi/cython.git
Properly decref objects held by fused functions
Mark Florisson authored
12 years ago
fd4853d2
Name
Last commit
Last update
Cython
Properly decref objects held by fused functions
12 years ago
Demos
exclude setup.py from compiled modules
12 years ago
Doc
Add __getattribute__ to documentation.
12 years ago
Tools
enable 'optimize.inline_defnode_calls' in cystdlib.py build script
12 years ago
bin
moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
14 years ago
docs
Merge branch 'master' of github.com:cython/cython
12 years ago
pyximport
Merge pull request #188 from pv/pyxbuild-fixes
12 years ago
tests
avoid GIL state temp overhead in sections that do not contain yields
12 years ago
.gitignore
Add support for tox (
http://tox.testrun.org/
)
12 years ago
.hgignore
added *.o to ignored files
13 years ago
.hgtags
Added tag 0.18 for changeset 76f33728e853
12 years ago
.travis.yml
disable Py2.5 builds in travis - their installation appears to be broken
12 years ago
CHANGES.rst
changelog
12 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
Include CHANGES.rst into the source distribution
12 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
scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
12 years ago
cython.py
Make cython.py executable and add Unix shebang
14 years ago
runtests.py
add test for absolute imports
12 years ago
setup.py
properly integrate pyximport into setup.py
12 years ago
setupegg.py
tox.ini
README.txt