summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* Use pathlib.Path in utils.find_file_in_dirs().milde2022-11-283-23/+17
* Wrap definition lists with "details" class argument in a <div>milde2022-11-285-10/+23
* Small documentation fixes and updates.milde2022-11-283-42/+47
* Add navigation links to the documentation in the "Docutils root" directory.milde2022-11-288-2/+26
* More consistent formatting in HISTORY log.milde2022-11-281-221/+238
* Revert "Use literal syntax in HISTORY"milde2022-11-281-86/+84
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-26135-137/+139
* Update FAQ, add TODO-list example.milde2022-11-252-139/+334
* Small cleanups and comments.milde2022-11-252-12/+20
* Fix import errors with ``python -m unittest``.milde2022-11-25114-150/+715
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-248-65/+66
* Fix terminal help message under Windows.milde2022-11-241-2/+3
* Simplify/update utils.punctuation_chars and generating script.milde2022-11-242-101/+97
* Remove spurious "import unittest" from test scripts.milde2022-11-24101-101/+0
* Use "pathlib.Path" for self-documenting path manipulations.milde2022-11-242-18/+28
* Make "record_dependecies" test independent of the working dir.milde2022-11-241-57/+60
* Fix failure when "pygments" is not installed.milde2022-11-241-5/+10
* Reset not only `_roles` but also `_directives` cache dictionary.milde2022-11-243-8/+52
* Skip individual "recommonmark" tests if "recommonmark" is missing.milde2022-11-2414-56/+156
* Fix running of individual test (first batch).milde2022-11-2415-15/+54
* Put `first` and `second` arguments of `assertEqual` on the top line.milde2022-11-241-6/+4
* Update/Add docstrings in `docutils.io`.milde2022-11-211-21/+35
* Make component's "TransformSpec" interface optional.milde2022-11-213-45/+65
* Small documentation fixes.milde2022-11-212-15/+10
* Use `super()` for calls to `get_transforms()` from parent class.milde2022-11-218-19/+16
* Use boolean values for boolean settings.milde2022-11-181-5/+5
* Revert FutureWarnings.milde2022-11-182-15/+14
* Documentation updatemilde2022-11-183-47/+51
* Use a simpler algorithm to generate char listsaa-turner2022-11-161-17/+8
* Fix ``punctuation_chars`` regeneration for testsaa-turner2022-11-161-0/+7
* Fix ``.flake8`` for ``generate_punctuation_chars``aa-turner2022-11-161-1/+1
* Update `utils.punctuation_chars` (keeping backwards compatibility).milde2022-11-162-84/+93
* Fix "shebang on non-executable files".milde2022-11-164-7/+3
* Drop default settings from individual functional test files.milde2022-11-1634-886/+295
* Revert [r9247] "Regenerate ``punctuation_chars``"aa-turner2022-11-161-78/+57
* Regenerate ``punctuation_chars``aa-turner2022-11-161-57/+78
* Update ``generate_punctuation_chars`` templatesaa-turner2022-11-162-26/+31
* Use literal syntax in HISTORYaa-turner2022-11-151-87/+89
* Restructure HISTORY to file-based listingaa-turner2022-11-151-29/+40
* Fix: SetuptoolsDeprecationWarning: Installing '' as data is deprecatedgrubert2022-11-142-0/+9
* HTML5 writer: use parent `depart_document()` method.milde2022-11-132-38/+15
* More consistent HISTORY styling.milde2022-11-131-55/+54
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-1328-142/+127
* New function utils.xml_declaration()milde2022-11-134-11/+37
* Remove "fixltx2e.sty" package call from "titlepage.tex" LaTeX template.milde2022-11-112-1/+5
* Add support for ``pytest``aa-turner2022-11-104-6/+33
* Make the tests agnostic to the working directoryaa-turner2022-11-1019-128/+243
* Fix/complement publisher documentation and tests.milde2022-11-103-24/+76
* Inline ``DocutilsTestSupport.testroot``aa-turner2022-11-094-22/+16
* Make ``test_include`` independent of the CWDaa-turner2022-11-091-267/+268