summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Change to 0.15 finaldocutils-0.15@8267grubert2019-07-201-5/+5
* set version 0.15rc1.devgrubert2019-07-201-3/+3
* Fix: sys.version_info on 2.6 is tuple.grubert2019-07-181-1/+1
* Small formatting fix.milde2019-06-251-1/+1
* Apply [ 152 ] reset `default role` at end of document.milde2019-06-242-1/+3
* Escape backslash in string to avoid error with new Py3.milde2019-05-131-1/+1
* Fix #362: String escape missing in LaTeX writer.milde2019-05-091-1/+1
* Apply feature request 63 (support anchors in rfc role).milde2019-04-151-2/+8
* Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.milde2019-04-153-0/+173
* Apply patch #148: Remove handlers for deprecated nodes from LaTeX writer.milde2019-03-122-15/+0
* Stylistic changes to increase conformance to pep8 and flake8dkuhlman2019-02-211-510/+608
* Added Gilles fix -- missing clause for Python 3 mapping custom styles and for...dkuhlman2019-02-121-1/+3
* Converted odf_odt for compatibility with both Python 2 and Python3dkuhlman2019-02-121-36/+45
* Fix spelling errors (patch #149).milde2019-02-121-2/+2
* Apply #356: Add Node.astext() as an abstract super method.milde2019-02-121-1/+5
* Fix bug #358: Non-breaking space removed from fixed-width literal.milde2019-02-121-1/+1
* Fix ticket [ patches/147 ] code duplication.milde2018-11-291-5/+2
* Fix patches/146 Import ContentHandler class correctly.milde2018-11-211-1/+1
* Remove legacy compatibility defs for versions < 2.5.milde2018-11-216-12/+2
* Fix #352 The docstring of Transformer class is wrong.milde2018-11-211-2/+3
* Fix [ 351 ] The docstring of Reader class is wrong.milde2018-11-211-2/+3
* Definition list terms must not use "rawsource" attribute for escaping.milde2018-11-211-4/+3
* Revert the fix for backslash escaping in transforms.milde2018-11-213-53/+48
* smartquotes: Use single backslashes for escaping.milde2018-11-201-10/+11
* Do not unescape text when generating Text nodes.milde2018-11-202-38/+42
* Unescape null-escaped content in nodes.Text.astext().milde2018-11-201-1/+3
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-204-25/+12
* Fix tab-with in `include` directive with `code` option.milde2018-11-202-1/+8
* HTML5 styling: grey out margins left/rigth of the document text area.milde2018-11-201-2/+4
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-091-2/+3
* Change Test.term prefer if over trygrubert2018-07-131-4/+3
* Fix: definition list term classifier starting with a reference crash.grubert2018-07-121-1/+5
* Apply Patch [ 142 ] (source attribute for literal blocks).milde2018-06-051-1/+2
* latex writer: fix fallback definition of \DUroles macro.milde2018-06-051-4/+8
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-051-2/+6
* Tweak CSS styles for HTML5 writer.milde2018-06-052-14/+7
* Fix #340 Call to class method without specifying class instance.milde2018-01-251-1/+1
* Drop empty lines in Text.pformat() and revert [r8194].milde2018-01-191-11/+7
* Fix code_analyzer problem under Python 3.3.milde2018-01-161-1/+6
* Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()milde2018-01-161-4/+16
* Remove flag to re.sub (not required and unsupported in 2.6).milde2018-01-141-1/+1
* Fix #338: re.sub() flag argument at wrong position.milde2018-01-081-1/+1
* Fix error reporting in wrapper for external tex2mathml converters.milde2018-01-041-9/+8
* Add tagname to "illegal element" substitution definition error message.milde2017-12-181-3/+4
* Add "rawsource" to reference text derived from embedded URI or alias.milde2017-11-081-3/+4
* Apply patch by Engelbert Gruber to fix encoding problem under Py3.6 on Windows.milde2017-11-081-1/+1
* Minor documentation update: smartquotes is still experimental.milde2017-11-081-5/+1
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-041-6/+18
* "rawsource" attribute for text of inline elements and definition list terms.milde2017-11-042-12/+31
* Ensure `rawsource` in "unicode" directive.milde2017-11-041-1/+1