summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 1.1.2v1.1.2German M. Bravo2012-01-033-5/+5
* Added missing fileGerman M. Bravo2012-01-022-2/+537
* SOURCES rebuiltGerman M. Bravo2012-01-021-3/+3
* Version bump introducing speedupsGerman M. Bravo2012-01-0219-1504/+397
* Added scanner cacheGerman M. Bravo2011-12-307-266/+282
* Scanner activatedGerman M. Bravo2011-12-269-173/+194
* Scanner speed fixedGerman M. Bravo2011-12-267-182/+177
* Using PyMem for allocating memoryGerman M. Bravo2011-12-263-18/+36
* Fixed memory errors, writing beyond buffer due debugging leftover code and de...German M. Bravo2011-12-262-12/+11
* Going back to disabled "optimizations"... it's faster for the momentGerman M. Bravo2011-12-251-40/+33
* Added benchmarking scripts (block_locator.py and scanner.py, in src)German M. Bravo2011-12-254-32/+73
* C extension modules for scanning and locating blocks finished (scanning seems...German M. Bravo2011-12-2516-1222/+2489
* CType module movedGerman M. Bravo2011-12-245-0/+0
* Added CTypes version (but it's slower)...German M. Bravo2011-12-247-119/+951
* Get the time of the new asset, not the non-existent fileGerman M. Bravo2011-12-231-2/+3
* Fixed formatting string for URLsGerman M. Bravo2011-12-231-2/+2
* Fixed some bugs in the C extension. Added some missing Sass functionsGerman M. Bravo2011-12-235-333/+596
* Building a C scannerGerman M. Bravo2011-12-2313-127/+1205
* Version 1.1.0 (hotfix)v1.1.0German M. Bravo2011-12-223-5/+9
* Added min(). Removed exception raiseGerman M. Bravo2011-12-221-1/+8
* Version 1.0.9 releasev1.0.9German M. Bravo2011-12-225-231/+218
* Optimizations with cache in the Yapps scanner addedGerman M. Bravo2011-12-221-56/+78
* Grammar and Yapps updated, PEP 8 cleaned and optimizedGerman M. Bravo2011-12-225-232/+364
* Added elements-of-type for html5-block and html5-inlineGerman M. Bravo2011-12-221-11/+27
* Files ordering saved as it comes from the dictionary (could be a SortedDict)German M. Bravo2011-12-221-107/+107
* Removed debugging prints...German M. Bravo2011-12-211-4/+1
* Tests split. Added background-noise() function (for compass-recipes support)German M. Bravo2011-12-212-1203/+1314
* Changed the way variables and options are passed/handled by ScssGerman M. Bravo2011-12-211-58/+81
* Inital default variables can now be overloaded during __init__()German M. Bravo2011-12-151-9/+21
* Function parameters kept as objectsGerman M. Bravo2011-12-151-1/+1
* Variables renamedGerman M. Bravo2011-12-151-62/+57
* unicode() instead of str() breaks somethingGerman M. Bravo2011-12-151-16/+16
* Added debug_info @option to print FireSASS compatible debug infoGerman M. Bravo2011-12-151-57/+82
* Fixed named colors next to colons in propertiesGerman M. Bravo2011-12-151-2/+2
* Added test case for Issue #40German M. Bravo2011-12-131-0/+12
* Added test for issue #32, it passesGerman M. Bravo2011-12-131-0/+15
* Merge pull request #37 from tghw/masterGermán M. Bravo2011-12-131-18/+29
|\
| * Use unicode() instead of str(), since it is possible to have unicode values i...Tyler G. Hicks-Wright2011-12-131-16/+16
| * Update [linear|radial]-gradient to use the new webkit gradient, moving the ol...Tyler G. Hicks-Wright2011-12-131-2/+13
* | '0unit' is only equivalent to '0' for some units. Fixes #35German M. Bravo2011-12-131-1/+2
|/
* Fixed bug for initializing color objects with rgb() or rgba() function stringsGerman M. Bravo2011-12-091-1/+2
* Added max()German M. Bravo2011-12-091-0/+8
* Fixed functions receiving listsGerman M. Bravo2011-12-091-10/+24
* Dead code that was breaking somethingGerman M. Bravo2011-12-091-8/+0
* Fixed bug in apply_vars() when it already received objects instead of stringsGerman M. Bravo2011-12-091-3/+3
* Fixed line numbersGerman M. Bravo2011-12-091-13/+14
* Added line numbers to errors. PEP 8 cleaning.German M. Bravo2011-12-071-275/+584
* Logging level set up to INFOGerman M. Bravo2011-12-071-0/+1
* range() and enumerate() can receive inverted values, producing countdownsGerman M. Bravo2011-12-071-5/+10
* Length fixed to return number of items in lists when they're passed as single...German M. Bravo2011-12-071-0/+2