Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trivial typo fixes | Unknown | 2017-10-17 | 1 | -1/+1 |
| | | | | | Most are non-user facing. Found using: `codespell -d -q 3` | ||||
* | use explicit relative imports everywhere and enable absolute imports by default | Stefan Behnel | 2014-06-17 | 1 | -2/+5 |
| | |||||
* | removed lots of unused imports, delayed some imports that are only needed ↵ | Stefan Behnel | 2011-11-13 | 1 | -4/+2 |
| | | | | | | | for Cython specific syntax --HG-- extra : rebase_source : a2df3675fd1efae1a1122ca9742e99ab1405fba6 | ||||
* | fix compiler crash on .pxd file processing | Stefan Behnel | 2011-10-14 | 1 | -1/+5 |
| | |||||
* | Introduce TempsBlockNode utility, improve TreeFragment-generated temps | Dag Sverre Seljebotn | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | Whoops, missing file in pxd-compilation commits | Dag Sverre Seljebotn | 2008-08-02 | 1 | -0/+30 |
| | |||||
* | Temp allocation possible in CCodeWriter | Dag Sverre Seljebotn | 2008-07-30 | 1 | -48/+0 |
| | |||||
* | Cleared file executable bit that was set earlier by a mistake | Dag Sverre Seljebotn | 2008-07-29 | 1 | -0/+0 |
| | |||||
* | Merge + no need to cimport __cython__ any longer (sorry about non-isolated ↵ | Dag Sverre Seljebotn | 2008-07-26 | 1 | -0/+48 |
commit...) --HG-- rename : Includes/python_buffer.pxd => Cython/Includes/python_buffer.pxd |