calibre/src/tinycss
Kovid Goyal aee8af31f3
Hide all symbols in the compiled python extensions on unix
They were already hidden on windows. Avoids the possibility of symbol
collisions and also means ld has to do less work when loading them
extensions.
2017-06-07 12:19:24 +05:30
..
tests DRYer 2016-07-17 09:55:39 +05:30
__init__.py Edit Book: Live CSS: Fix clicking on link to go to style definition not working if the stylesheet contains CSS 3 media queries 2014-06-08 18:09:47 +05:30
color3.py Initial import of tinycss 2014-05-21 10:15:50 +05:30
css21.py Edit Book: Live CSS: Fix clicking on link to go to style definition not working if the stylesheet contains CSS 3 media queries 2014-06-08 18:09:47 +05:30
decoding.py Initial import of tinycss 2014-05-21 10:15:50 +05:30
fonts3.py Fix subsetting of fonts whose names start with "and" not working 2016-12-05 17:07:11 +05:30
media3.py Change all shebangs to use python2 2015-01-23 19:08:21 +05:30
page3.py Use __slots__ for easy memory savings 2014-06-07 21:17:31 +05:30
parsing.py Initial import of tinycss 2014-05-21 10:15:50 +05:30
token_data.py Initial implementation of C code to speedup tinycss tokenization 2014-05-22 14:17:15 +05:30
tokenizer.c Hide all symbols in the compiled python extensions on unix 2017-06-07 12:19:24 +05:30
tokenizer.py Use the C tokenizer for tinycss 2014-05-25 08:46:04 +05:30
version.py Initial import of tinycss 2014-05-21 10:15:50 +05:30