| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Verifying that external targets are truly targets and not indirect | mmgilbe | 2004-03-23 | 1 | -0/+1 |
| * | Incomplete changes to the moduleparser python source reader | ianbicking | 2004-03-21 | 1 | -15/+11 |
| * | added 'info' to | orutherfurd | 2004-03-21 | 1 | -1/+1 |
| * | Add ``info`` class to parallel ``docinfo`` for sections | aahz | 2004-03-21 | 1 | -0/+1 |
| * | updated | goodger | 2004-01-04 | 1 | -1/+1 |
| * | Improve diagnostic output by putting the name of the offending writer | david_abrahams | 2004-01-01 | 1 | -4/+4 |
| * | updated | goodger | 2003-09-26 | 1 | -4/+5 |
| * | - Added some documentation about text-containing vs. compound elements. | cben | 2003-09-17 | 1 | -1/+4 |
| * | Python 2.1 compatibility | goodger | 2003-09-14 | 1 | -1/+1 |
| * | Changed dynamic method definitions (via ``exec``) to dynamic assignments (via... | goodger | 2003-07-04 | 1 | -12/+19 |
| * | updated | goodger | 2003-06-03 | 1 | -2/+2 |
| * | Added element classes: ``rubric``, ``attribution``, ``admonition``, ``supersc... | goodger | 2003-05-24 | 1 | -9/+16 |
| * | unicode handling fix; bug report and partial fix from William Dode | goodger | 2003-04-28 | 1 | -10/+13 |
| * | clarification | goodger | 2003-04-18 | 1 | -1/+3 |
| * | Node.__nonzero__ clarification | goodger | 2003-04-14 | 1 | -1/+9 |
| * | Use isinstance() consistently. | fdrake | 2003-03-31 | 1 | -2/+2 |
| * | substitutions made case-sensitive but forgiving (case-insensitive fallback) | goodger | 2003-03-27 | 1 | -6/+8 |
| * | beginnings of substitution case-sensitizing | goodger | 2003-03-27 | 1 | -0/+12 |
| * | sidebar improvements | goodger | 2003-02-20 | 1 | -15/+18 |
| * | Added sidebar directive. | pobrien | 2003-02-20 | 1 | -2/+16 |
| * | Removed the ``interpeted`` element class and added ``title_reference``, ``abb... | goodger | 2003-01-10 | 1 | -4/+7 |
| * | Fixed XML DOM bug (SF #660611) and slice subtleties. | goodger | 2003-01-03 | 1 | -20/+11 |
| * | Removed ``document.note_state_machine_change`` & revised ``.note_source``; u... | goodger | 2002-11-08 | 1 | -4/+5 |
| * | Completed transform reform. Reworked ``pending`` elements. | goodger | 2002-10-24 | 1 | -29/+18 |
| * | Refactored names (options -> settings; .transform() -> .apply(); etc.); updated. | goodger | 2002-10-18 | 1 | -4/+4 |
| * | Beginnings of transform overhaul. | goodger | 2002-10-17 | 1 | -0/+3 |
| * | Changed "system_message" output to GNU-Tools format. Updated for improved di... | goodger | 2002-10-08 | 1 | -21/+15 |
| * | Added a "rawsource" attribute to the ``Text`` class, for pre-backslash-escape... | goodger | 2002-10-03 | 1 | -2/+8 |
| * | - Added support for improved diagnostics: | goodger | 2002-09-24 | 1 | -17/+54 |
| * | Removed "field_argument" element & support; "field_name" may contain multiple... | goodger | 2002-09-11 | 1 | -2/+1 |
| * | - Added support for the observer pattern from ``utils.Reporter``. | goodger | 2002-09-05 | 1 | -12/+19 |
| * | Added "line" attribute to ``system_message`` elements. | goodger | 2002-09-04 | 1 | -2/+7 |
| * | whitespace | goodger | 2002-08-28 | 1 | -1/+1 |
| * | Added new abstract superclass ``FixedTextElement``; adds "xml:space" attribut... | goodger | 2002-08-21 | 1 | -8/+18 |
| * | Added ``line_block`` element class. | goodger | 2002-08-16 | 1 | -2/+3 |
| * | - Added support for lists of nodes to ``Element.insert()``. | goodger | 2002-08-14 | 1 | -4/+7 |
| * | Added "generated" element. Improved "pending" docstrings. | goodger | 2002-08-13 | 1 | -6/+15 |
| * | docstrings | goodger | 2002-08-10 | 1 | -4/+38 |
| * | - Added "Invisible" element category class. | goodger | 2002-08-07 | 1 | -10/+16 |
| * | Added ``Element.set_class()`` method (sets "class" attribute). | goodger | 2002-07-23 | 1 | -0/+5 |
| * | - Fixed DOM generation for list-attributes. | goodger | 2002-07-18 | 1 | -3/+8 |
| * | Added ``document.has_name()`` method. | goodger | 2002-07-13 | 1 | -0/+3 |
| * | Added NodeFound exception, for use in Visitors. | goodger | 2002-07-06 | 1 | -0/+11 |
| * | - Added support for input and output encodings and for internal Unicode support. | goodger | 2002-06-28 | 1 | -5/+6 |
| * | - Reworked the name/id bookkeeping; to ``document``, removed | goodger | 2002-06-27 | 1 | -64/+63 |
| * | - Added ``decoration``, ``header``, and ``footer`` node classes, and | goodger | 2002-06-01 | 1 | -16/+23 |
| * | - Moved ``utils.id()`` to ``nodes.make_id()`` to avoid circular | goodger | 2002-05-30 | 1 | -9/+55 |
| * | - Improved docstrings. | goodger | 2002-05-22 | 1 | -12/+40 |
| * | - Improved ``TreeCopyVisitor`` class. | goodger | 2002-05-07 | 1 | -11/+14 |
| * | - Renamed ``TreePruningException`` from ``VisitorException``. | goodger | 2002-05-06 | 1 | -15/+67 |