summaryrefslogtreecommitdiff
path: root/docutils/transforms/universal.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.milde2022-03-051-1/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-3/+3
* Fix FilterMessages transform [bug:#435].milde2022-02-031-5/+14
* Fix code indentationmilde2022-01-291-11/+14
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
* Remove unused importsmilde2022-01-261-1/+0
* Remove redundant parenthesesmilde2022-01-261-2/+2
* Code modernisation. Use literals.milde2022-01-261-2/+2
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-4/+4
* Drop (most) special-casing for Python 2.x.milde2022-01-031-6/+2
* Remove "coding:" slugmilde2022-01-031-1/+0
* Small documentation updates and fixes.milde2021-12-231-2/+8
* Node.traverse() returns a list again to restore backwards compatibility.milde2021-11-111-8/+8
* 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