Commit Graph

40851 Commits

Author SHA1 Message Date
Kovid Goyal 8cbda9e18a Build fixes 2020-08-22 18:48:07 +05:30
Kovid Goyal fb1b0162fa Bump beta version 2020-08-22 18:48:06 +05:30
Kovid Goyal 9a22962e54 py3ize new file header 2020-08-22 18:48:06 +05:30
Kovid Goyal 34b9c1f178 Remove ispy3 conditional 2020-08-22 18:48:06 +05:30
Kovid Goyal 520adcafc0 ... 2020-08-22 18:48:06 +05:30
Kovid Goyal 761466ed10 Remove unused py2 code 2020-08-22 18:48:06 +05:30
Kovid Goyal 484fb7e3d7 Remove backported ipaddress module 2020-08-22 18:48:06 +05:30
Kovid Goyal e0699fe01a Change python min version requirement 2020-08-22 18:48:06 +05:30
Kovid Goyal 97a2b6ebd7 Missed one instance of ispy3 2020-08-22 18:48:06 +05:30
Kovid Goyal 9cab833728 Remove py2 code paths 2020-08-22 18:48:06 +05:30
Kovid Goyal f250c39406 Remove another ispy3 2020-08-22 18:48:05 +05:30
Kovid Goyal 97fdef3cff Remove __future__ imports from newly created py files 2020-08-22 18:48:05 +05:30
Kovid Goyal 152e301111 Bump beta version 2020-08-22 18:48:05 +05:30
Kovid Goyal d3c84fdecc py3ize new file header 2020-08-22 18:48:05 +05:30
Kovid Goyal 9bb6d2ad7e Bump beta version 2020-08-22 18:48:05 +05:30
Kovid Goyal 2a2f641856 Port the commit to master to fix PDF Output with ebook-convert via symlink on macOS 2020-08-22 18:48:05 +05:30
Kovid Goyal 1c9342d32a Cant pass byte strings to WinDLL() 2020-08-22 18:48:05 +05:30
Kovid Goyal 151fa406f6 Another couple of ispy3 2020-08-22 18:48:05 +05:30
Kovid Goyal c4eedda5f2 Prevent installation on Windows 7 2020-08-22 18:48:05 +05:30
Kovid Goyal e22a1719fe Bump beta version 2020-08-22 18:48:05 +05:30
Kovid Goyal fb9d5a16ce Remove remaining uses of WindowsError 2020-08-22 18:48:04 +05:30
Kovid Goyal bbdebbc3ef Fix device detection on windows broken on python3 2020-08-22 18:48:04 +05:30
Kovid Goyal dbf9a81940 oops 2020-08-22 18:48:04 +05:30
Kovid Goyal d9f56839e6 Avoid creation of un-needed tuple 2020-08-22 18:48:04 +05:30
Kovid Goyal 19145e4bd3 Use text mode streams for metadata logging 2020-08-22 18:48:04 +05:30
Kovid Goyal 1d33b3dc0c Fix prints() 2020-08-22 18:48:04 +05:30
Kovid Goyal 4d40be05f3 Bump beta version 2020-08-22 18:48:04 +05:30
Kovid Goyal 2966a3233d Fix pycryptodome not working on windows 2020-08-22 18:48:04 +05:30
Kovid Goyal c10abd4e76 Fix SpooledTemporaryFile on python3 2020-08-22 18:48:04 +05:30
Kovid Goyal 06487ad491 Dont use \r\n in logfiles on windows 2020-08-22 18:48:04 +05:30
Kovid Goyal e1fdbd3982 Restore prints and use it instead of polyglot write 2020-08-22 18:48:03 +05:30
Kovid Goyal 4cce5c7006 More py3 unicode fixes
the csv module needs to write out to a stream with newline='' on
python3. And use PolyglotStringIO instead of PolyglotBytesIO so we remain unicode as long as possible.
2020-08-22 18:48:03 +05:30
Kovid Goyal 7414cb28ba More py3 zipfile fixes 2020-08-22 18:48:03 +05:30
Kovid Goyal 76204c71d1 Bump pychm version 2020-08-22 18:48:03 +05:30
Kovid Goyal dbebae5e4c Forgot to use create_job() 2020-08-22 18:48:03 +05:30
Kovid Goyal e72e7e1773 Fix reading of names in custom zipfile module on py3 2020-08-22 18:48:03 +05:30
Kovid Goyal 453d467caf Fix code broken during py3 migration 2020-08-22 18:48:03 +05:30
Kovid Goyal 1b1d51b078 Get proper unicode printouts from the unhandled exception handler 2020-08-22 18:48:03 +05:30
Kovid Goyal e7e78da5c1 Fix devendoring meta path magic on py3 2020-08-22 18:48:03 +05:30
Kovid Goyal 61b829dd4a Get the manual building 2020-08-22 18:48:02 +05:30
Kovid Goyal 60da8900d3 Bump version for beta builds 2020-08-22 18:48:02 +05:30
Kovid Goyal 2e1c57a86c ... 2020-08-22 18:48:02 +05:30
Kovid Goyal 5a1b4430b2 Colorize compiler output on linux 2020-08-22 18:48:02 +05:30
Kovid Goyal dd12f0a76e Parallelize building sip files 2020-08-22 18:48:02 +05:30
Kovid Goyal dc4e482799 Fully parallelize building of non-pyqt extensions 2020-08-22 18:48:02 +05:30
Kovid Goyal 2331baf157 ... 2020-08-22 18:48:02 +05:30
Kovid Goyal 86081e47d8 Make jobs a bit nicer 2020-08-22 18:48:02 +05:30
Kovid Goyal 6811bb0cf7 Speed up compiling translations
Avoids calling a separate msgfmt binary for ever .po file since there
are almost 4000 of them. Instead use msgfmt.py
2020-08-22 18:48:02 +05:30
Kovid Goyal 2865326de3 Sjorten compile transations output 2020-08-22 18:48:02 +05:30
Kovid Goyal 4d09491e01 Better test time formatting 2020-08-22 18:48:01 +05:30