| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | beautified --dump-transforms output | wiemann | 2005-06-27 | 1 | -1/+2 |
| * | pass kwargs as single parameter to add_transform; | wiemann | 2005-06-27 | 1 | -12/+8 |
| * | replaced data argument to Transform constructor with **kwargs; | wiemann | 2005-06-27 | 1 | -13/+12 |
| * | merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk... | wiemann | 2005-06-26 | 1 | -7/+17 |
| * | removed "from __future__ import" statements and lambda expressions | goodger | 2005-06-08 | 2 | -4/+3 |
| * | fixed target bug <http://mid.gmane.org/200505291251.j4TCpZP0022378@sheep.berl... | wiemann | 2005-06-05 | 1 | -1/+2 |
| * | added SectSubTitle transform | wiemann | 2005-05-18 | 1 | -47/+135 |
| * | allow topics within sidebars; no topics within body elements | goodger | 2005-04-09 | 1 | -3/+1 |
| * | fixed part of the "contents" directive context problem | goodger | 2005-04-08 | 1 | -1/+2 |
| * | fixed bugs: don't access a node's children attribute directly\! | goodger | 2005-04-07 | 1 | -2/+2 |
| * | added "header" & "footer" directives, tests, docs, support, and some tweaks | goodger | 2005-04-07 | 2 | -18/+12 |
| * | merged reporter-categories branch into trunk: removed docutils.utils.Reporter... | goodger | 2005-04-05 | 1 | -2/+2 |
| * | removed nodes.Element.set_class() method; | wiemann | 2005-04-02 | 2 | -3/+2 |
| * | removed non-deterministic behavior; thanks, David! | wiemann | 2005-03-30 | 1 | -5/+8 |
| * | merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk | wiemann | 2005-03-26 | 5 | -255/+234 |
| * | whitespace | goodger | 2005-03-21 | 1 | -2/+1 |
| * | removed unneeded global variable | wiemann | 2005-03-20 | 1 | -3/+0 |
| * | removed Node.flattened(); added Node.traverse(); | wiemann | 2005-03-15 | 2 | -4/+3 |
| * | removed redundant get_children(); | wiemann | 2005-03-14 | 3 | -6/+6 |
| * | renamed SectionTargets.condition() to possible_relocation_target(); | wiemann | 2005-03-13 | 1 | -4/+6 |
| * | renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ... | goodger | 2005-03-13 | 2 | -11/+10 |
| * | fixed bug with chained targets in front of a section | wiemann | 2005-03-05 | 1 | -2/+5 |
| * | made relocated targets before sections zero-length | wiemann | 2005-03-05 | 1 | -3/+1 |
| * | changed "cond" to "condition" in next_node call | wiemann | 2005-03-05 | 1 | -1/+2 |
| * | do not add a TOC-backlink if title contains a reference | wiemann | 2005-03-05 | 1 | -4/+7 |
| * | relocate internal targets only in front of sections, doctitles and subtitles | wiemann | 2005-03-05 | 1 | -49/+27 |
| * | removed direct references to Element.children attribute outside nodes.py | wiemann | 2005-03-04 | 2 | -5/+5 |
| * | when relocating a target, it now acquires the children of its new parent; | wiemann | 2005-02-27 | 1 | -1/+4 |
| * | Fixed duplicate footnote label bug. | goodger | 2005-02-26 | 1 | -8/+10 |
| * | Fixed mislocated internal targets bug, by relocating targets into the next te... | goodger | 2005-02-25 | 1 | -37/+85 |
| * | Added support for trimming whitespace from beside substitution references. | goodger | 2004-11-02 | 1 | -1/+16 |
| * | moved transition transformation code to universal.FinalCheckVisitor | wiemann | 2004-10-30 | 2 | -86/+68 |
| * | added structural.py for structural transforms, with Transition transform | wiemann | 2004-10-30 | 1 | -0/+85 |
| * | class directive now skips system_messages | wiemann | 2004-10-24 | 1 | -1/+2 |
| * | setting footnote_references to "superscript" or "brackets" now causes | wiemann | 2004-09-30 | 1 | -1/+1 |
| * | fixed bug when multiple "class" directives are applied | goodger | 2004-09-08 | 1 | -1/+8 |
| * | added "suffix" option to "sectnum" directive; require separating punctuation | goodger | 2004-08-24 | 1 | -12/+6 |
| * | The directive now accepts a prefix option, a string that | lele | 2004-08-20 | 1 | -2/+16 |
| * | updated | goodger | 2004-06-16 | 1 | -3/+6 |
| * | Added specific error message for duplicate targets. | goodger | 2004-05-04 | 2 | -10/+17 |
| * | Updated for ToC changes (topic now inserted by directive, so follow suit here... | goodger | 2004-04-23 | 1 | -5/+14 |
| * | simplified code | goodger | 2004-04-02 | 1 | -6/+5 |
| * | restored sectnum disabling code accidentally clobbered by another checkin; ch... | goodger | 2004-04-02 | 1 | -1/+2 |
| * | - allow RCS/CVS $keywords$ to be handled even if there is other text in the | fdrake | 2004-03-30 | 1 | -3/+3 |
| * | Added unknown_reference_resolvers list for each transformer. This list holds | mmgilbe | 2004-03-25 | 3 | -8/+25 |
| * | Verifying that external targets are truly targets and not indirect | mmgilbe | 2004-03-23 | 1 | -1/+2 |
| * | Added hook (via docutils.TransformSpec.unknown_reference_resolvers) | mmgilbe | 2004-03-22 | 1 | -10/+27 |
| * | The "contents" directive does more work up-front, creating the | reggie | 2004-03-22 | 1 | -27/+11 |
| * | added option to disable section numbering | orutherfurd | 2004-03-21 | 1 | -1/+2 |
| * | Added FilterMessages transform (removes system messages below the verbosity t... | goodger | 2004-01-23 | 2 | -1/+25 |