| Commit message (Expand) | Author | Age | Files | Lines |
| * | removed docutils.utils.Reporter.categories, docutils.utils.ConditionSet, and ...reporter-categories | goodger | 2005-04-03 | 6 | -103/+48 |
| * | removed nodes.Element.set_class() method; | wiemann | 2005-04-02 | 11 | -46/+38 |
| * | added docstring for Sequential to make it more easily findable | wiemann | 2005-03-31 | 1 | -1/+2 |
| * | removed non-deterministic behavior; thanks, David! | wiemann | 2005-03-30 | 1 | -5/+8 |
| * | made issuing debug-system_messages conditional | wiemann | 2005-03-28 | 1 | -1/+2 |
| * | typo | wiemann | 2005-03-27 | 1 | -1/+1 |
| * | surround \items in LaTeX with curly brackets; | wiemann | 2005-03-27 | 1 | -2/+2 |
| * | remove BOMs from input streams | wiemann | 2005-03-27 | 1 | -1/+2 |
| * | simplified creation of attributes; | wiemann | 2005-03-26 | 1 | -8/+5 |
| * | updated documentation to "ids" and "names" | wiemann | 2005-03-26 | 1 | -5/+5 |
| * | typo | wiemann | 2005-03-26 | 1 | -1/+1 |
| * | merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk | wiemann | 2005-03-26 | 16 | -372/+413 |
| * | fixed a bug that assumed text follows ".. _" | goodger | 2005-03-26 | 1 | -2/+2 |
| * | added auto-enumerated list items | goodger | 2005-03-25 | 1 | -19/+40 |
| * | applied file_insertion_enabled setting to "figure" directive (disable "figwid... | goodger | 2005-03-24 | 1 | -1/+1 |
| * | added csv-table directive support for the file_insertion_enabled setting | goodger | 2005-03-22 | 1 | -1/+8 |
| * | Added settings: ``file_insertion_enabled`` & ``raw_enabled``. | goodger | 2005-03-21 | 2 | -1/+29 |
| * | line length | goodger | 2005-03-21 | 1 | -2/+4 |
| * | reverted rev. 1.90; may have introduced bugs | wiemann | 2005-03-21 | 1 | -4/+12 |
| * | I don't think nodes.Text should have a children attribute at all, but if it d... | goodger | 2005-03-21 | 1 | -2/+2 |
| * | whitespace | goodger | 2005-03-21 | 1 | -2/+1 |
| * | never discard messages | wiemann | 2005-03-20 | 1 | -12/+4 |
| * | removed unneeded global variable | wiemann | 2005-03-20 | 1 | -3/+0 |
| * | applied some corrections for Dutch translations | wiemann | 2005-03-18 | 2 | -5/+4 |
| * | added Dutch translations; thanks to Martijn Pieters | wiemann | 2005-03-18 | 2 | -0/+167 |
| * | made Node.traverse() and Node.next_node() Python 2.1 compatible | wiemann | 2005-03-15 | 1 | -15/+13 |
| * | removed Node.flattened(); added Node.traverse(); | wiemann | 2005-03-15 | 3 | -48/+67 |
| * | differentiate between paths and URIs | goodger | 2005-03-15 | 4 | -5/+5 |
| * | Added "uri" directive option conversion function. Added docstrings & documen... | goodger | 2005-03-15 | 1 | -2/+42 |
| * | removed unnecessary "footnote-references: brackets" default | wiemann | 2005-03-14 | 1 | -4/+1 |
| * | re-added --no-random option of PEP writer for testing | wiemann | 2005-03-14 | 1 | -3/+10 |
| * | removed redundant get_children(); | wiemann | 2005-03-14 | 11 | -26/+21 |
| * | removed Node.has_children method | wiemann | 2005-03-14 | 1 | -9/+1 |
| * | removed old implementation of Node.flattened() | wiemann | 2005-03-13 | 1 | -4/+0 |
| * | improved documentation of Element.flattened | wiemann | 2005-03-13 | 1 | -2/+5 |
| * | renamed SectionTargets.condition() to possible_relocation_target(); | wiemann | 2005-03-13 | 1 | -4/+6 |
| * | simplified loop logic | goodger | 2005-03-13 | 1 | -3/+1 |
| * | renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ... | goodger | 2005-03-13 | 3 | -13/+17 |
| * | added more documentation to Node.tree() | wiemann | 2005-03-06 | 1 | -1/+18 |
| * | "image" element class changed to subclass of Element, not TextElement (empty ... | goodger | 2005-03-05 | 1 | -1/+1 |
| * | 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 |
| * | Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"... | goodger | 2005-03-05 | 4 | -22/+2 |
| * | removed lambda, renamed cond to condition (explicit & self-documenting) | goodger | 2005-03-05 | 1 | -4/+4 |
| * | do not add a TOC-backlink if title contains a reference | wiemann | 2005-03-05 | 1 | -4/+7 |
| * | added Node.tree() method | wiemann | 2005-03-05 | 1 | -0/+7 |
| * | relocate internal targets only in front of sections, doctitles and subtitles | wiemann | 2005-03-05 | 3 | -49/+29 |
| * | added Node.has_children() and Node.next_node() | wiemann | 2005-03-05 | 1 | -0/+38 |
| * | reverted from 1.75 to 1.74; seemed like a bad idea | wiemann | 2005-03-05 | 1 | -4/+6 |