summaryrefslogtreecommitdiff
path: root/scss/src/_speedups.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formatsAkihiro Motoki2021-03-081-8/+10
* Using hashtables as cached restriction setsGerman M. Bravo2014-09-221-18/+21
* Added hashtableGerman M. Bravo2014-09-221-1/+0
* Fixed compiler warningsGerman M. Bravo2014-09-181-2/+2
* Delete a big ol block of commented-out scanner code.Eevee (Alex Munroe)2014-09-021-62/+0
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-021-6/+18
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-291-4/+4
* Fix reporting of block locator errors.Eevee (Alex Munroe)2014-08-291-1/+1
* Speedups C code: spaces -> tabsGerman M. Bravo2014-06-031-1/+1
* Fix some declaration-after-statement gripes in the C.Eevee (Alex Munroe)2014-05-211-3/+7
* Return Unicode from the C scanner. More __future__.Eevee (Alex Munroe)2014-03-291-4/+16
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-291-57/+42
* The C Extension should now compile under both Python 2 and 3.Aaron Jacobs2014-03-011-17/+85
* Fixed bug where passing no restrictions to the toke() method, it crashedGerman M. Bravo2013-08-161-12/+14
* Quash a couple compiler warnings.Eevee (Alex Munroe)2013-07-311-2/+1
* Some parser fixes. Allow arbitrary units.Eevee (Alex Munroe)2013-07-311-6/+8
* Checks for unsatable C objects. Fixes #48German M. Bravo2012-02-051-66/+80
* Optimizations and speedups fixed to compile with older pythonGerman M. Bravo2012-01-221-1/+1
* Added missing fileGerman M. Bravo2012-01-021-0/+537