summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Cleanup: Use True/False for boolean valuesmilde2012-01-192-7/+6
* Do not fail, if the specified langauage is not supported by Docutils,milde2010-09-283-4/+5
* Fix [ 2788716 ] reporting problems in included files.milde2010-04-261-2/+3
* Hack around not existing refname attribute. Test with docs/dev/todo.txt, see....docutils-0.6@6167grubert2009-10-111-1/+4
* Fix [ 1627229 ] hyperlink references in substitutions.milde2009-10-061-0/+5
* Raise priority of StripClasses transform milde2009-09-031-1/+1
* latex2e writer: improved native section numbering and ToCmilde2009-08-061-13/+7
* Better conformance to Docutils specifications with "use_latex_toc".milde2009-06-261-13/+22
* Support "depth" argument of "contents" directive also with "use-latex-toc"milde2009-06-171-4/+17
* fix typomilde2009-05-141-1/+1
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-283-18/+18
* adjusted name and email addresswiemann2007-05-311-1/+1
* moved uniq() to utils.pywiemann2007-03-121-9/+1
* fixed doc-string -- transforms are not reader-specific anymorewiemann2007-03-011-4/+2
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-121-2/+36
* cleaned up build_contents code (not worth a test case or history entry though...wiemann2007-01-221-6/+1
* corrected docstringwiemann2006-08-171-6/+6
* added writer_aux.Admonitions transform;wiemann2006-08-161-2/+40
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-219-36/+18
* support for new python.org and pep2pyramid.pygoodger2006-03-231-3/+3
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-0/+6
* Fixed bug with circular substitution definitions that put Docutils into an in...goodger2005-12-281-3/+35
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-0/+15
* keep "Authors" field name, no matter how many authors listedgoodger2005-12-111-3/+1
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-2/+13
* fixed Subversion Date keyword parsingwiemann2005-11-111-1/+1
* Fixed the DocInfo transform to handle SVN-style expansion of the "Date" keywo...goodger2005-11-111-2/+2
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-19/+25
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-39/+40
* renamed Element.substitute to Element.replace_selfwiemann2005-09-266-15/+15
* added docutils/writers/support/ directory and removed tools/stylesheets/; upd...goodger2005-09-251-30/+0
* changed DanglingReferences priority back to 850wiemann2005-09-221-1/+1
* Merged "transforms" branch into trunk.wiemann2005-09-201-18/+1
* fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...goodger2005-09-151-1/+4
* added writer_aux module containing Compound transform,wiemann2005-09-111-0/+52
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-115-14/+14
* replaced hack with clean handling of unreferenced anonymous targetswiemann2005-08-281-5/+6
* simplified FilterMessages transformwiemann2005-07-071-12/+3
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-9/+12
* 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-053-79/+75