index
:
delta/python-packages/pyscss.git
1.1.x
1.2.x
1.3.x
experimental-maps
extend-rewrite
grammar-test
master
menu-refactor
parsley
separate-block-evaluation
github.com: Kronuz/pyScss.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scss
/
expression.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
scss.expression -> scss.calculator
Eevee (Alex Munroe)
2014-09-05
1
-184
/
+0
*
Fix a couple bugs with interpolation.
Eevee (Alex Munroe)
2014-09-01
1
-2
/
+12
*
Stop doing interpolation before parsing.
Eevee (Alex Munroe)
2014-08-29
1
-9
/
+5
*
Several vast improvements to string parsing.
Eevee (Alex Munroe)
2014-08-29
1
-0
/
+11
*
Move ALL the parsing stuff under scss/grammar/.
Eevee (Alex Munroe)
2014-08-29
1
-4
/
+1
*
Break the AST and grammar into their own modules.
Eevee (Alex Munroe)
2014-08-29
1
-791
/
+5
*
Oops, fix __all__.
Eevee (Alex Munroe)
2014-08-27
1
-1
/
+0
*
Remove calculator's reliance on config.FATAL_UNDEFINED.
Eevee (Alex Munroe)
2014-08-27
1
-7
/
+13
*
Remove compiler's reliance on config.VERBOSITY.
Eevee (Alex Munroe)
2014-08-27
1
-4
/
+2
*
Remove compiler's reliance on config.DEBUG.
Eevee (Alex Munroe)
2014-08-27
1
-4
/
+5
*
Urls could contain variables and other things (at least consider urls which m...
German M. Bravo
2014-07-23
1
-1
/
+1
*
Grammar was using wrong (undefined) variable.
German M. Bravo
2014-07-23
1
-1
/
+1
*
Improved escaping/unescaping and dequoting of strings
German M. Bravo
2014-07-23
1
-8
/
+8
*
Remove u prefix from files that use unicode_literals.
Eevee (Alex Munroe)
2014-07-12
1
-1
/
+1
*
Revert "Uses six.u() to allow Python 3.2 compat."
Eevee (Alex Munroe)
2014-07-12
1
-1
/
+1
*
At last, real parsing for url(). Partly. #192
Eevee (Alex Munroe)
2014-07-12
1
-18
/
+42
*
Merge pull request #285 from thomasgoirand/master
Eevee
2014-07-12
1
-1
/
+1
|
\
|
*
Uses six.u() to allow Python 3.2 compat.
Thomas Goirand
2014-06-27
1
-1
/
+1
*
|
Recognize () as an empty list.
Eevee (Alex Munroe)
2014-07-12
1
-2
/
+4
|
/
*
Re-raise calculator caught exceptions
German M. Bravo
2014-06-10
1
-1
/
+2
*
Made the speedups module Unicode-aware!
Eevee (Alex Munroe)
2014-03-29
1
-2
/
+14
*
Make the internals all use unicode, even on py2.
Eevee (Alex Munroe)
2014-03-29
1
-1
/
+9
*
Lists built from function calls are not "literal".
Eevee (Alex Munroe)
2013-10-08
1
-2
/
+12
*
Improve behavior of null values in lists.
Eevee (Alex Munroe)
2013-10-08
1
-1
/
+2
*
Undefined literals cause SyntaxError if FATAL_UNDEFINED is set
German M. Bravo
2013-10-08
1
-1
/
+4
*
Add new string and list functions from Sass 3.3; update docs re 3.3.
Eevee (Alex Munroe)
2013-10-07
1
-1
/
+1
*
Revert "Unquote strings when used from variables in selectors"
Eevee (Alex Munroe)
2013-10-07
1
-4
/
+4
*
Unquote strings when used from variables in selectors
German M. Bravo
2013-10-06
1
-4
/
+4
*
Interactive mode prints Sass errors and Added SyntaxError exception for Undef...
German M. Bravo
2013-10-06
1
-2
/
+2
*
PEP 8 cleanups
German M. Bravo
2013-10-06
1
-3
/
+3
*
Commenting on apply_vars...
Eevee (Alex Munroe)
2013-10-03
1
-3
/
+3
*
Interpolate selectors BEFORE substituting variables.
Eevee (Alex Munroe)
2013-10-03
1
-2
/
+2
*
Missing functions and mixins both cause logging errors
German M. Bravo
2013-10-03
1
-1
/
+1
*
Arguments without default are no longer treated as if defined as Undefined
German M. Bravo
2013-10-03
1
-1
/
+1
*
FATAL_UNDEFINED moved to config (some may need undefined variables to be not ...
German M. Bravo
2013-09-27
1
-6
/
+6
*
Support bare "..." on mixins, to allow arbitrary var injection.
Eevee (Alex Munroe)
2013-09-26
1
-11
/
+25
*
Fix slurpy args when /calling/, oops.
Eevee (Alex Munroe)
2013-09-20
1
-32
/
+39
*
Maps should have their keys evaluated as expressions!
Eevee (Alex Munroe)
2013-08-28
1
-4
/
+2
*
Short-circuit boolean evaluation, and return the determining value.
Eevee (Alex Munroe)
2013-08-28
1
-4
/
+10
*
At long last, kill ParserValue and most of the Color constructor.
Eevee (Alex Munroe)
2013-08-27
1
-3
/
+3
*
Holy crap variable arguments. Fixes #100!
Eevee (Alex Munroe)
2013-08-23
1
-1
/
+4
*
Parser support for slurpy arguments.
Eevee (Alex Munroe)
2013-08-23
1
-25
/
+63
*
Enforce that Sass functions return Sass values.
Eevee (Alex Munroe)
2013-08-21
1
-2
/
+5
*
except...as
Eevee (Alex Munroe)
2013-08-19
1
-2
/
+2
*
Simplify AST cache.
Eevee (Alex Munroe)
2013-08-19
1
-11
/
+6
*
Fix bug in error printing. Make evaluate_expression use parse_expression.
Eevee (Alex Munroe)
2013-08-19
1
-25
/
+15
*
Bit more context for errors, including a sweet caret.
Eevee (Alex Munroe)
2013-08-19
1
-10
/
+7
*
Basic error wrapping.
Eevee (Alex Munroe)
2013-08-19
1
-4
/
+9
*
Parentheses for maps too
German M. Bravo
2013-08-17
1
-2
/
+2
*
Better repr() for Expressions
German M. Bravo
2013-08-17
1
-1
/
+37
[next]