summaryrefslogtreecommitdiff
path: root/docutils/transforms/universal.py
Commit message (Expand)AuthorAgeFilesLines
* Do not use deprecated "rawsource" argument when creating node.Text instances.milde2021-06-301-2/+1
* Small documentation update.milde2021-05-181-3/+8
* smartquotes: update comment.milde2021-05-021-0/+1
* Provide fallbacks for parser config settings.milde2021-04-071-1/+2
* Future warning for Node.traverse().milde2019-09-181-4/+4
* Do not rely on `nodes.Node.traverse()` returning a "list" instance.milde2019-09-061-20/+24
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+5
* py3: Switch to print functionsmilde2019-08-261-2/+1
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-10/+11
* Remove spurious whitespace.milde2019-07-231-1/+1
* Revert the fix for backslash escaping in transforms.milde2018-11-211-11/+10
* smartquotes: Use single backslashes for escaping.milde2018-11-201-10/+11
* smartquotes transform: Keep "rawsource" when "educating" quotes.milde2017-07-261-1/+3
* 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
* Minor documentation fixes.milde2017-05-041-2/+2
* Update smartquotes: milde2017-03-311-1/+1
* Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).milde2016-07-281-0/+4
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-1/+1
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-19/+59
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-181-12/+35
* More cases where we do not want to "educate" quotes.milde2012-10-181-1/+5
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-1/+23
* Raise priority of StripClasses transform milde2009-09-031-1/+1
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-121-2/+36
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-0/+15
* fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...goodger2005-09-151-1/+4
* simplified FilterMessages transformwiemann2005-07-071-12/+3
* sorted transform declarations by prioritywiemann2005-07-061-17/+17
* fixed TestMessages priority to conform to docswiemann2005-07-061-1/+3
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-051-76/+0
* moved expose_internals logic out of FinalChecks into awiemann2005-07-051-7/+18
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-81/+5
* improved cloaking mechanismwiemann2005-07-011-2/+2
* fixed bugs: don't access a node's children attribute directly\!goodger2005-04-071-2/+2
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-071-16/+11
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-2/+2
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-2/+17
* moved transition transformation code to universal.FinalCheckVisitorwiemann2004-10-301-1/+68
* Added specific error message for duplicate targets.goodger2004-05-041-3/+8
* simplified codegoodger2004-04-021-6/+5
* Added unknown_reference_resolvers list for each transformer. This list holdsmmgilbe2004-03-251-7/+2
* Added hook (via docutils.TransformSpec.unknown_reference_resolvers)mmgilbe2004-03-221-10/+27
* Added FilterMessages transform (removes system messages below the verbosity t...goodger2004-01-231-0/+23