Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up ListValue, rename to List. | Eevee (Alex Munroe) | 2013-08-08 | 1 | -48/+11 |
| | | | | | Tried very hard to clean up all uses in the compass library; hope I got them all! | ||||
* | Test suite passes (as well as it did before) on Py3! | Eevee (Alex Munroe) | 2013-08-02 | 1 | -0/+1 |
| | |||||
* | Python 3 compatibility, at least with syntax and builtins. | Eevee (Alex Munroe) | 2013-08-02 | 1 | -9/+6 |
| | | | | Adds our very first dependency, on `six`. | ||||
* | Added CACHE_ROOT and ASSETS_ROOT defaults to STATIC_ROOT + /assets | German M. Bravo | 2013-05-07 | 1 | -3/+3 |
| | |||||
* | Missing imports and PEP 8 cleanups | German M. Bravo | 2013-05-07 | 1 | -6/+10 |
| | |||||
* | Added background-brushed | German M. Bravo | 2013-05-02 | 1 | -20/+341 |
| | |||||
* | Big Sass function breakout. | Eevee | 2013-02-21 | 1 | -0/+186 |
- FunctionRegistry is now FunctionLibrary, which sounds more like a thing and less like I had no idea what to call it. - Built-in functions are all added to the library decorator-style. - Built-in functions have been split into several smaller modules. - The stuff in parseutil turns out not to be related to parsing, so it's been broken apart too. |