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
Kirill Smelkov
cython
Repository
24cdbff2669d20e03c70ddad85d2e36938079962
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/kirr/cython.git
make the parser correctly understand obj[1,] as passing a tuple as key
Stefan Behnel authored
12 years ago
--HG-- extra : transplant_source : %5D%AE%1EG%B0%F9%A2%C2%1A%FB5%A6%A65%A5%EE%C4%AC%C4%AD
24cdbff2
Name
Last commit
Last update
Cython
make the parser correctly understand obj[1,] as passing a tuple as key
12 years ago
Demos
fix setup.py script in Demos dir
12 years ago
Doc
Add __getattribute__ to documentation.
12 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
Fix fused types delimiter, add pure-mode memoryview syntax like cython.double[:, :]
12 years ago
pyximport
pyximport: make sure we encode extension file paths to 'str' in Py2 to work around distutils quirk
12 years ago
tests
fix compiler crash for generator expressions with a constant False condition
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.17.beta1 for changeset 5320ddd8c3a6
12 years ago
.travis.yml
Add .travis.yml for Travis CI (
http://travis-ci.org/
)
12 years ago
CHANGES.rst
make the parser correctly understand obj[1,] as passing a tuple as key
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
fix typo in MANIFEST.in
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
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
fix PYTHONPATH handling for end-to-end tests
12 years ago
setup.py
fix inclusion of .cpp utility files in setup.py
12 years ago
setupegg.py
tox.ini
README.txt