| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix CHANGES.txt and simplify testcase. Added blurb to RELEASE.txt | William Deegan | 2021-04-03 | 2 | -2/+1 |
| | | |||||
| * | Added noqa comment to get sider to ignore unused lxml | Henrik Maier | 2021-03-26 | 1 | -1/+1 |
| | | |||||
| * | Added corresponding test case | Henrik Maier | 2021-03-26 | 5 | -0/+247 |
| | | |||||
| * | Run autoflake on code | Mats Wichmann | 2020-09-21 | 2 | -2/+0 |
| | | | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Fix for failing Docbook slides tests. | Dirk Baechle | 2020-06-24 | 7 | -14/+76 |
| | | |||||
| * | Removed superfluous import of 'sys' in a testcase. | Dirk Baechle | 2020-06-21 | 1 | -1/+0 |
| | | |||||
| * | Fixed another bunch of 'bare except' errors. | Dirk Baechle | 2020-06-21 | 10 | -10/+10 |
| | | |||||
| * | Fixed Docbook Tool and updated its tests. | Dirk Baechle | 2020-06-21 | 29 | -79/+982 |
| | | |||||
| * | Fix broken docbook tests which weren't using the xsltproc found by test ↵ | William Deegan | 2018-11-02 | 10 | -11/+30 |
| | | | | | framework | ||||
| * | Try a more scons-y file conversion for Py3 file reads | Mats Wichmann | 2018-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | Instead of custom conversion as in the previous iteration, use the to_bytes function. The two known tests which incorrectly let the text-mode xml file be opened in binary mode are adjusted to supply mode='r' Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Fix wiki references to point to gihub wiki | Mats Wichmann | 2018-04-23 | 4 | -4/+4 |
| | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | - added import of libxslt binding to DocBook tests | Dirk Baechle | 2014-08-31 | 7 | -0/+7 |
| | | |||||
| * | - corrected dependencies for EPUB builder (docbook) | Dirk Baechle | 2014-01-05 | 2 | -0/+61 |
| | | | | | - added a proper test for EPUB with xsltproc | ||||
| * | - removed superfluous import and corrected basic test | Dirk Baechle | 2013-12-21 | 1 | -1/+1 |
| | | |||||
| * | - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵ | Dirk Baechle | 2013-12-21 | 3 | -0/+452 |
| | | | | | Featherstone | ||||
| * | - added xsltproc tests and improved handling of the base_dir parameter | Dirk Baechle | 2013-12-20 | 10 | -0/+302 |
| | | |||||
| * | - corrected LC_ALL setting for RPM packaging | Dirk Baechle | 2013-11-03 | 1 | -0/+7 |
| | | | | | - now skipping several Docbook tests, when required stylesheets aren't installed | ||||
| * | - added documentation and tests for the new Docbook tool | Dirk Baechle | 2013-05-03 | 19 | -0/+1699 |
