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
c7d063ccb63a2c3462fbdd3c295500a5c580ef8d
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
fix negative slice indices
Stefan Behnel authored
12 years ago
c7d063cc
Name
Last commit
Last update
Cython
fix negative slice indices
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
13 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
fix negative slice indices
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
13 years ago
runtests.py
add another failing test for iterable lookup in generators
12 years ago
setup.py
properly integrate pyximport into setup.py
12 years ago
setupegg.py
tox.ini
README.txt