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
e351aa7da675f245cb3bc1f342d6ac7fa35d7294
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 pyunicode_ptr renames.
Nikita Nemkin authored
12 years ago
e351aa7d
Name
Last commit
Last update
Cython
More pyunicode_ptr renames.
12 years ago
Demos
Overflow benchmarks.
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
Documentation for Py_UNICODE* string support.
12 years ago
pyximport
delete unused file
12 years ago
tests
Renamed Py_UNICODE* entities to use "pyunicode_ptr" prefix; fixed small issues in Py_UNICODE* support.
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
optimise isinstance(obj, basestring) and map basestring to unicode in Py3
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
simplify evaluation of --cython-only option in test runner
12 years ago
setup.py
properly integrate pyximport into setup.py
12 years ago
setupegg.py
tox.ini
README.txt