Kovid Goyal
|
5d46f5fbeb
|
Get rid of iterkeys
dict.__iter__() is the same as iterkeys on both py2 and py3
|
2019-03-25 14:31:32 +05:30 |
|
Eli Schwartz
|
4f545af415
|
autopep8
|
2019-03-24 01:18:27 -04:00 |
|
Eli Schwartz
|
a623717d96
|
python3: apply various fixes from python-modernize "dict_six"
Imports were then fixed and consolidated to derive from the internal
polyglot.builtins
|
2019-03-24 01:18:27 -04:00 |
|
Kovid Goyal
|
1359f475af
|
Edit Book: Live CSS: Fix clicking on link to go to style definition not working if the stylesheet contains CSS 3 media queries
Adds support for CSS 3 media query parsing to tinycss
|
2014-06-08 18:09:47 +05:30 |
|
Kovid Goyal
|
397b7cc4e1
|
Edit Book: Live CSS: Fix going to style declaration in the editor not working correctly when the stylesheet contains @font-face rules
|
2014-06-07 14:38:27 +05:30 |
|
Kovid Goyal
|
d993534dfc
|
Initial import of tinycss
|
2014-05-21 10:15:50 +05:30 |
|