summaryrefslogtreecommitdiff
path: root/scss/util.py
Commit message (Expand)AuthorAgeFilesLines
* Normalize make_filename_hash() to remove any path within scss (for tests to b...German M. Bravo2014-09-191-1/+3
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-0/+1
* Win32 / Py3 compatThomas Khyn2014-08-251-1/+1
* Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-041-2/+2
|\
| * Improved escaping/unescaping and dequoting of stringsGerman M. Bravo2014-07-231-2/+2
* | Fixed make_filename_hash on windowsThomas Khyn2014-06-241-0/+3
|/
* Add some unicode_literals, fix some str()s.Eevee (Alex Munroe)2014-03-291-1/+1
* Make the internals all use unicode, even on py2.Eevee (Alex Munroe)2014-03-291-0/+6
* Fixed a variety of bytes/str errors in Py3, mostly due to images.Eevee (Alex Munroe)2014-03-291-0/+17
* Profiler using @wraps decoratorGerman M. Bravo2014-01-131-0/+3
* Added memoized getmtime() (using tmemoize decorator). Callable IMAGES_ROOT, F...German M. Bravo2014-01-131-0/+70
* Simplified ColorValue considerably.Eevee (Alex Munroe)2013-08-091-0/+7
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-021-6/+6
* Avoid importing pstats unless absolutely necessary.Eevee (Alex Munroe)2013-07-291-1/+1
* Extend float rounding to 5 digits, to match Ruby sass.Eevee2013-05-231-1/+1
* Print timing and profiler moved to the util moduleGerman M. Bravo2013-05-061-0/+65
* Moved code around for easier syncingGerman M. Bravo2013-02-151-32/+33
* More fixes for _/- equivalence. Fix named arguments.Eevee2013-02-081-0/+7
* Break out about half of __init__.py.Eevee2013-02-081-0/+66