Commit Graph

  • 946b839b60 switch to codecs.open and expect UTF-8 data Martin A. Brown 2016-03-14 21:47:54 -0700
  • daf272a329 switch to codecs.open and expect UTF-8 data Martin A. Brown 2016-03-14 21:47:48 -0700
  • dcb8b3a217 switch to codecs.open and expect UTF-8 data Martin A. Brown 2016-03-14 21:42:31 -0700
  • 2afbc7a147 switch to codecs.open and expect UTF-8 data Martin A. Brown 2016-03-14 21:42:21 -0700
  • bb7fbccc6b switch to codecs.open and expect UTF-8 data Martin A. Brown 2016-03-14 21:42:07 -0700
  • 2c4f8407b5 convert explicitly to a list before return (Python3) Martin A. Brown 2016-03-14 21:41:46 -0700
  • d99448609d prepare to support Python3 and Python2 (utf-8 all in/out) Martin A. Brown 2016-03-14 21:18:33 -0700
  • 5824be20da remove import of makefh(), too Martin A. Brown 2016-03-14 20:52:53 -0700
  • f20fb1c481 no point in using makefh() now; remove Martin A. Brown 2016-03-14 20:51:55 -0700
  • 10854ad6df get rid of another FD leakage (in tests, not a big deal) Martin A. Brown 2016-03-14 20:50:59 -0700
  • 514af22aea io.StringIO exists in both Python 2 and Python 3 Martin A. Brown 2016-03-14 20:38:50 -0700
  • 30a5950564 close the file before passing to guess() Martin A. Brown 2016-03-14 20:35:23 -0700
  • 26de64a2bb stop leaking FDs when guessing doctypes Martin A. Brown 2016-03-14 20:32:42 -0700
  • a2daee9425 use absolute_import here, too (Python 3) Martin A. Brown 2016-03-14 20:32:09 -0700
  • ad681cd618 assertEquals becomes assertEqual Martin A. Brown 2016-03-14 20:14:24 -0700
  • a720f4e4b6 switich to io.StringIO for Python 3 and assertEqual (drop the s) Martin A. Brown 2016-03-14 20:14:10 -0700
  • 762870209c assertEquals becomes assertEqual Martin A. Brown 2016-03-14 20:11:17 -0700
  • 5af0c2a955 use the proper Python 3.x name for [Safe]ConfigParser Martin A. Brown 2016-03-14 20:11:04 -0700
  • def752760e use a context to prevent FD leakage Martin A. Brown 2016-03-14 20:07:40 -0700
  • bdbccb6823 use symbolic mode composition Martin A. Brown 2016-03-14 20:05:25 -0700
  • 04208d1a90 switch to using nose.collector here (prep for tox) Martin A. Brown 2016-03-14 14:44:11 -0700
  • a25aee33c8 bumping version to 0.5.5 tldp-0.5.5 Martin A. Brown 2016-03-14 11:07:16 -0700
  • 00b8831186 clarifying TODO item on DocBook XSL for 5.0 Martin A. Brown 2016-03-14 10:35:04 -0700
  • 6227e7d8da adjusting the reporting of discovered document counts Martin A. Brown 2016-03-14 10:34:44 -0700
  • 01756a16ec add support for sgmlcheck (linuxdoc) Martin A. Brown 2016-03-13 09:41:55 -0700
  • e35e070cae bumping version to 0.5.4 Martin A. Brown 2016-03-12 19:10:08 -0800
  • 821967b257 ref. python-epub Martin A. Brown 2016-03-12 19:00:38 -0800
  • 61d55a9f69 CLI-tool friendly handling of EPIPE and INT Martin A. Brown 2016-03-11 14:21:56 -0800
  • 2f71c66b5a documentation nit Martin A. Brown 2016-03-11 14:21:45 -0800
  • 73c1b7ab23 bumping version to 0.5.3 Martin A. Brown 2016-03-10 11:56:26 -0800
  • 5f6ff9ca3d report the output directory first Martin A. Brown 2016-03-10 11:55:55 -0800
  • 57c7eb2b06 minor tweaks to documentation Martin A. Brown 2016-03-10 11:55:37 -0800
  • 3a478dea65 bumping version to 0.5.2 tldp-0.5.2 Martin A. Brown 2016-03-10 11:46:15 -0800
  • d6671e7380 improving the documentation and adding refs to --publish Martin A. Brown 2016-03-10 11:45:49 -0800
  • 0afacc5da3 must have the docbook-utils for backend support for PDF output from jw Martin A. Brown 2016-03-10 11:43:25 -0800
  • d59850d433 skip adding to removals if in --script mode Martin A. Brown 2016-03-10 11:42:59 -0800
  • 71fcbb8925 adding Requires: libxslt-tools Martin A. Brown 2016-03-10 11:19:51 -0800
  • 7dc96bf6f9 adding Requires: python-networkx Martin A. Brown 2016-03-10 11:18:40 -0800
  • f7505627a5 pep8/pyflakes fixes Martin A. Brown 2016-03-10 11:17:09 -0800
  • 793a810b8f add some Requires: to the specfile Martin A. Brown 2016-03-10 11:11:39 -0800
  • bf543b3ad8 bumping version to 0.5.1 tldp-0.5.1 Martin A. Brown 2016-03-10 10:43:31 -0800
  • 190483d2f6 adjust to slightly different output formattincg Martin A. Brown 2016-03-10 10:42:33 -0800
  • 90f8d6e690 add format name to --list output (for sources) Martin A. Brown 2016-03-10 10:38:40 -0800
  • 7fbe4b80ec add width entry for doctype (output formatting) Martin A. Brown 2016-03-10 10:38:20 -0800
  • 42bd3e699f setting version to 0.5.0 tldp-0.5.0 Martin A. Brown 2016-03-10 10:29:03 -0800
  • a1b11e6336 add testing of docbook5xml Martin A. Brown 2016-03-10 10:27:24 -0800
  • ab60e4c2b4 figured out suppression of default --configfile Martin A. Brown 2016-03-10 10:27:08 -0800
  • c214724fcb group methods a bit more by their similarity Martin A. Brown 2016-03-10 10:25:39 -0800
  • 54cb36f31f adding another bad invocation test Martin A. Brown 2016-03-10 09:30:53 -0800
  • 70a10a5f7c adding a single index entry Martin A. Brown 2016-03-10 09:28:55 -0800
  • bcb38bdd7d tiny index Martin A. Brown 2016-03-10 09:27:54 -0800
  • cd7e325c59 add small image file Martin A. Brown 2016-03-10 08:57:19 -0800
  • 7bd32896eb create variable DEFAULT_CONFIGFILE Martin A. Brown 2016-03-10 08:50:31 -0800
  • 8a99c39d93 switched to set(), use .add() instead of .append() Martin A. Brown 2016-03-10 08:49:37 -0800
  • f0cb2c3dfe only try to remove files once Martin A. Brown 2016-03-10 08:49:03 -0800
  • 2180755a97 pep8/pyflakes fixes Martin A. Brown 2016-03-10 08:48:17 -0800
  • abbd433ea1 removed longer tests; pep8/pyflakes fixes Martin A. Brown 2016-03-10 08:47:44 -0800
  • 4ad4fae41b creating separate file for longer-running tests Martin A. Brown 2016-03-10 08:47:34 -0800
  • 96aacb8f5c skip these tests during usual testing (try to stay under 1 sec.) Martin A. Brown 2016-03-10 08:27:53 -0800
  • a3e3e6106f suppress the "system" config during testing Martin A. Brown 2016-03-10 08:27:07 -0800
  • c978cf5dff report on documents by document format, too Martin A. Brown 2016-03-09 23:41:50 -0800
  • 1ed38c7c0c improving testing coverage in driver.py Martin A. Brown 2016-03-09 21:57:25 -0800
  • 4410fd8fc9 DocBook SGML document with index Martin A. Brown 2016-03-09 21:49:41 -0800
  • e2532d4ffb use the already written darned function Martin A. Brown 2016-03-09 20:53:21 -0800
  • 7e3fa95813 minor simplifications to testing tools Martin A. Brown 2016-03-09 20:52:45 -0800
  • 46d16f4ccb complete the propagation of **kwargs Martin A. Brown 2016-03-09 20:41:18 -0800
  • 4f05c202be slight reorganizing of test sets in file Martin A. Brown 2016-03-09 18:16:02 -0800
  • 4901ed94d2 improve testing coverage Martin A. Brown 2016-03-09 18:11:38 -0800
  • d2657321d6 create generic functions for runtime config Martin A. Brown 2016-03-09 18:11:04 -0800
  • 29d5739d1e send runtime parameters to processors Martin A. Brown 2016-03-09 18:10:23 -0800
  • 94ab1ac5d2 pass **kwargs through all processor tools Martin A. Brown 2016-03-09 18:08:56 -0800
  • 2d75d3c4de remove old boilerplate from markdown and rst stock code Martin A. Brown 2016-03-09 18:08:18 -0800
  • c581980aaf remove old boilerplate from markdown and rst stock code Martin A. Brown 2016-03-09 18:07:52 -0800
  • a06e1955b7 tweak logging outputs, lower some to debug() Martin A. Brown 2016-03-09 10:06:59 -0800
  • 68b16b42d8 simplify function docbuild: logging by caller Martin A. Brown 2016-03-09 10:00:25 -0800
  • c66b325530 improving test coverage of driver.py Martin A. Brown 2016-03-09 09:35:11 -0800
  • f4367e943f improve testing coverage of driver.py Martin A. Brown 2016-03-09 09:33:04 -0800
  • a488ae53de add testing support for new format Asciidoc Martin A. Brown 2016-03-09 08:09:52 -0800
  • 631e8fed83 . Martin A. Brown 2016-03-09 08:09:36 -0800
  • 0c433d7306 removing text (will be supported by asciidoc) Martin A. Brown 2016-03-09 07:54:55 -0800
  • 885d6a12f3 adding support for format asciidoc Martin A. Brown 2016-03-09 07:39:14 -0800
  • 0117209034 better abstraction of --script/--publish complete Martin A. Brown 2016-03-08 09:47:01 -0800
  • 7aa99ec502 moving sameFilesystem to utils.py Martin A. Brown 2016-03-08 09:45:54 -0800
  • ea2139373c simplify docbuild function; factor out logic Martin A. Brown 2016-03-08 09:16:46 -0800
  • ffe327ced0 removing boilerplate; go from asciidoc to docbook45 Martin A. Brown 2016-03-08 09:16:33 -0800
  • 62c9cef32f docbooksgml needs to know about --script mode Martin A. Brown 2016-03-08 09:16:12 -0800
  • ca8b8e211f minor cosmetic improvements to generated shell file Martin A. Brown 2016-03-08 09:11:09 -0800
  • 19f04a2c23 adjusting TODO after the work of today Martin A. Brown 2016-03-07 22:17:47 -0800
  • f848040e60 improving overall coverage Martin A. Brown 2016-03-07 22:13:38 -0800
  • e7794eea20 relocating function Martin A. Brown 2016-03-07 22:13:23 -0800
  • b2e01eec73 removing useless vestiage Martin A. Brown 2016-03-07 22:12:59 -0800
  • 6a97e4058a improve orphan verbosity testing Martin A. Brown 2016-03-07 20:01:26 -0800
  • 0ff6dc5594 support the config.builddir in the testing suite Martin A. Brown 2016-03-07 20:00:22 -0800
  • 29674dd7f0 add Asciidoc example to typeguesser Martin A. Brown 2016-03-07 19:59:48 -0800
  • 904f0004bd add new coverage for swapdirs; improve coverage, as well Martin A. Brown 2016-03-07 19:59:27 -0800
  • c3a2152e6c improve covareg testing of source.py Martin A. Brown 2016-03-07 19:58:31 -0800
  • f8bb88c518 improve coverage testing of outputs.py Martin A. Brown 2016-03-07 19:58:14 -0800
  • 730010dc5b adding sample Asciidoc document Martin A. Brown 2016-03-07 19:57:48 -0800
  • be78491fd6 do not allow None as the b argument (crazy) Martin A. Brown 2016-03-07 19:57:17 -0800
  • 99d93fb4ce allow None as the b argument Martin A. Brown 2016-03-07 19:56:27 -0800