summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Interpreter.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-2/+2
| | | … and enforce them with pycodestyle.
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-3/+5
|
* removed lots of unused imports, delayed some imports that are only needed ↵Stefan Behnel2011-11-131-1/+0
| | | | | | | for Cython specific syntax --HG-- extra : rebase_source : a2df3675fd1efae1a1122ca9742e99ab1405fba6
* Python 3: fix NumPy supportLisandro Dalcin2011-02-181-1/+7
|
* Remove trailing whitespace.Robert Bradshaw2010-12-131-2/+2
|
* #579 - compiler crash on invalid buffer typeRobert Bradshaw2010-10-021-1/+4
|
* More buffer type analysis deferment.Robert Bradshaw2010-02-101-6/+6
|
* cleanupStefan Behnel2009-12-091-1/+0
|
* use new-style classes everywhere to prevent unexpected obstacles in getting ↵Stefan Behnel2009-03-131-1/+1
| | | | 2to3 clean
* Buffers: Added __cythonbufferdefaults__ and refactor in buffer option parsing.Dag Sverre Seljebotn2008-08-061-0/+55
dtype is not supported yet (needs change in parser).