summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.3.1.v1.3.1Eevee (Alex Munroe)2014-10-162-2/+7
* Remove reference to is_real_file.Eevee (Alex Munroe)2014-10-161-15/+7
* Bump version to 1.3.0.v1.3.0Eevee (Alex Munroe)2014-10-151-2/+2
* Document some of the shiny new API.Eevee (Alex Munroe)2014-10-154-29/+128
* Fix relative imports from within a subdirectory.Eevee (Alex Munroe)2014-10-151-7/+5
* Extensions using Cache class, using CACHE_ROOT as the cache key prefixGerman M. Bravo2014-10-155-22/+64
* Added simple local memory Cache class for using in extensionsGerman M. Bravo2014-10-152-1/+43
* Added NOQAGerman M. Bravo2014-10-151-1/+1
* Trying that again...Eevee (Alex Munroe)2014-10-131-3/+3
* Explicitly decode file contents in setup.py. Fixes #308.Eevee (Alex Munroe)2014-10-131-2/+4
* Allow both Paths and strings.Eevee (Alex Munroe)2014-10-131-4/+6
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-069-108/+240
* Stricter normalize_var.Eevee (Alex Munroe)2014-09-221-5/+2
* Remove a tiny bit of unused state from prepare_source.Eevee (Alex Munroe)2014-09-221-10/+5
* Avoid relying on KeyError in Scope, which might be a whole tree of Scopes!Eevee (Alex Munroe)2014-09-221-6/+4
* On second thought I don't think this assertion buys us anything.Eevee (Alex Munroe)2014-09-221-2/+0
* Minor optimizations to selector code.Eevee (Alex Munroe)2014-09-223-38/+67
* murmurhash3 with C90 compatibilityGerman M. Bravo2014-09-221-4/+7
* Number of starting blocks increased (particularly for tokens)German M. Bravo2014-09-221-2/+2
* Using hashtables as cached restriction setsGerman M. Bravo2014-09-225-97/+108
* Expression grammar compiled using frozensetsGerman M. Bravo2014-09-221-43/+43
* Scanner using frozensetsGerman M. Bravo2014-09-222-12/+13
* Grammar cleanups (removed spaces)German M. Bravo2014-09-221-2/+2
* Added hashtableGerman M. Bravo2014-09-227-58/+281
* Consistency in css keys for font and sprite testsGerman M. Bravo2014-09-192-6/+6
* Normalize make_filename_hash() to remove any path within scss (for tests to b...German M. Bravo2014-09-191-1/+3
* Updated test: url() is printed without quotesGerman M. Bravo2014-09-191-5/+5
* Updated test (about glyph-code returning a unicode)German M. Bravo2014-09-192-3/+3
* Removed leftover call to Pattern_regex() in Scanner_token which made it slowerGerman M. Bravo2014-09-191-2/+0
* Added file encoding for test_expression.pyGerman M. Bravo2014-09-191-0/+1
* Added .placeholder for font assetsGerman M. Bravo2014-09-191-0/+0
* Speedups builder fixes speedup building pathGerman M. Bravo2014-09-181-2/+5
* Fixed compiler warningsGerman M. Bravo2014-09-182-4/+2
* build.py restored (used internally to build speedups)German M. Bravo2014-09-181-0/+26
* Return the unicode character as glyph codeGerman M. Bravo2014-09-181-1/+2
* Fix a couple bugs in the core extension.Eevee (Alex Munroe)2014-09-181-3/+4
* Forgot to add this @extend test.Eevee (Alex Munroe)2014-09-182-0/+9
* Bump to 1.3.0.a1.v1.3.0.a1Eevee (Alex Munroe)2014-09-161-1/+1
* Make apply_extends more threadsafe, probably. Fixes #304.Eevee (Alex Munroe)2014-09-161-8/+5
* Possible implementation of an import hook for extensions.Eevee (Alex Munroe)2014-09-165-155/+181
* Reduce default precision to match Ruby.Eevee (Alex Munroe)2014-09-091-1/+1
* Correctly handle `a > b { @extend c; }`.Eevee (Alex Munroe)2014-09-091-2/+10
* Clarify that this argument passing behavior is not a deviation.Eevee (Alex Munroe)2014-09-081-3/+3
* Allow arbitrary expressions for alpha(opacity=...).Eevee (Alex Munroe)2014-09-083-4/+23
* Stop doing textual interpolation on argspecs before parsing them.Eevee (Alex Munroe)2014-09-081-1/+0
* Double fix for @import breaking when given a relative dirname.Eevee (Alex Munroe)2014-09-081-4/+8
* Fill in the changelog for 1.3.Eevee (Alex Munroe)2014-09-073-20/+93
* Remove debug code, oops.Eevee (Alex Munroe)2014-09-051-2/+0
* scss.expression -> scss.calculatorEevee (Alex Munroe)2014-09-059-8/+8
* Don't quote the contents of the IE alpha() function.Eevee (Alex Munroe)2014-09-053-2/+4