summaryrefslogtreecommitdiff
path: root/docutils/tools/test/test_buildhtml.py
Commit message (Expand)AuthorAgeFilesLines
* Add encoding arguments when opening files.milde2022-06-151-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+3
* Fix whitespace before/after delimiters and colon.milde2022-03-031-17/+17
* Use "x not in y" over "not x in y"milde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-1/+1
* test_buildhtml.py: Wait for the subprocess to finishmilde2020-03-031-0/+1
* test_buildhtml: Eliminate need for shell=Truemilde2020-03-031-3/+4
* test_buildhtml: Drop obsolete NameError handlingmilde2020-03-031-11/+4
* trivial: Misc whitespace fixesmilde2019-08-271-1/+1
* Remove legacy ImportError exception handlers (patch by Stephen Finucane).milde2019-08-211-9/+2
* Allow running test_buildhtml.py from anywhere, also with Python 3.milde2012-09-031-19/+30
* Make tools/ compatible with both, Python 2 and 3 without 2to3-conversion.milde2012-06-131-7/+24
* Fix: --local now stops recursiongrubert2010-07-101-2/+2
* Add copyright headergrubert2010-07-101-0/+4
* Fix: /usr/bin/env in first linegrubert2010-07-101-1/+1
* add test for build_html ignoring --localgrubert2010-07-101-0/+87