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
12b3e3f548556630bc77f4fdcc23dc670b4e6a78
Switch branch/tag
cython
Cython
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
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
Merge pull request #2709 from serge-sans-paille/fix/pythran-power
Stefan Behnel authored
6 years ago
Fix/pythran power
Unverified
12b3e3f5
Name
Last commit
Last update
..
Build
fixup! Fix: absolute cimport handling
6 years ago
Compiler
Merge pull request #2709 from serge-sans-paille/fix/pythran-power
6 years ago
Debugger
Remove support for Py2.6 and various quirks that special-cased it.
6 years ago
Distutils
Force retranslate Cython modules in "new_build_ext" if "-f" option is passed to "build_ext" command.
7 years ago
Includes
Merge pull request #2712 from jakirkham/fix_array_typecode
6 years ago
Parser
Trivial typo fixes
7 years ago
Plex
Minor simplification in debug code.
6 years ago
Runtime
Disable auto-pickling for some internal modules to reduce their code overhead.
7 years ago
Tempita
Delete trailing spaces
8 years ago
Tests
Add a "CYTHON_HEX_VERSION" macro in the style of PY_HEX_VERSION that user code can use to detect the Cython version that generated the main module.
6 years ago
Utility
Merge branch '0.29.x'
6 years ago
CodeWriter.py
Trivial typo fixes
7 years ago
Coverage.py
Support more C file extensions when searching modules during coverage analysis: .cc and .cxx in addition to the current .c and .cpp.
6 years ago
Debugging.py
Cleared file executable bit that was set earlier by a mistake
16 years ago
Shadow.py
Increase master version number to 3.0 alpha to split it off from the current release branch.
6 years ago
Shadow.pyi
Add some missing types to Shadow.pyi and comment out incomplete ones.
7 years ago
StringIOTree.pxd
Include FusedNode.py and StringIOTree.py in compiled modules.
7 years ago
StringIOTree.py
Reduce Cython's module size of "Actions", "Scanners", "StringIOTree", "Visitor" and "Code" by disabling auto-pickling.
6 years ago
TestUtils.py
minor code cleanups
9 years ago
Utils.py
Fix 'coding' cookie detection in the second source line.
6 years ago
__init__.py
fix up imports
9 years ago