summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove #define DEBUG, oops.Eevee (Alex Munroe)2014-08-291-1/+0
* So apparently the C scanner quietly fails if you feed it non-Unicode patterns.Eevee (Alex Munroe)2014-08-292-0/+8
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-2912-81/+431
* Remove some old Python that I don't think is useful any more...?Eevee (Alex Munroe)2014-08-293-860/+0
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-2913-596/+585
* Break the AST and grammar into their own modules.Eevee (Alex Munroe)2014-08-296-803/+880
* Fix reporting of block locator errors.Eevee (Alex Munroe)2014-08-291-1/+1
* Add some helpers for doing simple compilations.Eevee (Alex Munroe)2014-08-285-11/+64
* Shuffle exception hierarchy a bit.Eevee (Alex Munroe)2014-08-282-35/+84
* Fix this ancient xCSS-style test, and add some warnings.Eevee (Alex Munroe)2014-08-272-2/+10
* Don't show py.test stuff in the traceback for file tests.Eevee (Alex Munroe)2014-08-271-1/+5
* Oops, fix __all__.Eevee (Alex Munroe)2014-08-274-4/+3
* Remove calculator's reliance on config.FATAL_UNDEFINED.Eevee (Alex Munroe)2014-08-273-7/+17
* Remove compiler's reliance on config.CONTROL_SCOPING.Eevee (Alex Munroe)2014-08-272-4/+14
* Reduce tool's reliance on config.LOAD_PATHS.Eevee (Alex Munroe)2014-08-272-23/+23
* Remove compiler's reliance on config.VERBOSITY.Eevee (Alex Munroe)2014-08-272-9/+3
* Remove compiler's reliance on config.DEBUG.Eevee (Alex Munroe)2014-08-273-14/+23
* Remove scss.functions!Eevee (Alex Munroe)2014-08-273-102/+2
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-2713-148/+137
* Move bootstrap to an extension.Eevee (Alex Munroe)2014-08-274-18/+28
* Convert extra and fonts into extensions.Eevee (Alex Munroe)2014-08-2711-61/+77
* Introduce an Extension class, finally. Making a stab at #130.Eevee (Alex Munroe)2014-08-278-168/+276
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-266-6/+55
* Make a best-effort to patch up some gradient stuff. Fixes #277, #292.Eevee (Alex Munroe)2014-08-263-23/+93
* Cut down on the punctuation noise in Sass reprs.Eevee (Alex Munroe)2014-08-261-11/+19
* Revamp py.test's handling of test files.Eevee (Alex Munroe)2014-08-263-139/+102
* Merge pull request #302 from tkhyn/compatEevee2014-08-2510-23/+77
|\
| * py26 compatThomas Khyn2014-08-252-5/+12
| * Win32 / Py3 compatThomas Khyn2014-08-254-3/+18
| * Adds tox fileThomas Khyn2014-08-251-0/+20
| * Adds requirement for enum34 if python version is < 3.4Thomas Khyn2014-08-252-3/+9
| * Six install in the package dir is not necessary anymoreThomas Khyn2014-08-251-5/+3
| * Replaced codecs import by io for python 2Thomas Khyn2014-08-251-1/+1
| * Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-2516-1905/+2332
| |\ | |/ |/|
* | Fix a couple oopses on Python 3.Eevee (Alex Munroe)2014-08-243-7/+11
* | Fix teeny oversight in the C block locator's Unicode handling.Eevee (Alex Munroe)2014-08-241-2/+2
* | Merge pull request #294 from smarkets/speedups-unicode-bugEevee2014-08-241-0/+1
|\ \
| * | Modify tests to show Unicode handling regressionJakub Stasiak2014-08-151-0/+1
* | | Merge branch 'two-point-oh-refactor'Eevee (Alex Munroe)2014-08-2413-1897/+2318
|\ \ \
| * | | Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-245-23/+40
| * | | Convert some deprecations into real warnings, not logs.Eevee (Alex Munroe)2014-08-241-2/+24
| * | | for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-243-2/+33
| * | | Fix presence of legacy default vars in the repl.Eevee (Alex Munroe)2014-08-241-2/+6
| * | | Remove the "shortcuts", which haven't worked in ages.Eevee (Alex Munroe)2014-08-241-5/+1
| * | | Fix debug_info and live_errors.Eevee (Alex Munroe)2014-08-242-14/+20
| * | | Clean up @import and SourceFile.Eevee (Alex Munroe)2014-08-246-136/+250
| * | | Fix an AttributeError in _at_import, and the swallowing thereof.Eevee (Alex Munroe)2014-08-241-3/+7
| * | | Fix the repl... maybe?Eevee (Alex Munroe)2014-08-231-20/+24
| * | | Restore support for @option, albeit a little more strictly.Eevee (Alex Munroe)2014-08-232-42/+71
| * | | Break up the compiler, and a lot of big modules. Fixes #133.Eevee (Alex Munroe)2014-08-227-1858/+2052
|/ / /