12 Commits

Author SHA1 Message Date
Eli Schwartz
45ca4c7934
py3: merge multiline __future__ imports to not confuse 2to3 2019-05-27 00:41:14 -04:00
Flaviu Tamas
01fbf09c0b
Undo redundant imports & new-style raises
New-style rasies need to be redone in a py2-friendly way, and the
redudant imports are redudnant and can safely be removed
2018-09-10 12:11:29 +05:30
Flaviu Tamas
0889ee85ec
Fix syntax errors
Command used:

futurize --no-diffs -f libfuturize.fixes.fix_print_with_import -f lib2to3.fixes.fix_throw -f lib2to3.fixes.fix_numliterals -f lib2to3.fixes.fix_except -f lib2to3.fixes.fix_exec -f lib2to3.fixes.fix_raise -f lib2to3.fixes.fix_tuple_params -f lib2to3.fixes.fix_ne -j20 -w -n setup recipes src manual setup.py recipes/*.recipe

And manual adjustments of print((...)) -> print(...)
2018-09-10 12:11:28 +05:30
Kovid Goyal
9b5a3ba5a5
Build 32bit calibre 2017-05-21 13:39:07 +05:30
Kovid Goyal
ef8d72900e Instructions for compiling pywin32 with VS 2015 2015-12-02 20:58:27 +05:30
Kovid Goyal
31cfe9658f ... 2015-12-01 22:27:53 +05:30
Kovid Goyal
50bc0f79a2 ... 2015-12-01 00:12:00 +05:30
Kovid Goyal
cef61bd4ed ... 2015-11-30 21:41:47 +05:30
Kovid Goyal
701683e503 Start work on compiling windows build of calibre with VS 2015 2015-11-29 17:40:53 +05:30
Kovid Goyal
ef09e886b3 Change all shebangs to use python2 2015-01-23 19:08:21 +05:30
Kovid Goyal
8e08834403 Much nicer integration with the windows build VMs 2012-11-12 15:32:28 +05:30
Kovid Goyal
fa5a749363 ... 2012-11-12 00:02:48 +05:30