summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * py26 compatThomas Khyn2014-08-252-5/+12
| * Win32 / Py3 compatThomas Khyn2014-08-254-3/+18
| * Adds tox fileThomas Khyn2014-08-251-0/+20
| * Adds requirement for enum34 if python version is < 3.4Thomas Khyn2014-08-252-3/+9
| * Six install in the package dir is not necessary anymoreThomas Khyn2014-08-251-5/+3
| * Replaced codecs import by io for python 2Thomas Khyn2014-08-251-1/+1
| * Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-2516-1905/+2332
| |\ | |/ |/|
* | Fix a couple oopses on Python 3.Eevee (Alex Munroe)2014-08-243-7/+11
* | Fix teeny oversight in the C block locator's Unicode handling.Eevee (Alex Munroe)2014-08-241-2/+2
* | Merge pull request #294 from smarkets/speedups-unicode-bugEevee2014-08-241-0/+1
|\ \
| * | Modify tests to show Unicode handling regressionJakub Stasiak2014-08-151-0/+1
* | | Merge branch 'two-point-oh-refactor'Eevee (Alex Munroe)2014-08-2413-1897/+2318
|\ \ \
| * | | Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-245-23/+40
| * | | Convert some deprecations into real warnings, not logs.Eevee (Alex Munroe)2014-08-241-2/+24
| * | | for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-243-2/+33
| * | | Fix presence of legacy default vars in the repl.Eevee (Alex Munroe)2014-08-241-2/+6
| * | | Remove the "shortcuts", which haven't worked in ages.Eevee (Alex Munroe)2014-08-241-5/+1
| * | | Fix debug_info and live_errors.Eevee (Alex Munroe)2014-08-242-14/+20
| * | | Clean up @import and SourceFile.Eevee (Alex Munroe)2014-08-246-136/+250
| * | | Fix an AttributeError in _at_import, and the swallowing thereof.Eevee (Alex Munroe)2014-08-241-3/+7
| * | | Fix the repl... maybe?Eevee (Alex Munroe)2014-08-231-20/+24
| * | | Restore support for @option, albeit a little more strictly.Eevee (Alex Munroe)2014-08-232-42/+71
| * | | Break up the compiler, and a lot of big modules. Fixes #133.Eevee (Alex Munroe)2014-08-227-1858/+2052
|/ / /
* | | rebeccapurpleEevee (Alex Munroe)2014-08-211-0/+1
|/ /
| * Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-0411-70/+120
| |\ | |/ |/|
* | Compare expected (unicode) with actual (also unicode)German M. Bravo2014-07-231-2/+2
* | Urls could contain variables and other things (at least consider urls which m...German M. Bravo2014-07-232-2/+3
* | Grammar was using wrong (undefined) variable.German M. Bravo2014-07-232-3/+2
* | Header argument might not existGerman M. Bravo2014-07-231-1/+2
* | Accept '-' as the stdin file nameGerman M. Bravo2014-07-231-1/+1
* | Compiling of source_files is done later (was it being done twice?)German M. Bravo2014-07-231-2/+0
* | Fonts glyph codes are now just plain hex numbersGerman M. Bravo2014-07-232-2/+2
* | Improved escaping/unescaping and dequoting of stringsGerman M. Bravo2014-07-233-18/+20
* | Fix parsing of at-rules; newlines were not treated as whitespace. Fixes #260.Eevee (Alex Munroe)2014-07-121-10/+13
* | Remove u prefix from files that use unicode_literals.Eevee (Alex Munroe)2014-07-123-14/+14
* | Revert "Uses six.u() to allow Python 3.2 compat."Eevee (Alex Munroe)2014-07-123-16/+14
* | At last, real parsing for url(). Partly. #192Eevee (Alex Munroe)2014-07-123-18/+64
* | Merge pull request #285 from thomasgoirand/masterEevee2014-07-123-14/+16
|\ \
| * | Uses six.u() to allow Python 3.2 compat.Thomas Goirand2014-06-273-14/+16
| | * Merge with changes from Kronuz repoThomas Khyn2014-07-147-97/+151
| | |\ | |_|/ |/| |
* | | Convert empty list rendering test to a regular test; trying to get rid of xfail.Eevee (Alex Munroe)2014-07-123-6/+7
* | | Recognize () as an empty list.Eevee (Alex Munroe)2014-07-122-3/+6
* | | Skip font tests when fontforge is unavailable.Eevee (Alex Munroe)2014-07-121-1/+8
* | | fixing indentation to be consistant with outputBen Beecher2014-07-121-1/+1
* | | two failing test cases for empty list handlingBen Beecher2014-07-124-0/+25
* | | adding sass-cache and flymake files to gitignoreBen Beecher2014-07-121-0/+2
* | | Reformat the grammar.Eevee (Alex Munroe)2014-07-121-93/+109
|/ /
| * Fixed make_filename_hash on windowsThomas Khyn2014-06-241-0/+3
| * Updated tests generation to cope with win32's separatorThomas Khyn2014-06-221-3/+3
| * test_images tests now passThomas Khyn2014-06-222-6/+11
|/