summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-6/+6
* Skip system_messages when propagating targets. Fixes bug #425.milde2021-09-201-34/+37
* LaTeX writer: revise Docutils-generated table of contentsmilde2021-09-111-2/+2
* Small documentation fixes and additions.milde2021-07-121-8/+9
* Do not use deprecated "rawsource" argument when creating node.Text instances.milde2021-06-302-4/+2
* Insert "meta" nodes at begin of document.milde2021-06-171-1/+1
* Make "meta" a standard node.milde2021-06-171-6/+11
* ``nodes.Node.traverse()`` now returns an iterator instead of a list.milde2021-05-181-2/+2
* Small documentation update.milde2021-05-181-3/+8
* smartquotes: update comment.milde2021-05-021-0/+1
* Provide fallbacks for parser config settings.milde2021-04-073-9/+8
* Make "meta" elements available for "latex" and "odt".milde2021-01-081-4/+7
* Limit length of input lines and substitution expansion.milde2020-09-141-2/+10
* Flat is better than nested.milde2020-09-081-60/+60
* fix typogrubert2020-08-241-1/+1
* Fix #395.milde2020-07-141-3/+6
* More descriptive auto-IDsmilde2019-10-111-1/+2
* Future warning for Node.traverse().milde2019-09-181-4/+4
* Speed up Node.next_node() ...milde2019-09-111-2/+2
* Do not rely on `nodes.Node.traverse()` returning a "list" instance.milde2019-09-062-21/+25
* Minor cleanup: consistent return value, comments, docstring update.milde2019-09-061-22/+22
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-272-2/+2
* Consistent Python 3 checks.milde2019-08-262-2/+2
* Cleanup/simplify code following recent changes.milde2019-08-261-2/+2
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Replace 'sys.maxint' with 'sys.maxsize'milde2019-08-261-2/+2
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-262-0/+11
* py3: Switch to print functionsmilde2019-08-261-2/+1
* py3: Use new style classesmilde2019-08-261-1/+1
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-10/+11
* Remove spurious whitespace.milde2019-07-231-1/+1
* Apply patch #148: Remove handlers for deprecated nodes from LaTeX writer.milde2019-03-121-1/+0
* Fix #352 The docstring of Transformer class is wrong.milde2018-11-211-2/+3
* Revert the fix for backslash escaping in transforms.milde2018-11-211-11/+10
* smartquotes: Use single backslashes for escaping.milde2018-11-201-10/+11
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-8/+6
* 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-041-1/+1
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-201-4/+2
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-061-4/+4
* smartquotes transform: Keep "rawsource" when "educating" quotes.milde2017-07-261-1/+3
* Fix [ 320 ] Russian docinfo fields not recognized.milde2017-06-181-3/+5
* SmartQuotes transform: the "literal" nodes must be stored as tupel.milde2017-05-301-3/+3
* smart quotes: improve configurability of the transform, add more locales.milde2017-05-301-7/+17
* Fix the "warn only once" mechanism of the smartquotes transform.milde2017-05-271-1/+1
* Add "smartquotes-locales" setting.milde2017-05-081-0/+3
* unroll problematic refs to their origin in document when reporting errorsmilde2017-05-041-2/+7
* Minor documentation fixes.milde2017-05-041-2/+2
* Do not add a second ID to problematic references.milde2017-04-061-1/+4