mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-06 12:10:18 -05:00
11 lines
445 B
Plaintext
11 lines
445 B
Plaintext
|
|
* Refactor web.fetch.simple to use per connection timeouts via the timeout kwarg for mechanize.open
|
|
|
|
* Refactor IPC code to use communication logic from multiprocessing
|
|
|
|
* Use multiprocessing for cpu_count instead of QThread
|
|
|
|
* Rationalize books table. Add a pubdate column, remove the uri column (and associated support in add_books) and convert series_index to a float.
|
|
|
|
* Replace single application stuff with Listener from multiprocessing
|