summaryrefslogtreecommitdiff
path: root/Cython/Plex
Commit message (Expand)AuthorAgeFilesLines
* Also exclude the parser from compilation, since its binary size is almost 1MB...Stefan Behnel2018-07-051-1/+6
* Reduce Cython's module size of "Actions", "Scanners", "StringIOTree", "Visito...Stefan Behnel2018-06-162-0/+2
* Fix scanner index types on systems where size_t > long, namely Win64.Stefan Behnel2017-09-221-4/+4
* remove dead code in PlexStefan Behnel2015-09-301-17/+2
* adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-261-0/+5
* replace xrange() by range() to make it work in Py2/Py3Stefan Behnel2015-07-252-8/+4
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-253-11/+11
* Merge branch '2to3' of https://github.com/encukou/cython into 2to3Stefan Behnel2015-07-251-1/+1
|\
| * 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-1/+1
* | adapt old imports for Py2/Py3Stefan Behnel2015-07-253-4/+15
* | adapt Lexicons.py to Py3Stefan Behnel2015-07-251-3/+3
|/
* simplify codeStefan Behnel2014-10-101-2/+2
* reformat Plex code filesStefan Behnel2014-10-109-1292/+1329
* Make Plex Scanner.read method publicNicolas Barbey2014-10-101-1/+1
* Fix unicode handlingNicolas Barbey2014-10-101-1/+1
* Get rid of compiler warning when compiling Cython.Robert Bradshaw2014-07-131-1/+1
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-1710-40/+61
* more import cleanupsStefan Behnel2011-11-132-2/+0
* fix scanner level error reporting in Plex/Errors.pyStefan Behnel2011-04-212-1/+6
* Remove trailing whitespace.Robert Bradshaw2010-12-1310-86/+86
* more cythonisation in the scanner/parserStefan Behnel2010-11-163-8/+33
* more cythonisation in the scanner/parserStefan Behnel2010-11-161-5/+5
* reduced overhead in the scannerStefan Behnel2010-11-151-3/+5
* declare purely internal methods of Scanner class as 'cdef'Stefan Behnel2010-11-111-3/+2
* another minor scanner speed-upStefan Behnel2010-11-111-6/+9
* more typing in Scanners.pxd for slightly faster scanningStefan Behnel2010-11-101-3/+3
* avoid redundant Python type conversion in scannerStefan Behnel2010-03-201-2/+2
* scanned stream is unicode, so use unicode strings for comparisons to avoid re...Stefan Behnel2010-03-201-11/+12
* remove ancient Plex test fileLisandro Dalcin2010-03-111-24/+0
* Py3 fixesStefan Behnel2009-07-052-3/+5
* Py3 fixesStefan Behnel2009-07-051-1/+1
* Py3 code fixesStefan Behnel2009-07-044-12/+8
* fix some 'python2.6 -3' warningsStefan Behnel2009-04-241-3/+6
* minor cythonisation and cleanup in Scanners.pxdStefan Behnel2009-03-141-6/+6
* removed dead codeStefan Behnel2009-03-141-4/+0
* major cleanup to fix Py3 code issues (found by 2to3 and 'python2.6 -3')Stefan Behnel2009-03-135-40/+31
* use new-style classes everywhere to prevent unexpected obstacles in getting 2...Stefan Behnel2009-03-138-79/+11
* some more cythonisation in Plex scanner classes (15% faster for lxml)Stefan Behnel2009-03-122-84/+21
* re-instate @cython.locals in pxdRobert Bradshaw2009-03-072-6/+6
* fix Cython compilation after cdef-locals changeStefan Behnel2009-03-032-19/+12
* Remove tabsRobert Bradshaw2009-02-095-110/+110
* Py3 code deprecation fixesStefan Behnel2009-01-171-1/+1
* Compile Cython.Compiler.Parsing.py, auto_cpdef, fix bugs in AlignFunctionDefi...Robert Bradshaw2008-11-111-0/+1
* more bootstrap tweaksRobert Bradshaw2008-11-111-2/+4
* more compiler cythonizationRobert Bradshaw2008-11-111-3/+24
* Further bootstrapping of ScannerRobert Bradshaw2008-11-112-20/+53
* cython.locals(...) decorator for pure python type declarations.Robert Bradshaw2008-10-011-1/+3
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-2912-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-2612-0/+0
* Python fixesStefan Behnel2008-04-251-2/+2