summaryrefslogtreecommitdiff
path: root/test/test_transforms
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+40
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-0/+22
* Support embedded aliases within hyperlink references.milde2013-02-181-0/+36
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-1/+35
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-2/+14
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-6/+77
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-181-2/+81
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-0/+51
* Unit test of the strip_elements_with_classes config setting.milde2012-08-161-0/+61
* Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...gbrandl2010-07-031-0/+1
* adjusted name and email addresswiemann2007-05-313-3/+3
* added writer_aux.Admonitions transform;wiemann2006-08-161-0/+33
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-2/+8
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2117-68/+34
* Fixed bug with circular substitution definitions that put Docutils into an in...goodger2005-12-281-0/+84
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-0/+49
* keep "Authors" field name, no matter how many authors listedgoodger2005-12-111-4/+6
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-0/+84
* corrected order of importsgoodger2005-12-034-3/+4
* fixed Subversion Date keyword parsingwiemann2005-11-111-0/+3
* simplified testwiemann2005-11-111-16/+6
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-0/+30
* disallow anonymous hyperlink references and auto-numbered footnoteswiemann2005-10-111-4/+7
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-45/+43
* disallow targets inside substitution definitionswiemann2005-10-111-0/+24
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-028-80/+80
* Added support for "class" directive content.goodger2005-09-291-0/+24
* Added support for specifying runtime settings at the suite levelgoodger2005-09-151-5/+6
* added writer_aux module containing Compound transform,wiemann2005-09-111-0/+57
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-112-4/+4
* fixed image target test in test_transforms/test_hyperlinks.pywiemann2005-08-241-3/+3
* restored a bug (removed in r3807) which lingers; added a commented-out test c...goodger2005-08-151-0/+45
* removed bug with indirect substitutions; seems to be fixedwiemann2005-08-141-0/+25
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-052-81/+48
* moved expose_internals logic out of FinalChecks into awiemann2005-07-052-1/+42
* moved transition transform logic from universal.FinalChecks towiemann2005-07-052-282/+308
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-0/+18
* move metadata title into document['title']wiemann2005-06-291-9/+11
* added assert to make sure the kwargs get passed to apply()wiemann2005-06-271-1/+1
* moved & renamed to remove overlap between file & directory/packagegoodger2005-06-271-0/+42
* fixed false assumption about pathgoodger2005-06-171-1/+1
* added "local" class to local TOCswiemann2005-06-061-3/+3
* renamed command-line options for SectSubTitle transform (plural reads better)...goodger2005-05-191-2/+2
* added SectSubTitle transformwiemann2005-05-181-2/+35
* allow topics within sidebars; no topics within body elementsgoodger2005-04-091-0/+51
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-2/+2
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-2611-342/+459
* set executable bits on test fileswiemann2005-03-223-0/+0
* fixed bug with chained targets in front of a sectionwiemann2005-03-051-0/+24