1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-02-21 01:05:52 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
f47376830f Moved misc functions from polyglot package to single polyglot module. 2021-05-25 19:15:13 +02:00
2371a5a1c9 Removed ipc module.
There was only one function in module ipc: eintr_retry_call. This
function was used in pdftohtml module, and turns out[1] it's not needed
anymore. Support for retrying on syscall interrupts was introduced in
Python 3.5 (which was released in 2015), and covers subprocess module
among other modules. In this commit, mentioned eintr_retry_call function
has been removed, and couple of cosmetic changes was done in module
pdftohtml.

[1] https://www.python.org/dev/peps/pep-0475/
2021-02-22 20:59:21 +01:00
b2f161670a Cleaned up __init__.py for main module 2021-01-05 19:48:45 +01:00
8be21d878d Moved xml_replace_entities to utils.entities. 2021-01-03 19:37:03 +01:00
45b6bb5b2c Cleanup, cleanup 2020-07-17 18:59:45 +02:00
4216fef20e Removed prints and extract function from init module 2020-07-13 21:38:06 +02:00
1a09e3db84 Removed Windows bits. 2020-06-17 19:28:07 +02:00
ce89f5c9d1 Use the real constants module.
This is progressing refactor of the calibre code to make it more
readable, and transform it to something more coherent.

In this patch, there are changes regarding imports for some modules,
instead of polluting namespace of each module with some other modules
symbols, which often were imported from other modules. Yuck.
2020-05-29 17:04:53 +02:00
2c78d6e3a6 Renamed constants, to make room for real constants module 2020-05-26 19:52:18 +02:00
212cb56d42 Removed gettext related functions 2020-05-03 19:04:07 +02:00
de4f8a444b Removed check for python version 2020-04-21 21:06:48 +02:00
3234e4de27 Removed iteritems and itervalues, which are redundant 2020-04-21 18:20:08 +02:00
9e076e0af4 Removed superfluous lopen builtin 2020-04-20 21:12:22 +02:00
eac0b98d6f Removed polyglot codepoint_to_chr 2020-04-20 19:29:05 +02:00
128705f258 Removed polyglots unicode_type usage 2020-04-20 19:25:28 +02:00
571da747b3 Fix license formatting 2020-04-19 17:50:19 +02:00
48fedea799 Removing unneeded from __future__ import statements.
Since we are on Python 3.6 and up, we don't need those anymore.
2020-04-19 17:39:02 +02:00
d2159ed60c Added htmlz and pdf formats.
Added HTML reader/writer and PDF reader.
2020-04-19 15:16:48 +02:00
d3369d55bc Enable docx write support 2020-04-19 15:16:48 +02:00
a4533957f7 Enable mobi write support. 2020-04-19 15:16:48 +02:00
98b2dd8d4f Added docx writer related modules 2020-04-13 16:33:15 +02:00
ae80ae5640 Added mobi writer files 2020-04-13 15:24:23 +02:00