8 Commits

Author SHA1 Message Date
Kovid Goyal
ec3238d1cd
Fix remaining set([]) 2019-09-08 14:07:59 +05:30
Kovid Goyal
a1e75e9bc2
Merge branch 'py3' of https://github.com/eli-schwartz/calibre 2019-05-20 06:44:04 +05:30
Eli Schwartz
3a4acd5826
py3: fix regression in commit 96a8aeaaf5420dcdbb3cbeb1856a4985e8942395
Strings that contain non-ascii literal characters cannot be made into
bytestrings merely by adding b'' and must either be encoded or use
hex escapes.
2019-05-19 21:05:16 -04:00
Kovid Goyal
96a8aeaaf5
py3: Fix login checks in various recipes 2019-05-18 18:55:02 +05:30
Kovid Goyal
567040ee1e Perform PEP8 compliance checks on the entire codebase
Some bits of PEP 8 are turned off via setup.cfg
2016-07-29 21:25:17 +05:30
Kovid Goyal
eaf9e2adc0 Fix recipes that use get_browser as a classmethod 2013-01-25 18:19:36 +05:30
Kovid Goyal
75bfce3327 Cleanup recpe language specifications 2012-11-18 23:58:09 +05:30
Kovid Goyal
b7bd073d4a Various Czech and Hungarian recipes by bubak 2012-11-18 23:53:33 +05:30