summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update smartquotes: milde2017-03-311-1/+1
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-101-1/+1
* Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).milde2016-07-281-0/+4
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-291-1/+3
* Make the insertion of "admonition" class in the HTML writermilde2015-02-271-3/+2
* Use the "admonition" class argument for all admonitions milde2015-02-271-2/+3
* change svn pep url to mercurialgrubert2014-10-081-2/+2
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-4/+6
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-9/+25
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-1/+1