summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* removed docutils.utils.Reporter.categories, docutils.utils.ConditionSet, and ...reporter-categoriesgoodger2005-04-036-103/+48
* removed nodes.Element.set_class() method;wiemann2005-04-0211-46/+38
* added docstring for Sequential to make it more easily findablewiemann2005-03-311-1/+2
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-5/+8
* made issuing debug-system_messages conditionalwiemann2005-03-281-1/+2
* typowiemann2005-03-271-1/+1
* surround \items in LaTeX with curly brackets;wiemann2005-03-271-2/+2
* remove BOMs from input streamswiemann2005-03-271-1/+2
* simplified creation of attributes;wiemann2005-03-261-8/+5
* updated documentation to "ids" and "names"wiemann2005-03-261-5/+5
* typowiemann2005-03-261-1/+1
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-2616-372/+413
* fixed a bug that assumed text follows ".. _"goodger2005-03-261-2/+2
* added auto-enumerated list itemsgoodger2005-03-251-19/+40
* applied file_insertion_enabled setting to "figure" directive (disable "figwid...goodger2005-03-241-1/+1
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-221-1/+8
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-212-1/+29
* line lengthgoodger2005-03-211-2/+4
* reverted rev. 1.90; may have introduced bugswiemann2005-03-211-4/+12
* I don't think nodes.Text should have a children attribute at all, but if it d...goodger2005-03-211-2/+2
* whitespacegoodger2005-03-211-2/+1
* never discard messageswiemann2005-03-201-12/+4
* removed unneeded global variablewiemann2005-03-201-3/+0
* applied some corrections for Dutch translationswiemann2005-03-182-5/+4
* added Dutch translations; thanks to Martijn Pieterswiemann2005-03-182-0/+167
* made Node.traverse() and Node.next_node() Python 2.1 compatiblewiemann2005-03-151-15/+13
* removed Node.flattened(); added Node.traverse();wiemann2005-03-153-48/+67
* differentiate between paths and URIsgoodger2005-03-154-5/+5
* Added "uri" directive option conversion function. Added docstrings & documen...goodger2005-03-151-2/+42
* removed unnecessary "footnote-references: brackets" defaultwiemann2005-03-141-4/+1
* re-added --no-random option of PEP writer for testingwiemann2005-03-141-3/+10
* removed redundant get_children();wiemann2005-03-1411-26/+21
* removed Node.has_children methodwiemann2005-03-141-9/+1
* removed old implementation of Node.flattened()wiemann2005-03-131-4/+0
* improved documentation of Element.flattenedwiemann2005-03-131-2/+5
* renamed SectionTargets.condition() to possible_relocation_target();wiemann2005-03-131-4/+6
* simplified loop logicgoodger2005-03-131-3/+1
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-133-13/+17
* added more documentation to Node.tree()wiemann2005-03-061-1/+18
* "image" element class changed to subclass of Element, not TextElement (empty ...goodger2005-03-051-1/+1
* fixed bug with chained targets in front of a sectionwiemann2005-03-051-2/+5
* made relocated targets before sections zero-lengthwiemann2005-03-051-3/+1
* changed "cond" to "condition" in next_node callwiemann2005-03-051-1/+2
* Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"...goodger2005-03-054-22/+2
* removed lambda, renamed cond to condition (explicit & self-documenting)goodger2005-03-051-4/+4
* do not add a TOC-backlink if title contains a referencewiemann2005-03-051-4/+7
* added Node.tree() methodwiemann2005-03-051-0/+7
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-053-49/+29
* added Node.has_children() and Node.next_node()wiemann2005-03-051-0/+38
* reverted from 1.75 to 1.74; seemed like a bad ideawiemann2005-03-051-4/+6