Commit Graph

  • f5c6af99dd Merge pull request #25 from saschpe/master-media-variables Sascha Peilicke 2013-11-04 02:20:22 -08:00
  • 11895c7e30 Support variables inside @media identifiers Sascha Peilicke 2013-09-05 14:04:22 +02:00
  • ba8ad98f52 Cleanup t_css_ident Sascha Peilicke 2013-10-31 15:30:42 +01:00
  • a3a89f1e2a Don't test py26 with travis-ci Sascha Peilicke 2013-10-31 13:56:10 +01:00
  • c194aaa8b2 Don't add variables to scope twice Sascha Peilicke 2013-10-31 10:47:47 +01:00
  • 45b4f88e23 Include parse with debug flag Sascha Peilicke 2013-09-05 15:19:49 +02:00
  • 5126a571d0 Support semicolons in mixin arguments Sascha Peilicke 2013-09-05 14:32:27 +02:00
  • d186dbce65 Fix setup.py PEP-8 issues (and catch with tox) Sascha Peilicke 2013-09-03 13:51:10 +02:00
  • b7dcdf774a Use codecs package and context manager for reading Sascha Peilicke 2013-09-03 13:48:38 +02:00
  • 512f034bd8 Merge pull request #23 from javacruft/master Sascha Peilicke 2013-10-07 00:45:36 -07:00
  • 40403b52ed Releasing. debian/0.9j-3 Thomas Goirand 2013-10-02 13:22:14 +00:00
  • 5c89ff88e9 d/patches/fixup-python3-argparse.patch: Fix use of argparse for compatibility with python3.3. James Page 2013-10-02 14:14:01 +01:00
  • a96ffec9a4 Fixup use of argparse for python3.3 James Page 2013-10-02 11:41:56 +01:00
  • 77634c1f6f Renamed the MIT license to Expat debian/0.9j-2 Thomas Goirand 2013-10-01 01:35:26 +00:00
  • 583044e65e Replaces: python3-lesscpy << 0.9j debian/0.9j-1 Thomas Goirand 2013-09-23 15:15:28 +08:00
  • fdac20d61e Now also builds for python 2.x Thomas Goirand 2013-09-23 15:00:54 +08:00
  • 551a208c5e Removes non-ascii chars from LICENSE file. Thomas Goirand 2013-09-07 19:57:25 +08:00
  • 3bf7de0606 Merge branch 'debian/unstable' of ssh://git.debian.org/git/openstack/python-lesscpy into debian/unstable Thomas Goirand 2013-09-07 16:53:02 +08:00
  • f70da288a6 Remove non-active uploaders. Thomas Goirand 2013-09-07 16:49:51 +08:00
  • de018c923f Packaging new upstream release 0.9j to unstable Thomas Goirand 2013-09-07 16:49:10 +08:00
  • 7a1bbd3d82 Merge tag '0.9j' into debian/unstable Thomas Goirand 2013-09-07 16:48:36 +08:00
  • ac9d38e83a Merge pull request #20 from saschpe/master robotis 2013-08-12 06:43:49 -07:00
  • f77baca0f6 Fix Py3k encoding issues in setup.py Sascha Peilicke 2013-08-12 15:31:34 +02:00
  • 6e6de235e0 Add flake8 tox env Sascha Peilicke 2013-08-12 14:57:00 +02:00
  • 57517bd017 Use operator module everywhere Sascha Peilicke 2013-08-12 14:46:23 +02:00
  • 94c055386f Merge pull request #19 from saschpe/master robotis 2013-08-08 12:39:06 -07:00
  • 92c84c495b Bump version to 0.9j 0.9j Sascha Peilicke 2013-08-08 18:26:38 +02:00
  • e6512edb98 Add utility away_from_zero_round and use it for LESS round() Sascha Peilicke 2013-08-08 18:06:10 +02:00
  • 8da243d2b8 Use convergent_round everywhere except for round() LESS function. Sascha Peilicke 2013-08-08 17:56:36 +02:00
  • 7a65e81fa7 Add utility function convergent_round Sascha Peilicke 2013-08-08 17:44:31 +02:00
  • 3e8c4b71df Use CSS class '.darken' for darken(), not '.lighten' Sascha Peilicke 2013-08-08 17:43:35 +02:00
  • 833d887789 Really fix rounding errors Sascha Peilicke 2013-08-08 15:12:03 +02:00
  • 57a9891d77 Revert "Use precise grid margin values" Sascha Peilicke 2013-08-08 13:22:30 +02:00
  • d8cd1fa968 Don't switch operands for non-implemented operators. Sascha Peilicke 2013-08-08 12:47:37 +02:00
  • 51585e9b9d Merge pull request #17 from saschpe/master-svg robotis 2013-08-08 03:16:09 -07:00
  • 92c0321b3a Bump version to 0.9i 0.9i Sascha Peilicke 2013-08-08 10:57:16 +02:00
  • a80cb8942a Allow camel-case DOM elements defined in SVG-1.1 Sascha Peilicke 2013-08-08 10:53:46 +02:00
  • 81c4e765d6 Implement SVG stylesheets. Sascha Peilicke 2013-08-07 17:47:44 +02:00
  • 2b2a41751e Use precise grid margin values Sascha Peilicke 2013-08-08 10:07:43 +02:00
  • 59b243a181 lighten(#555, 10%) should return #6f6f6f, not #6e6e6e Sascha Peilicke 2013-08-08 09:19:20 +02:00
  • 9044b43eb5 Convert to int when using round(), ceil() or floor() Sascha Peilicke 2013-08-08 09:16:01 +02:00
  • cea4f297c7 Verbose testsuite runs Sascha Peilicke 2013-08-08 09:39:30 +02:00
  • 1831a46fcc Fix test path issues. Sascha Peilicke 2013-08-07 16:47:02 +02:00
  • f0e43b3fee Added python3-ply as build-depends. debian/0.9h-1 Thomas Goirand 2013-07-20 06:57:55 +00:00
  • c82910b6de Added initial debian folder. Thomas Goirand 2013-07-20 11:39:25 +08:00
  • 12527d3587 Merge pull request #16 from saschpe/master robotis 2013-07-19 04:45:15 -07:00
  • 5aa3b84375 Add tox.ini and requirements.txt to MANIFEST.in Sascha Peilicke 2013-07-19 11:56:22 +02:00
  • d668b9dafe Some Python-3 compatibility fixes Sascha Peilicke 2013-07-19 11:53:00 +02:00
  • a54d892887 Use reStructuredText for README Sascha Peilicke 2013-07-19 11:39:27 +02:00
  • c0a265e146 Fix PEP-8 issues (with autopep8 -a) Sascha Peilicke 2013-07-19 11:21:51 +02:00
  • 2fe3b74c13 Ignore MANIFEST Sascha Peilicke 2013-07-19 11:21:39 +02:00
  • 0d9b732e82 Add .travis.yml for automated testing on Github Sascha Peilicke 2013-07-19 11:10:05 +02:00
  • 5f49874852 Add tox.ini for easier with several virtual environments Sascha Peilicke 2013-07-19 11:09:30 +02:00
  • 6d52e2927d bump version 0.9h robotis 2012-08-16 10:00:41 +00:00
  • b4e5b7d688 Merge pull request #15 from smn/master robotis 2012-08-16 02:53:09 -07:00
  • 8f084eb5d4 adding MANIFEST.in so sdists from pypi install Simon de Haan 2012-08-15 16:38:50 +02:00
  • bd68707c32 ignore *.pyc robotis 2012-07-19 09:32:11 +00:00
  • 3b594f7217 Better support for python2.x + python3.x robotis 2012-07-19 09:31:18 +00:00
  • 02f4f34f28 fix itertools for python2.x Patrick 2012-07-18 17:36:25 -04:00
  • 2b18e4f351 fix super for python2.x Patrick 2012-07-18 17:34:48 -04:00
  • 60628cc999 fix super for python2.x Patrick 2012-07-18 17:32:48 -04:00
  • f641a0f7af fix urllib for python2.x Patrick 2012-07-18 17:31:35 -04:00
  • 9b0e5f375d fix urllib for python2.x Patrick 2012-07-18 17:30:42 -04:00
  • 0ff5b977ec fix an other utf-8 letter Patrick 2012-07-18 17:28:04 -04:00
  • 0660c17cd0 trying to fix python2 and utf-8 issues Patrick 2012-07-18 17:26:06 -04:00
  • e669dfa82f fix issues #10 and #11 Patrick 2012-07-18 16:47:38 -04:00
  • 83e93d4aa7 Fix for issue 8 robotis 2012-07-07 18:05:39 +00:00
  • a562b6de5f Change error output to stderr robotis 2012-07-07 18:03:53 +00:00
  • 1accfccaf4 Fix scoping problems robotis 2012-06-25 09:37:26 +00:00
  • 27345faba3 Process @media properly robotis 2012-06-25 08:58:13 +00:00
  • 79d17fefc3 Added support for @-o-keyframes robotis 2012-06-25 08:46:32 +00:00
  • 5ef28834f7 Add progress-bar-stripes robotis 2012-06-25 08:43:24 +00:00
  • 11307bc24f Bump minor version robotis 2012-06-25 08:39:57 +00:00
  • c4e9d5a11e Allow color words in color functions robotis 2012-06-25 08:38:12 +00:00
  • 31ff7676eb Allow composite identifiers through combinators robotis 2012-06-25 08:29:50 +00:00
  • ae8536d2b9 Allow mismatched units in expressions robotis 2012-06-25 08:18:49 +00:00
  • 5772da32ac issue 7 - uri parsing robotis 2012-06-14 07:26:56 +00:00
  • 5697b12b5e Bump version robotis 2012-06-05 07:55:00 +00:00
  • d7f7daaac2 issue6 robotis 2012-06-05 07:51:02 +00:00
  • 1ada3c163a Reparse call nodes to refresh variables robotis 2012-06-04 09:41:44 +00:00
  • e671572683 float results from div operations not longer cast to int robotis 2012-06-04 09:14:58 +00:00
  • d2d6908450 Return int on .0 floats robotis 2012-06-04 07:59:11 +00:00
  • c8ae080be4 Allow nested recursion in mixin calls (ala bootstrap) robotis 2012-06-04 07:38:06 +00:00
  • 78e32011c7 Handle calling scope better robotis 2012-06-04 07:27:53 +00:00
  • 4c399c4ca9 Fix faulty fallback behaviour when nesting fallbacks robotis 2012-06-02 11:23:22 +00:00
  • aead6681a4 changes to file list robotis 2012-05-16 23:35:21 +00:00
  • 7cc160e296 No minified issue tests robotis 2012-05-16 23:34:46 +00:00
  • 609fdc2d14 Fix issue 5 robotis 2012-05-16 23:34:18 +00:00
  • ef1c1478dd cleanup robotis 2012-05-07 13:14:55 +00:00
  • 6e90506eeb Comments robotis 2012-05-07 13:12:12 +00:00
  • 6360ff664a Comments robotis 2012-05-07 13:10:28 +00:00
  • 61c09ca2e0 Fallback to blocks from deferred calls robotis 2012-05-07 09:49:31 +00:00
  • 2fb2de84fa Colors in format strings fix robotis 2012-05-07 09:37:07 +00:00
  • 7fe2ab3a31 update README robotis 2012-05-07 09:18:53 +00:00
  • ea9455d34e Support mixin closures robotis 2012-05-07 09:18:01 +00:00
  • f81e8b5c8e Add support for closures robotis 2012-05-06 09:28:41 +00:00
  • fb96b234fa Remove all uses of copy.deepcopy robotis 2012-05-05 20:24:23 +00:00
  • ac291e22d1 Bump version robotis 2012-05-05 17:21:44 +00:00
  • 520560926a Comments robotis 2012-05-05 17:20:03 +00:00
  • 2e36bf89c6 6 fold Speed increase by not using copy.deepcopy robotis 2012-05-05 17:10:04 +00:00