summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Normalized function namesGerman M. Bravo2013-08-131-6/+5
* Unbreak parsing of argument-less functions.Eevee (Alex Munroe)2013-08-133-7/+18
* Fix an import in tool.Eevee (Alex Munroe)2013-08-131-2/+2
* Gradients _position() optimizations and default positionsGerman M. Bravo2013-08-132-15/+17
* Make _position() acept lists of python strings and fix __color_stops() to sen...German M. Bravo2013-08-132-8/+10
* PEP8 cleanupsGerman M. Bravo2013-08-137-21/+31
* Using logging to log warningGerman M. Bravo2013-08-131-2/+1
* String multiplication should check for integerity.Eevee (Alex Munroe)2013-08-131-1/+5
* Fix unquote() to work on lists.Eevee (Alex Munroe)2013-08-132-7/+27
* Restore string * number multiplication.Eevee (Alex Munroe)2013-08-131-0/+11
* Move the FATAL_UNDEFINED check into the AST.Eevee (Alex Munroe)2013-08-132-45/+30
* Use the parser for parsing @function argspecs.Eevee (Alex Munroe)2013-08-132-18/+54
* Fix test_expression to use real types. Minor type fixes.Eevee (Alex Munroe)2013-08-133-64/+94
* Oops! ...this fixes last two commitsGerman M. Bravo2013-08-132-12/+11
* func doesn't have is_null... however, fuc is None at times here (for some wei...German M. Bravo2013-08-131-2/+1
* Added Undefined type. Undefined variables get this value if FATAL_UNDEFINED i...German M. Bravo2013-08-133-6/+24
* Allow build.py to be run from any directoryGerman M. Bravo2013-08-131-0/+4
* --sass should be store_true, not false. #185Eevee (Alex Munroe)2013-08-121-1/+1
* Remove some (hopefully) legacy cruft from List.Eevee (Alex Munroe)2013-08-121-12/+4
* Remove "short_colors".Eevee (Alex Munroe)2013-08-122-13/+9
* Cut down on Color constructor. Rename ColorValue, NumberValue.Eevee (Alex Munroe)2013-08-121-58/+55
* Simplified ColorValue considerably.Eevee (Alex Munroe)2013-08-0918-107/+53
* Better parity for default operator behavior. Also fix some bare bools.Eevee (Alex Munroe)2013-08-092-75/+37
* Restore __hash__ on types.Eevee (Alex Munroe)2013-08-091-3/+17
* Fix bad var name.Eevee (Alex Munroe)2013-08-091-1/+1
* Clean up List use in Compass helpers and compiler.Eevee (Alex Munroe)2013-08-093-41/+16
* Remove some junk from List constructor.Eevee (Alex Munroe)2013-08-091-32/+0
* Fix the Compass headings() function.Eevee (Alex Munroe)2013-08-082-6/+9
* Restore __div__ on types, for modules without division imported.Eevee (Alex Munroe)2013-08-081-0/+6
* Clean up ListValue, rename to List.Eevee (Alex Munroe)2013-08-089-255/+243
* Test suite passes (as well as it did before) on Py3!Eevee (Alex Munroe)2013-08-029-23/+40
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-0211-55/+67
* Quick test for nested scopes.Eevee (Alex Munroe)2013-08-012-0/+19
* Fix variable scoping to match Sass.Eevee (Alex Munroe)2013-08-012-120/+41
* Make linear-gradient work more better! Now compiles Bootstrap.Eevee (Alex Munroe)2013-08-012-20/+21
* Recognize from() and to(), the ancient WebKit gradient functions.Eevee (Alex Munroe)2013-08-011-0/+1
* Better support for `transparent`, including on output.Eevee (Alex Munroe)2013-08-013-149/+152
* Update CHANGELOG.Eevee (Alex Munroe)2013-08-011-3/+22
* enumerate() should never return quoted strings.Eevee (Alex Munroe)2013-08-012-1/+2
* Quash a couple compiler warnings.Eevee (Alex Munroe)2013-07-311-2/+1
* Make linear-gradient slightly less crashy.Eevee (Alex Munroe)2013-07-312-9/+16
* Remove old unit stuff.Eevee (Alex Munroe)2013-07-315-54/+7
* Some parser fixes. Allow arbitrary units.Eevee (Alex Munroe)2013-07-315-20/+22
* Rewrite NumberValue to handle arbitrary unit combinations.Eevee (Alex Munroe)2013-07-3114-172/+315
* Fix position() and opposite-position(), I think.Eevee (Alex Munroe)2013-07-302-32/+105
* Support "transparent".Eevee (Alex Munroe)2013-07-301-0/+2
* Restore the delicate jenga balance of passing through unicode unscathed.Eevee (Alex Munroe)2013-07-291-1/+1
* Avoid importing pstats unless absolutely necessary.Eevee (Alex Munroe)2013-07-291-1/+1
* Leave / alone when (probably) not part of an expression.Eevee (Alex Munroe)2013-07-295-21/+98
* Here, have some tests I never committed for some reason.Eevee (Alex Munroe)2013-07-268-0/+53