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