calibre/src
Eli Schwartz 4be01e7000
use tuple up front instead of list which must later be converted to tuple
We don't need a mutable type, anyway, and the only other use of it is
recreating the list as = tuple(map(...)) so why convert *again* to a
tuple?
2021-12-02 10:49:04 -05:00
..
calibre use tuple up front instead of list which must later be converted to tuple 2021-12-02 10:49:04 -05:00
css_selectors py3 porting cleanup: remove unneeded indirect import of builtins 2021-10-20 21:43:43 -04:00
odf Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
perfect-hashing/frozen More work on fast CSS transforms 2021-03-18 19:57:53 +05:30
polyglot Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
pyj Add logging for iframe ready event 2021-11-30 08:37:34 +05:30
qt Port most remaining references to PyQt5 2021-03-01 16:22:00 +05:30
templite Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
tinycss py3 porting cleanup: remove unneeded indirect import of builtins 2021-10-20 21:43:43 -04:00
unicode_names Add the Py_SSIZE_T_CLEAN definition needed for python 3.10 2021-12-01 10:47:51 +05:30
sgmllib.py Add sgmllib ported to python 3 for feedparser 2020-08-22 18:47:56 +05:30