summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Include the test directory in search path (to easily test bootstrap and others)German M. Bravo2014-04-261-1/+1
* Skip test files that start with '_' (to easily test bootstrap and others)German M. Bravo2014-04-262-1/+5
* If import is not found, raise IOErrorGerman M. Bravo2014-04-263-2/+2
* Test for scope-nesting-2 is expected to failGerman M. Bravo2014-04-261-1/+1
* Fixed xfail directory in test filesGerman M. Bravo2014-04-261-4/+14
* Style, warning in one lineGerman M. Bravo2014-04-261-3/+1
* Merge pull request #276 from jschneier/masterEevee2014-04-211-1/+1
|\
| * fix crash from TypeError in compass supportjschneier2014-04-131-1/+1
|/
* Added PRECISION for increased precision with floating numbersGerman M. Bravo2014-03-302-3/+5
* fade-in/fade-out can now take amount as a percentageGerman M. Bravo2014-03-301-2/+10
* Mention soft libpcre dep. Fixes #262.Eevee (Alex Munroe)2014-03-291-1/+6
* Fix some flakes.Eevee (Alex Munroe)2014-03-293-4/+0
* Write CSS out in the same encoding it claims to be.Eevee (Alex Munroe)2014-03-293-18/+37
* Implement real CSS @charset support.Eevee (Alex Munroe)2014-03-292-17/+91
* Return Unicode from the C scanner. More __future__.Eevee (Alex Munroe)2014-03-297-4/+29
* Add some unicode_literals, fix some str()s.Eevee (Alex Munroe)2014-03-2911-13/+23
* Remove the "thin ice" logic from the block locators.Eevee (Alex Munroe)2014-03-293-71/+5
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-2912-236/+186
* Make the internals all use unicode, even on py2.Eevee (Alex Munroe)2014-03-297-13/+74
* Fix @each with nested lists. Fixes #257.Eevee (Alex Munroe)2014-03-294-11/+37
* Merge pull request #270 from fusionbox/nonascii-scssEevee2014-03-291-0/+11
|\
| * Added failing test for unicode encoded SCSSRocky Meza2014-03-231-0/+11
* | We actually require 2.6; str.format didn't exist in 2.5.Eevee (Alex Munroe)2014-03-291-1/+1
* | Change a test that happens to tickle how round() changed in py3.Eevee (Alex Munroe)2014-03-292-3/+3
* | Fixed a variety of bytes/str errors in Py3, mostly due to images.Eevee (Alex Munroe)2014-03-298-40/+55
|/
* Merge pull request #247 from ktmud/fix-extendGermán M. Bravo2014-03-183-1/+17
|\
| * filter empty placeholder selectorsJesse Yang2014-03-193-1/+17
|/
* Import by import warning while protecting against going to prohibited places.German M. Bravo2014-03-181-6/+9
* Merge pull request #267 from atheriel/py3-c-extGermán M. Bravo2014-03-182-17/+114
|\
| * The C Extension should now compile under both Python 2 and 3.Aaron Jacobs2014-03-012-17/+114
* | Merge pull request #248 from ktmud/fix-extend-2Germán M. Bravo2014-03-183-0/+15
|\ \
| * | make sure pseudo elements stick to the end when renderJesse Yang2013-10-303-0/+15
* | | Added regression test for issue #258 (fixed in bdfb8b)German M. Bravo2014-03-184-0/+33
* | | @import uses source_file to skip filesGerman M. Bravo2014-03-171-8/+2
* | | Prints from_source_file with the debug infoGerman M. Bravo2014-03-171-5/+10
* | | Added from_source_file and from_lineno to rules.German M. Bravo2014-03-172-5/+28
* | | Allow imported files to import "itself"German M. Bravo2014-03-171-2/+4
| |/ |/|
* | Added bootstrap helper functionsGerman M. Bravo2014-01-132-0/+19
* | PEP 8 cleanupsGerman M. Bravo2014-01-131-5/+5
* | Profiler using @wraps decoratorGerman M. Bravo2014-01-131-0/+3
* | Added memoized getmtime() (using tmemoize decorator). Callable IMAGES_ROOT, F...German M. Bravo2014-01-134-42/+112
* | Merge pull request #253 from ivorbosloper/patch-1Eevee2013-11-061-4/+4
|\ \ | |/ |/|
| * grayscale(90%) is a css3 functionIvor2013-11-061-1/+1
| * grayscale(90%) is a CSS3 filter that should be left intact #157Ivor2013-11-051-4/+4
|/
* Merge pull request #241 from puiterwijk/masterEevee2013-10-172-2/+0
|\
| * Remove shebangsPatrick Uiterwijk2013-10-172-2/+0
|/
* Include speedups header files in an sdist.Eevee (Alex Munroe)2013-10-082-0/+3
* Follow PEP 440 for dev version.Eevee (Alex Munroe)2013-10-082-2/+2
* Fix setup.py, probably.Eevee (Alex Munroe)2013-10-082-8/+0
* Bump master to 1.3.0pre.Eevee (Alex Munroe)2013-10-083-3/+6