| Commit message (Expand) | Author | Age | Files | Lines |
| * | resolve indirect qualified targets | wiemann | 2007-08-22 | 2 | -165/+229 |
| * | made namespace qualifiers case-insensitive, and accept backslashes, too; | wiemann | 2007-08-20 | 1 | -2/+2 |
| * | added qualified references syntax; | wiemann | 2007-08-20 | 2 | -1/+158 |
| * | added misc.CheckDoctreeValidity transform to catch invalid doctrees caused by... | wiemann | 2007-08-20 | 1 | -0/+91 |
| * | adjusted name and email address | wiemann | 2007-05-31 | 3 | -3/+3 |
| * | added writer_aux.Admonitions transform; | wiemann | 2006-08-16 | 1 | -0/+33 |
| * | merged directives branch to trunk (r4375:4666); | wiemann | 2006-07-12 | 1 | -2/+8 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 17 | -68/+34 |
| * | Fixed bug with circular substitution definitions that put Docutils into an in... | goodger | 2005-12-28 | 1 | -0/+84 |
| * | Added the universal.StripComments transform, the "strip_comments" setting, an... | goodger | 2005-12-12 | 1 | -0/+49 |
| * | keep "Authors" field name, no matter how many authors listed | goodger | 2005-12-11 | 1 | -4/+6 |
| * | merged branches/s5 changes r4011:4155 into trunk/docutils | goodger | 2005-12-08 | 1 | -0/+84 |
| * | corrected order of imports | goodger | 2005-12-03 | 4 | -3/+4 |
| * | fixed Subversion Date keyword parsing | wiemann | 2005-11-11 | 1 | -0/+3 |
| * | simplified test | wiemann | 2005-11-11 | 1 | -16/+6 |
| * | removed more internal state (`document.anonymous_refs` and | wiemann | 2005-10-11 | 1 | -0/+30 |
| * | disallow anonymous hyperlink references and auto-numbered footnotes | wiemann | 2005-10-11 | 1 | -4/+7 |
| * | added Node.deepcopy(); fixed bug with doubly-indirect substitutions | wiemann | 2005-10-11 | 1 | -45/+43 |
| * | disallow targets inside substitution definitions | wiemann | 2005-10-11 | 1 | -0/+24 |
| * | Added ``serial_escape`` function; escapes string values that are elements of ... | goodger | 2005-10-02 | 8 | -80/+80 |
| * | Added support for "class" directive content. | goodger | 2005-09-29 | 1 | -0/+24 |
| * | Added support for specifying runtime settings at the suite level | goodger | 2005-09-15 | 1 | -5/+6 |
| * | added writer_aux module containing Compound transform, | wiemann | 2005-09-11 | 1 | -0/+57 |
| * | replaced node.parent.replace(node, new) constructs with node.substitute(new) | wiemann | 2005-09-11 | 2 | -4/+4 |
| * | fixed image target test in test_transforms/test_hyperlinks.py | wiemann | 2005-08-24 | 1 | -3/+3 |
| * | restored a bug (removed in r3807) which lingers; added a commented-out test c... | goodger | 2005-08-15 | 1 | -0/+45 |
| * | removed bug with indirect substitutions; seems to be fixed | wiemann | 2005-08-14 | 1 | -0/+25 |
| * | renamed universal.FinalChecks to references.DanglingReferences; | wiemann | 2005-07-05 | 2 | -81/+48 |
| * | moved expose_internals logic out of FinalChecks into a | wiemann | 2005-07-05 | 2 | -1/+42 |
| * | moved transition transform logic from universal.FinalChecks to | wiemann | 2005-07-05 | 2 | -282/+308 |
| * | removed document.internal_targets and document.external_targets; | wiemann | 2005-06-29 | 1 | -0/+18 |
| * | move metadata title into document['title'] | wiemann | 2005-06-29 | 1 | -9/+11 |
| * | added assert to make sure the kwargs get passed to apply() | wiemann | 2005-06-27 | 1 | -1/+1 |
| * | moved & renamed to remove overlap between file & directory/package | goodger | 2005-06-27 | 1 | -0/+42 |
| * | fixed false assumption about path | goodger | 2005-06-17 | 1 | -1/+1 |
| * | added "local" class to local TOCs | wiemann | 2005-06-06 | 1 | -3/+3 |
| * | renamed command-line options for SectSubTitle transform (plural reads better)... | goodger | 2005-05-19 | 1 | -2/+2 |
| * | added SectSubTitle transform | wiemann | 2005-05-18 | 1 | -2/+35 |
| * | allow topics within sidebars; no topics within body elements | goodger | 2005-04-09 | 1 | -0/+51 |
| * | removed non-deterministic behavior; thanks, David! | wiemann | 2005-03-30 | 1 | -2/+2 |
| * | merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk | wiemann | 2005-03-26 | 11 | -342/+459 |
| * | set executable bits on test files | wiemann | 2005-03-22 | 3 | -0/+0 |
| * | fixed bug with chained targets in front of a section | wiemann | 2005-03-05 | 1 | -0/+24 |
| * | made relocated targets before sections zero-length | wiemann | 2005-03-05 | 1 | -1/+1 |
| * | do not add a TOC-backlink if title contains a reference | wiemann | 2005-03-05 | 1 | -9/+15 |
| * | reverted accidentally committed file | wiemann | 2005-03-05 | 1 | -4/+4 |
| * | reverted test_nodes.py from 1.14 to 1.13; the nested scopes are | wiemann | 2005-03-05 | 1 | -4/+4 |
| * | relocate internal targets only in front of sections, doctitles and subtitles | wiemann | 2005-03-05 | 1 | -47/+50 |
| * | when relocating a target, it now acquires the children of its new parent; | wiemann | 2005-02-27 | 1 | -34/+34 |
| * | removed unnecessary import | goodger | 2005-02-26 | 1 | -1/+0 |