Commit Graph

706 Commits

Author SHA1 Message Date
Martin A. Brown 946b839b60 switch to codecs.open and expect UTF-8 data 2016-03-14 21:47:54 -07:00
Martin A. Brown daf272a329 switch to codecs.open and expect UTF-8 data 2016-03-14 21:47:48 -07:00
Martin A. Brown dcb8b3a217 switch to codecs.open and expect UTF-8 data 2016-03-14 21:42:31 -07:00
Martin A. Brown 2afbc7a147 switch to codecs.open and expect UTF-8 data 2016-03-14 21:42:21 -07:00
Martin A. Brown bb7fbccc6b switch to codecs.open and expect UTF-8 data 2016-03-14 21:42:07 -07:00
Martin A. Brown 2c4f8407b5 convert explicitly to a list before return (Python3) 2016-03-14 21:41:46 -07:00
Martin A. Brown d99448609d prepare to support Python3 and Python2 (utf-8 all in/out) 2016-03-14 21:18:33 -07:00
Martin A. Brown 5824be20da remove import of makefh(), too 2016-03-14 20:52:53 -07:00
Martin A. Brown f20fb1c481 no point in using makefh() now; remove 2016-03-14 20:51:55 -07:00
Martin A. Brown 10854ad6df get rid of another FD leakage (in tests, not a big deal) 2016-03-14 20:50:59 -07:00
Martin A. Brown 514af22aea io.StringIO exists in both Python 2 and Python 3 2016-03-14 20:38:50 -07:00
Martin A. Brown 30a5950564 close the file before passing to guess() 2016-03-14 20:35:23 -07:00
Martin A. Brown 26de64a2bb stop leaking FDs when guessing doctypes 2016-03-14 20:32:42 -07:00
Martin A. Brown a2daee9425 use absolute_import here, too (Python 3) 2016-03-14 20:32:09 -07:00
Martin A. Brown ad681cd618 assertEquals becomes assertEqual 2016-03-14 20:14:24 -07:00
Martin A. Brown a720f4e4b6 switich to io.StringIO for Python 3 and assertEqual (drop the s) 2016-03-14 20:14:10 -07:00
Martin A. Brown 762870209c assertEquals becomes assertEqual 2016-03-14 20:11:17 -07:00
Martin A. Brown 5af0c2a955 use the proper Python 3.x name for [Safe]ConfigParser 2016-03-14 20:11:04 -07:00
Martin A. Brown def752760e use a context to prevent FD leakage 2016-03-14 20:07:40 -07:00
Martin A. Brown bdbccb6823 use symbolic mode composition 2016-03-14 20:05:25 -07:00
Martin A. Brown 04208d1a90 switch to using nose.collector here (prep for tox) 2016-03-14 14:44:11 -07:00
Martin A. Brown a25aee33c8 bumping version to 0.5.5 2016-03-14 11:07:16 -07:00
Martin A. Brown 00b8831186 clarifying TODO item on DocBook XSL for 5.0 2016-03-14 10:35:04 -07:00
Martin A. Brown 6227e7d8da adjusting the reporting of discovered document counts 2016-03-14 10:34:44 -07:00
Martin A. Brown 01756a16ec add support for sgmlcheck (linuxdoc) 2016-03-13 09:41:55 -07:00
Martin A. Brown e35e070cae bumping version to 0.5.4 2016-03-12 19:10:08 -08:00
Martin A. Brown 821967b257 ref. python-epub 2016-03-12 19:00:38 -08:00
Martin A. Brown 61d55a9f69 CLI-tool friendly handling of EPIPE and INT
And, correcting from the name of the Python class to the format name processed
by the Python class (class.__name__ vs. class.formatname).
2016-03-11 14:21:56 -08:00
Martin A. Brown 2f71c66b5a documentation nit 2016-03-11 14:21:45 -08:00
Martin A. Brown 73c1b7ab23 bumping version to 0.5.3 2016-03-10 11:56:26 -08:00
Martin A. Brown 5f6ff9ca3d report the output directory first 2016-03-10 11:55:55 -08:00
Martin A. Brown 57c7eb2b06 minor tweaks to documentation 2016-03-10 11:55:37 -08:00
Martin A. Brown 3a478dea65 bumping version to 0.5.2 2016-03-10 11:46:15 -08:00
Martin A. Brown d6671e7380 improving the documentation and adding refs to --publish 2016-03-10 11:45:49 -08:00
Martin A. Brown 0afacc5da3 must have the docbook-utils for backend support for PDF output from jw 2016-03-10 11:43:25 -08:00
Martin A. Brown d59850d433 skip adding to removals if in --script mode 2016-03-10 11:42:59 -08:00
Martin A. Brown 71fcbb8925 adding Requires: libxslt-tools 2016-03-10 11:19:51 -08:00
Martin A. Brown 7dc96bf6f9 adding Requires: python-networkx 2016-03-10 11:18:40 -08:00
Martin A. Brown f7505627a5 pep8/pyflakes fixes 2016-03-10 11:17:09 -08:00
Martin A. Brown 793a810b8f add some Requires: to the specfile 2016-03-10 11:11:39 -08:00
Martin A. Brown bf543b3ad8 bumping version to 0.5.1 2016-03-10 10:43:31 -08:00
Martin A. Brown 190483d2f6 adjust to slightly different output formattincg 2016-03-10 10:42:33 -08:00
Martin A. Brown 90f8d6e690 add format name to --list output (for sources) 2016-03-10 10:38:40 -08:00
Martin A. Brown 7fbe4b80ec add width entry for doctype (output formatting) 2016-03-10 10:38:20 -08:00
Martin A. Brown 42bd3e699f setting version to 0.5.0 2016-03-10 10:29:03 -08:00
Martin A. Brown a1b11e6336 add testing of docbook5xml 2016-03-10 10:27:24 -08:00
Martin A. Brown ab60e4c2b4 figured out suppression of default --configfile 2016-03-10 10:27:08 -08:00
Martin A. Brown c214724fcb group methods a bit more by their similarity
and change naming slightly so log lines at loglevel INFO align
2016-03-10 10:25:39 -08:00
Martin A. Brown 54cb36f31f adding another bad invocation test 2016-03-10 09:30:53 -08:00
Martin A. Brown 70a10a5f7c adding a single index entry 2016-03-10 09:28:55 -08:00