summaryrefslogtreecommitdiff
path: root/transforms
Commit message (Expand)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-233-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
* moved expose_internals logic out of FinalChecks into awiemann2005-07-053-28/+41
* moved transition transform logic from universal.FinalChecks towiemann2005-07-052-81/+80
* improved cloaking mechanismwiemann2005-07-011-2/+2
* do not complain when the user specifies --stylesheet=""wiemann2005-06-301-2/+2
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-23/+17
* Added ``docutils.TransformSpec.reprocess_transforms`` and ``docutils.transfor...goodger2005-06-291-0/+6
* move metadata title into document['title']wiemann2005-06-291-7/+32
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-0/+30
* clarified docstrings; simplified codewiemann2005-06-271-4/+4
* Pythonicized kwargs; further beautified --dump-transformsgoodger2005-06-271-4/+3
* beautified --dump-transforms outputwiemann2005-06-271-1/+2
* pass kwargs as single parameter to add_transform;wiemann2005-06-271-12/+8
* replaced data argument to Transform constructor with **kwargs;wiemann2005-06-271-13/+12
* merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk...wiemann2005-06-261-7/+17
* removed "from __future__ import" statements and lambda expressionsgoodger2005-06-082-4/+3
* fixed target bug <http://mid.gmane.org/200505291251.j4TCpZP0022378@sheep.berl...wiemann2005-06-051-1/+2
* added SectSubTitle transformwiemann2005-05-181-47/+135
* allow topics within sidebars; no topics within body elementsgoodger2005-04-091-3/+1