Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Undocumented support for allowing @import to work on .css files. | Eevee (Alex Munroe) | 2014-11-12 | 3 | -3/+12 | |
|/ | | | | | | | Mostly for the benefit of django-pyscss (which thusfar has explicitly forced this behavior) so it doesn't need to copy and paste large blocks of fiddly code, but seems like a popular feature request in Ruby Sass as well. | |||||
* | Bump version to 1.3.2.v1.3.2 | Eevee (Alex Munroe) | 2014-10-17 | 2 | -2/+12 | |
| | ||||||
* | Nits: fix phrasing in README, stop printing contents of scss_meta, put ↵ | Eevee (Alex Munroe) | 2014-10-17 | 3 | -13/+13 | |
| | | | | badges in docs. | |||||
* | Allow arbitrary expressions as map keys, beyond the first key. Fixes #306. | Eevee (Alex Munroe) | 2014-10-17 | 4 | -4/+31 | |
| | ||||||
* | Un-xfail the IE alpha() test. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -6/+6 | |
| | ||||||
* | Fix core tests to check for commas; fix join's auto behavior. Fixes #307. | Eevee (Alex Munroe) | 2014-10-17 | 2 | -71/+92 | |
| | ||||||
* | scss.tests.functions -> scss.tests.extension | Eevee (Alex Munroe) | 2014-10-17 | 5 | -0/+0 | |
| | ||||||
* | Merge pull request #310 from jrcartee/master | Eevee | 2014-10-17 | 2 | -2/+7 | |
|\ | | | | | Small bug fixes | |||||
| * | fixed bug from watchdog use | John Cartee | 2014-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | fixed bug from normal command line use | John Cartee | 2014-10-17 | 1 | -1/+6 | |
| | | ||||||
* | | Stick Travis and Coveralls buttons in the README. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -0/+8 | |
| | | ||||||
* | | Give coveralls a shot. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -2/+5 | |
| | | ||||||
* | | Remove a unicode literal, for 3.2's sake. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -1/+2 | |
| | | ||||||
* | | Apparently fontforge is not on pypi. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Tell Travis to install PIL and fontforge. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -1/+3 | |
| | | ||||||
* | | Better handle running the tests without PIL installed. | Eevee (Alex Munroe) | 2014-10-17 | 9 | -20/+75 | |
| | | ||||||
* | | Add Travis configuration. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -0/+11 | |
|/ | ||||||
* | Modernize the README. | Eevee (Alex Munroe) | 2014-10-16 | 1 | -3/+2 | |
| | ||||||
* | Bump to 1.3.1.v1.3.1 | Eevee (Alex Munroe) | 2014-10-16 | 2 | -2/+7 | |
| | ||||||
* | Remove reference to is_real_file. | Eevee (Alex Munroe) | 2014-10-16 | 1 | -15/+7 | |
| | ||||||
* | Bump version to 1.3.0.v1.3.0 | Eevee (Alex Munroe) | 2014-10-15 | 1 | -2/+2 | |
| | ||||||
* | Document some of the shiny new API. | Eevee (Alex Munroe) | 2014-10-15 | 4 | -29/+128 | |
| | ||||||
* | Fix relative imports from within a subdirectory. | Eevee (Alex Munroe) | 2014-10-15 | 1 | -7/+5 | |
| | ||||||
* | Extensions using Cache class, using CACHE_ROOT as the cache key prefix | German M. Bravo | 2014-10-15 | 5 | -22/+64 | |
| | ||||||
* | Added simple local memory Cache class for using in extensions | German M. Bravo | 2014-10-15 | 2 | -1/+43 | |
| | ||||||
* | Added NOQA | German M. Bravo | 2014-10-15 | 1 | -1/+1 | |
| | ||||||
* | Trying that again... | Eevee (Alex Munroe) | 2014-10-13 | 1 | -3/+3 | |
| | ||||||
* | Explicitly decode file contents in setup.py. Fixes #308. | Eevee (Alex Munroe) | 2014-10-13 | 1 | -2/+4 | |
| | ||||||
* | Allow both Paths and strings. | Eevee (Alex Munroe) | 2014-10-13 | 1 | -4/+6 | |
| | ||||||
* | Experiment with porting path handling to use pathlib. | Eevee (Alex Munroe) | 2014-10-06 | 9 | -108/+240 | |
| | | | | | The biggest impetus here is to allow Django integration without having to copy and paste massive piles of code. | |||||
* | Stricter normalize_var. | Eevee (Alex Munroe) | 2014-09-22 | 1 | -5/+2 | |
| | ||||||
* | Remove a tiny bit of unused state from prepare_source. | Eevee (Alex Munroe) | 2014-09-22 | 1 | -10/+5 | |
| | ||||||
* | Avoid relying on KeyError in Scope, which might be a whole tree of Scopes! | Eevee (Alex Munroe) | 2014-09-22 | 1 | -6/+4 | |
| | ||||||
* | On second thought I don't think this assertion buys us anything. | Eevee (Alex Munroe) | 2014-09-22 | 1 | -2/+0 | |
| | ||||||
* | Minor optimizations to selector code. | Eevee (Alex Munroe) | 2014-09-22 | 3 | -38/+67 | |
| | | | | I don't remember why I ever thought all that sorting was necessary. | |||||
* | murmurhash3 with C90 compatibility | German M. Bravo | 2014-09-22 | 1 | -4/+7 | |
| | ||||||
* | Number of starting blocks increased (particularly for tokens) | German M. Bravo | 2014-09-22 | 1 | -2/+2 | |
| | ||||||
* | Using hashtables as cached restriction sets | German M. Bravo | 2014-09-22 | 5 | -97/+108 | |
| | ||||||
* | Expression grammar compiled using frozensets | German M. Bravo | 2014-09-22 | 1 | -43/+43 | |
| | ||||||
* | Scanner using frozensets | German M. Bravo | 2014-09-22 | 2 | -12/+13 | |
| | ||||||
* | Grammar cleanups (removed spaces) | German M. Bravo | 2014-09-22 | 1 | -2/+2 | |
| | ||||||
* | Added hashtable | German M. Bravo | 2014-09-22 | 7 | -58/+281 | |
| | ||||||
* | Consistency in css keys for font and sprite tests | German M. Bravo | 2014-09-19 | 2 | -6/+6 | |
| | ||||||
* | Normalize make_filename_hash() to remove any path within scss (for tests to ↵ | German M. Bravo | 2014-09-19 | 1 | -1/+3 | |
| | | | | be consistent) | |||||
* | Updated test: url() is printed without quotes | German M. Bravo | 2014-09-19 | 1 | -5/+5 | |
| | ||||||
* | Updated test (about glyph-code returning a unicode) | German M. Bravo | 2014-09-19 | 2 | -3/+3 | |
| | ||||||
* | Removed leftover call to Pattern_regex() in Scanner_token which made it slower | German M. Bravo | 2014-09-19 | 1 | -2/+0 | |
| | ||||||
* | Added file encoding for test_expression.py | German M. Bravo | 2014-09-19 | 1 | -0/+1 | |
| | ||||||
* | Added .placeholder for font assets | German M. Bravo | 2014-09-19 | 1 | -0/+0 | |
| | ||||||
* | Speedups builder fixes speedup building path | German M. Bravo | 2014-09-18 | 1 | -2/+5 | |
| |