summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
* bump micor version to ease tool liferel-0.15grubert2019-07-3015-15/+15
* Fix broken expect filesgrubert2019-07-2515-15/+15
* set version 0.15.1grubert2019-07-2415-15/+15
* version 0.15.1b.devgrubert2019-07-2315-15/+15
* Change to 0.15 finalgrubert2019-07-2015-15/+15
* Fix: assert serial is 0 grubert2019-07-201-1/+1
* set version 0.15rc1.devgrubert2019-07-2015-15/+15
* Apply feature request 63 (support anchors in rfc role).milde2019-04-151-0/+9
* Converted odf_odt for compatibility with both Python 2 and Python3dkuhlman2019-02-121-4/+3
* Use compatibility definitions for assertIn and assertNotIn only if required.milde2019-02-121-11/+12
* Fix bug #358: Non-breaking space removed from fixed-width literal.milde2019-02-121-0/+10
* Specify Python version requirements in setup.py.milde2018-11-261-2/+1
* Definition list terms must not use "rawsource" attribute for escaping.milde2018-11-211-8/+0
* Revert the fix for backslash escaping in transforms.milde2018-11-211-109/+8
* smartquotes: Use single backslashes for escaping.milde2018-11-201-8/+109
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-202-52/+48
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-091-0/+15
* Fix: definition list term classifier starting with a reference crash.grubert2018-07-121-0/+38
* tests to inline literal open and close grubert2018-07-111-0/+30
* latex writer: fix fallback definition of \DUroles macro.milde2018-06-058-32/+64
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-053-23/+473
* Drop empty lines in Text.pformat() and revert [r8194].milde2018-01-191-6/+4
* Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()milde2018-01-161-0/+3
* Fix a typo.milde2018-01-141-10/+10
* Add <target> to one more testcase (see r8206).milde2017-12-191-1/+1
* Add tagname to "illegal element" substitution definition error message.milde2017-12-183-5/+5
* Cleanup: remove <2.6 compatibility code.milde2017-11-081-5/+1
* Properly escape LaTeX commands in test samples.milde2017-11-064-21/+21
* Move tests for (un)escaping functions to test_utils.milde2017-11-062-45/+12
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-041-0/+43
* New function `utils.unescape_rawsource`.milde2017-11-041-0/+16
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-041-0/+9
* smartquotes: Fix bug #332.milde2017-10-251-6/+36
* Rename files to care for case-insensitive file systems.milde2017-10-202-1/+1
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-207-50/+81
* Fix :width: option for the table directives.milde2017-10-1910-21/+162
* Apply [ 121 ] Add a :width: option for the table directives.milde2017-10-061-0/+69
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-061-9/+9
* Fixes and test for literal block handling in LaTeX.milde2017-09-2213-14/+1010
* HTML5-compatible meta tags for docinfo items authors, date, and copyright.milde2017-09-141-0/+6
* Fix [ 324 ] Invalid LaTeX for table with empty multicolumn cell.milde2017-09-071-2/+24
* 0.15.dev must not be used after 0.15b or 0.15rc.milde2017-08-181-0/+15
* Added a test case and updated docs/ref/rst/restructuredtext.txt for interpret...goodger2017-08-171-0/+88
* Extra test for meta field list field name with unescaped embedded colons.goodger2017-08-161-0/+9
* * docutils/parsers/rst/states.py: Allow embedded colons in field list field n...goodger2017-08-162-0/+62
* * Consolidated version identifier documentation, moving text from docutils/__...goodger2017-08-151-1/+6
* Test __version_info__.releaselevel values.milde2017-08-151-8/+8
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-142-16/+35
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-1411-59/+49
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-116-8/+11