summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #126 manpage title with spacesgrubert2020-02-172-8/+8
* [ Fix #380 ] manpage commandline option problem in sphinx.grubert2020-02-172-5/+5
* Minor formatting updates.milde2020-02-061-3/+3
* Restore support for running tests stand-alone.milde2020-01-3196-105/+282
* latex writer: announced changes.milde2020-01-308-73/+19
* html5: support <ins> and <del> tags.milde2020-01-301-6/+6
* html5: use semantic text-level tagsmilde2020-01-301-13/+13
* Use new HTML5 element <main>.milde2020-01-304-50/+50
* html5: Use semantic tags <figure> and <figcaption>.milde2020-01-302-17/+139
* html5: Use semantic tags <header>, <footer>, <section>, <aside>.milde2020-01-303-142/+141
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-13/+32
* VersionInfo fixesmilde2020-01-261-18/+88
* add error messagegrubert2020-01-121-1/+1
* set release 0.17b.devgrubert2020-01-1215-15/+15
* set version 0.16grubert2020-01-1215-15/+15
* Test localisation of admonition directives.milde2020-01-094-53/+326
* version: 0.16rc2.devgrubert2019-12-1915-15/+15
* version: 0.16rc1grubert2019-12-1915-15/+15
* set version: 0.16rc1.devgrubert2019-12-1515-15/+15
* Fix : DeprecationWarning: Please use assertEqual grubert2019-12-021-33/+33
* FIX for BUG #287 comma after option is boldgrubert2019-11-241-0/+32
* tests/functional: Set "auto_id_prefix" to "%" (expands to tag-names).milde2019-11-1518-699/+700
* Fix and add test for more use cases for nodes.set_id().milde2019-10-301-27/+62
* html5 writer: prepare support of <ins> and <del> tags.milde2019-10-103-144/+215
* html5 writer: Add list of text-level tags to the functional test.milde2019-09-303-133/+582
* HTML fixes and updates.milde2019-09-196-15/+17
* LaTeX writer: Deprecation warning for ``\docutilsrole``-prefix.milde2019-09-178-0/+16
* Fix [ 339 ] don't use "alltt" in admonitions and footnotes.milde2019-09-148-15/+238
* Fix informal titlesmilde2019-09-113-11/+9
* Do not rely on `nodes.Node.traverse()` returning a "list" instance.milde2019-09-061-0/+2
* Add test for "strip-classes" setting.milde2019-09-061-5/+5
* trivial: Misc whitespace fixesmilde2019-08-271-1/+1
* Simplify code.milde2019-08-271-7/+3
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-274-4/+4
* Remove auxiliary Python 2/3 compatibility definition module.milde2019-08-272-2/+8
* py3: Handle 'StringIO' to 'io' transition.milde2019-08-272-2/+12
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-2713-33/+34
* py3: Replace 'ur' prefixmilde2019-08-271-2/+2
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-261-1/+1
* Consistent Python 3 checks.milde2019-08-269-20/+20
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-262-3/+3
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-263-12/+6
* py3: Use 'absolute_import' futuremilde2019-08-2695-104/+251
* py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.milde2019-08-261-2/+2
* py3: Replace deprecated form of raising exceptionmilde2019-08-262-18/+5
* py3: Add aliases for removed symbolsmilde2019-08-268-2/+35
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-266-17/+17
* py3: Switch to print functionsmilde2019-08-2615-91/+93
* py3: Use new style classesmilde2019-08-263-3/+3
* Drop support for Python 3.3milde2019-08-264-22/+15