summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-2/+2
* 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 for...Stefan Behnel2011-11-131-1/+0
* 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 2...Stefan Behnel2009-03-131-1/+1
* Buffers: Added __cythonbufferdefaults__ and refactor in buffer option parsing.Dag Sverre Seljebotn2008-08-061-0/+55