| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_... | goodger | 2007-02-12 | 1 | -2/+36 |
| * | cleaned up build_contents code (not worth a test case or history entry though... | wiemann | 2007-01-22 | 1 | -6/+1 |
| * | corrected docstring | wiemann | 2006-08-17 | 1 | -6/+6 |
| * | added writer_aux.Admonitions transform; | wiemann | 2006-08-16 | 1 | -2/+40 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 9 | -36/+18 |
| * | support for new python.org and pep2pyramid.py | goodger | 2006-03-23 | 1 | -3/+3 |
| * | fixed markup bugs in docstrings; now works with Endo | goodger | 2006-01-05 | 1 | -0/+6 |
| * | Fixed bug with circular substitution definitions that put Docutils into an in... | goodger | 2005-12-28 | 1 | -3/+35 |
| * | Added the universal.StripComments transform, the "strip_comments" setting, an... | goodger | 2005-12-12 | 1 | -0/+15 |
| * | keep "Authors" field name, no matter how many authors listed | goodger | 2005-12-11 | 1 | -3/+1 |
| * | merged branches/s5 changes r4011:4155 into trunk/docutils | goodger | 2005-12-08 | 1 | -2/+13 |
| * | fixed Subversion Date keyword parsing | wiemann | 2005-11-11 | 1 | -1/+1 |
| * | Fixed the DocInfo transform to handle SVN-style expansion of the "Date" keywo... | goodger | 2005-11-11 | 1 | -2/+2 |
| * | removed more internal state (`document.anonymous_refs` and | wiemann | 2005-10-11 | 1 | -19/+25 |
| * | added Node.deepcopy(); fixed bug with doubly-indirect substitutions | wiemann | 2005-10-11 | 1 | -39/+40 |
| * | renamed Element.substitute to Element.replace_self | wiemann | 2005-09-26 | 6 | -15/+15 |
| * | added docutils/writers/support/ directory and removed tools/stylesheets/; upd... | goodger | 2005-09-25 | 1 | -30/+0 |
| * | changed DanglingReferences priority back to 850 | wiemann | 2005-09-22 | 1 | -1/+1 |
| * | Merged "transforms" branch into trunk. | wiemann | 2005-09-20 | 1 | -18/+1 |
| * | fixed bug with expose_internals setting and Text nodes (exposed by the "rawso... | goodger | 2005-09-15 | 1 | -1/+4 |
| * | added writer_aux module containing Compound transform, | wiemann | 2005-09-11 | 1 | -0/+52 |
| * | replaced node.parent.replace(node, new) constructs with node.substitute(new) | wiemann | 2005-09-11 | 5 | -14/+14 |
| * | replaced hack with clean handling of unreferenced anonymous targets | wiemann | 2005-08-28 | 1 | -5/+6 |
| * | simplified FilterMessages transform | wiemann | 2005-07-07 | 1 | -12/+3 |
| * | separated default (universal) transforms into two stages so that no | wiemann | 2005-07-07 | 1 | -9/+12 |
| * | sorted transform declarations by priority | wiemann | 2005-07-06 | 1 | -17/+17 |
| * | fixed TestMessages priority to conform to docs | wiemann | 2005-07-06 | 1 | -1/+3 |
| * | renamed universal.FinalChecks to references.DanglingReferences; | wiemann | 2005-07-05 | 3 | -79/+75 |
| * | moved expose_internals logic out of FinalChecks into a | wiemann | 2005-07-05 | 3 | -28/+41 |
| * | moved transition transform logic from universal.FinalChecks to | wiemann | 2005-07-05 | 2 | -81/+80 |
| * | improved cloaking mechanism | wiemann | 2005-07-01 | 1 | -2/+2 |
| * | do not complain when the user specifies --stylesheet="" | wiemann | 2005-06-30 | 1 | -2/+2 |
| * | removed document.internal_targets and document.external_targets; | wiemann | 2005-06-29 | 1 | -23/+17 |
| * | Added ``docutils.TransformSpec.reprocess_transforms`` and ``docutils.transfor... | goodger | 2005-06-29 | 1 | -0/+6 |
| * | move metadata title into document['title'] | wiemann | 2005-06-29 | 1 | -7/+32 |
| * | Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty... | goodger | 2005-06-28 | 1 | -0/+30 |
| * | clarified docstrings; simplified code | wiemann | 2005-06-27 | 1 | -4/+4 |
| * | Pythonicized kwargs; further beautified --dump-transforms | goodger | 2005-06-27 | 1 | -4/+3 |
| * | 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 |