summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better repr() for ExpressionsGerman M. Bravo2013-08-171-1/+37
* Better repr() for ValuesGerman M. Bravo2013-08-171-4/+11
* Using css built-in functions vs. css & scss functions vs. non-existent functionsGerman M. Bravo2013-08-172-24/+36
* AST cache is in a per-target basis (also, cache is now in the Calculator clas...German M. Bravo2013-08-171-3/+10
* Functions and mixins can use other variables from the call (funcitons code re...German M. Bravo2013-08-174-86/+151
* ArgspecLiteral should return Undefined instead of None (for missing values)German M. Bravo2013-08-171-1/+1
* Variable renamedGerman M. Bravo2013-08-171-2/+2
* Test fixed & PEP8German M. Bravo2013-08-171-3/+10
* Exceptions during evaluation are ignored unless DEBUG is on (otherwise things...German M. Bravo2013-08-171-7/+8
* Function name stripped for mixins and functionsGerman M. Bravo2013-08-171-1/+3
* Sprite maps position doing something...German M. Bravo2013-08-171-10/+9
* Sprite map functions return listsGerman M. Bravo2013-08-161-17/+13
* Comparisions return Boolean typeGerman M. Bravo2013-08-161-6/+5
* Sprite maps fixedGerman M. Bravo2013-08-161-9/+9
* Added variable name to TypeErrorGerman M. Bravo2013-08-161-1/+1
* Wrong name fixedGerman M. Bravo2013-08-161-1/+1
* Explode loudly when a Python type makes it into Sass-land.Eevee (Alex Munroe)2013-08-162-8/+13
* Fix (and test) nest() to not build lists of Python strings.Eevee (Alex Munroe)2013-08-162-19/+35
* Prettier lists reprGerman M. Bravo2013-08-161-2/+2
* Number() for loopsGerman M. Bravo2013-08-161-1/+1
* Fixed image-url()'s src-colorGerman M. Bravo2013-08-162-4/+5
* Failed parses should return opaque Strings. More often.Eevee (Alex Munroe)2013-08-161-1/+1
* Allow Sass values in scss_vars.Eevee (Alex Munroe)2013-08-161-5/+8
* @raw and @print fixedGerman M. Bravo2013-08-161-4/+4
* Removed legacy StringValue, ColorValue, *Value classesGerman M. Bravo2013-08-1613-336/+374
* Restore support for properties without colons.Eevee (Alex Munroe)2013-08-162-3/+8
* Fix indentation in this old doctest.Eevee (Alex Munroe)2013-08-161-3/+3
* Rename test files to ditch the useless numeric prefixes.Eevee (Alex Munroe)2013-08-1668-15/+0
* Maps can have literals as keys, they also take multiple optional commas (igno...German M. Bravo2013-08-163-62/+106
* Make _native py3k-friendly.Eevee (Alex Munroe)2013-08-161-1/+2
* Force predefined variables to be Sass values.Eevee (Alex Munroe)2013-08-162-21/+36
* Make `pyscss -t` run the py.test suite.Eevee (Alex Munroe)2013-08-162-1279/+5
* Fudge background-noise test into passing.Eevee (Alex Munroe)2013-08-161-1/+1
* Test for trailing comma in an argspec.Eevee (Alex Munroe)2013-08-162-0/+10
* Make py.test have reasonable default behavior.Eevee (Alex Munroe)2013-08-165-16/+64
* first-value-of() fixed to maybe receive listsGerman M. Bravo2013-08-161-10/+8
* Merge branch 'experimental-maps'Eevee (Alex Munroe)2013-08-1614-24/+274
|\
| * Another test for destructing @each.experimental-mapsEevee (Alex Munroe)2013-08-152-0/+24
| * Experimental support for treating all Sass types as 1-lists.Eevee (Alex Munroe)2013-08-152-9/+17
| * Support destructuring @each.Eevee (Alex Munroe)2013-08-157-11/+58
| * Remove the need for _rewind.Eevee (Alex Munroe)2013-08-153-35/+26
| * Experimental first crack at maps support.Eevee (Alex Munroe)2013-08-158-47/+248
* | Added .coverage to .gitignoreGerman M. Bravo2013-08-161-0/+1
* | Interpolation test passes!Eevee (Alex Munroe)2013-08-162-4/+5
* | Reverted change about raising NotImplementedGerman M. Bravo2013-08-161-4/+4
* | PEP8 cleanupsGerman M. Bravo2013-08-161-3/+8
* | Favoring __class__ to type() [http://stackoverflow.com/questions/10386166/pyt...German M. Bravo2013-08-161-5/+5
* | Adding multiply for listsGerman M. Bravo2013-08-161-0/+9
* | Method details for NotImplementedErrorGerman M. Bravo2013-08-161-4/+4
* | Remove trailing Undefined argumentsGerman M. Bravo2013-08-162-3/+5