summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make functions with underscores in their names usable again. #1621.1.xEevee2013-06-191-1/+1
* Merge pull request #155 from radiac/divide_by_unitGermán M. Bravo2013-05-152-0/+21
|\
| * Fix and test for issue #154 (dividing numbers of the same unit type)Richard Terry2013-05-142-0/+21
|/
* Fix so the regexp works using StringValue's valueGerman M. Bravo2013-05-061-6/+6
* Fix the 'compact' function. (Thanks to QuLogic)German M. Bravo2013-05-061-3/+21
* Fix some gradient expansions. (Thanks to QuLogic)German M. Bravo2013-05-061-1/+1
* Show a better error if no colour stops given to -gradient functions. (Thanks ...German M. Bravo2013-05-061-0/+4
* Fix the invert function. (Thanks to QuLogic)German M. Bravo2013-05-061-1/+2
* Fix the @if statement. (Thanks to QuLogic)German M. Bravo2013-05-061-1/+9
* Add skew function from CSS3 3D Transforms list. (Thanks to QuLogic)German M. Bravo2013-05-061-3/+3
* Fix the __compass-list function. (Thanks to QuLogic)German M. Bravo2013-05-061-1/+1
* Fix the reject function. (Thanks to QuLogic)German M. Bravo2013-05-061-0/+2
* Fix the 'append' function. (Thanks to QuLogic)German M. Bravo2013-05-061-3/+1
* Add the 'index' function. (Thanks to QuLogic)German M. Bravo2013-05-061-0/+8
* Fix join and append with a separator. (Thanks to QuLogic)German M. Bravo2013-05-061-4/+17
* Fix a typo. I don't think keys()==values().German M. Bravo2013-05-061-1/+1
* README updatedGerman M. Bravo2013-05-061-0/+13
* TextWrapper from textwrap, and also fix _print_propertiesGerman M. Bravo2013-05-061-4/+8
* Merge pull request #118 from bcarlin/py25-compatGermán M. Bravo2013-05-061-2/+5
|\
| * Ensures compatibility with python 2.5 while preserving unicode compatibility ...Bruno Carlin2013-03-181-3/+3
| * Make pyScss compatible again with python 2.5.Bruno Carlin2013-03-151-1/+4
|/
* Moved code around for easier syncingGerman M. Bravo2013-02-151-99/+102
* Moved code to match indentation in development branch (1.2.0)German M. Bravo2013-02-151-227/+232
* Simplified ValueError exception thrown by NumberValueGerman M. Bravo2013-02-151-5/+1
* Using HEX2RGBA in ColorValue classGerman M. Bravo2013-02-151-10/+9
* Code cleanupGerman M. Bravo2013-02-151-4/+3
* manage_children() optimization backportedGerman M. Bravo2013-02-151-11/+11
* Search paths calculation moved to reset()German M. Bravo2013-02-151-12/+25
* Version 1.1.5 releasedv1.1.5German M. Bravo2013-02-154-8/+15
* Generate proper -sass-debug-infoGerman M. Bravo2013-02-131-4/+8
* Using config moduleGerman M. Bravo2013-02-091-14/+14
* Code being synced with the new pyScssGerman M. Bravo2013-02-092-497/+520
* Strip slashes in paths passedGerman M. Bravo2013-02-071-18/+16
* Ignore some other files in gitGerman M. Bravo2013-02-071-0/+5
* Merge pull request #90 from pwnall/inline_image_slashGermán M. Bravo2013-02-071-0/+2
|\
| * Allow absolute URLs in inline-image.Victor Costan2012-06-281-0/+2
* | Merge pull request #101 from kwood/masterGermán M. Bravo2013-02-072-1/+5
|\ \
| * | Add configuration parameter for ASSETS_URLKevin Wood2012-11-142-1/+5
* | | Merge pull request #106 from fusionbox/masterGermán M. Bravo2013-02-071-1/+1
|\ \ \
| * | | Update version to 1.1.5Gavin Wahl2013-01-171-1/+1
* | | | Merge pull request #108 from OiNutter/masterGermán M. Bravo2013-02-071-0/+3
|\ \ \ \
| * | | | Allow load_paths to be added to per instanceOiNutter2013-01-221-0/+3
| |/ / /
* | | | Merge branch 'master' of github.com:Kronuz/pyScssGerman M. Bravo2013-02-061-3/+3
|\ \ \ \ | |/ / /
| * | | Merge pull request #102 from hrbonz/print_timing_decoratorGermán M. Bravo2012-12-031-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | fix bad decorator call (print_timing) by using *args and **kwargsStefan hr Berder2012-12-031-3/+3
| |/ /
* | | nest doesn't add a space when the last character to be appended is one of '.'...German M. Bravo2013-02-061-1/+7
* | | Make sure to have unicode strings before processing certain thingsGerman M. Bravo2013-02-061-2/+8
* | | Do not break rules on hypensGerman M. Bravo2013-02-061-1/+1
* | | Thread safe issue resolved for cases when .cache file didn't yet exist or was...German M. Bravo2013-02-061-2/+2
* | | Logging stuff passing the stackGerman M. Bravo2013-02-061-11/+11