summaryrefslogtreecommitdiff
path: root/Cython/Compiler/CodeGeneration.py
Commit message (Collapse)AuthorAgeFilesLines
* Trivial typo fixesUnknown2017-10-171-1/+1
| | | | | Most are non-user facing. Found using: `codespell -d -q 3`
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-2/+5
|
* removed lots of unused imports, delayed some imports that are only needed ↵Stefan Behnel2011-11-131-4/+2
| | | | | | | for Cython specific syntax --HG-- extra : rebase_source : a2df3675fd1efae1a1122ca9742e99ab1405fba6
* fix compiler crash on .pxd file processingStefan Behnel2011-10-141-1/+5
|
* Introduce TempsBlockNode utility, improve TreeFragment-generated tempsDag Sverre Seljebotn2008-09-241-1/+1
|
* Whoops, missing file in pxd-compilation commitsDag Sverre Seljebotn2008-08-021-0/+30
|
* Temp allocation possible in CCodeWriterDag Sverre Seljebotn2008-07-301-48/+0
|
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
|
* Merge + no need to cimport __cython__ any longer (sorry about non-isolated ↵Dag Sverre Seljebotn2008-07-261-0/+48
commit...) --HG-- rename : Includes/python_buffer.pxd => Cython/Includes/python_buffer.pxd