calibre/src/polyglot
Kovid Goyal 1a602a7873
py3: Port urlunquote
Also take the opportunity to make unquote correct on python 2 by moving
urlunquote to the polyglot module
2019-04-10 20:53:01 +05:30
..
__init__.py
binary.py py3: Port use of (un)hexlify() 2019-03-30 14:34:48 +05:30
builtins.py py3: Port terminal I/O module 2019-04-03 14:28:51 +05:30
html_entities.py python3: add polyglot wrapper for html.entities/htmlentitydefs 2019-03-26 15:10:40 -04:00
http_client.py python3: add httplib/http.client polyglot wrapper 2019-03-26 15:49:39 -04:00
http_cookie.py python3: add Cookie wrapper to polyglot 2019-03-26 16:12:18 -04:00
http_server.py python3: make coffee build 2019-03-21 01:27:21 -04:00
io.py Use a polyglot IO class for device debug output 2019-03-28 12:20:13 +05:30
plistlib.py py3: port plistlib 2019-04-01 16:05:31 +05:30
queue.py Various ixes for the previous polyglot commit 2019-03-20 21:11:45 +05:30
reprlib.py python3: add reprlib wrapper to polyglot 2019-03-26 15:49:40 -04:00
smtplib.py py3: port smtplib 2019-04-04 13:27:56 +05:30
socketserver.py python3: make coffee build 2019-03-21 01:27:21 -04:00
urllib.py py3: Port urlunquote 2019-04-10 20:53:01 +05:30