summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Scanning.pxd
Commit message (Expand)AuthorAgeFilesLines
* declare scanner classes final to resolve method calls at compile timeStefan Behnel2014-10-101-0/+2
* allow useless trailing semicolons in some places where people tend to put the...Stefan Behnel2014-09-051-1/+1
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-1/+3
* more cythonisation in the scanner/parserStefan Behnel2010-11-161-7/+28
* ticket #128: disable Cython type declarations in signatures of .py filesStefan Behnel2010-03-141-0/+1
* move Cython language keywords out of the way when parsing .py filesStefan Behnel2010-03-141-0/+1
* re-instate @cython.locals in pxdRobert Bradshaw2009-03-071-0/+1
* fix Cython compilation after cdef-locals changeStefan Behnel2009-03-031-1/+0
* change syntax for Cython's pxdRobert Bradshaw2009-03-011-5/+4
* Make raising a KeyError not the default for parsing names.Robert Bradshaw2008-11-111-0/+4
* more compiler cythonizationRobert Bradshaw2008-11-111-0/+11
* Further bootstrapping of ScannerRobert Bradshaw2008-11-111-0/+15