| Commit message (Expand) | Author | Age | Files | Lines |
| * | simplified test a little; | wiemann | 2005-03-26 | 2 | -8/+4 |
| * | made footnote and citation Targetable; | wiemann | 2005-03-26 | 1 | -0/+36 |
| * | renamed reference['names'] to reference['name'] | wiemann | 2005-03-26 | 8 | -76/+76 |
| * | some fixes; eliminated some code duplication | wiemann | 2005-03-26 | 1 | -1/+70 |
| * | transforms: replaced SectionTargets and ChainedTargets by PropagateTargets, | wiemann | 2005-03-26 | 3 | -53/+69 |
| * | restored Py21 compatibility | wiemann | 2005-03-24 | 1 | -7/+6 |
| * | renamed 'class' attribute to 'classes', making it a list | wiemann | 2005-03-24 | 11 | -80/+80 |
| * | added support for multiple 'names' and 'dupnames'; | wiemann | 2005-03-24 | 25 | -408/+408 |
| * | <branch> merge -r 3094:3101 trunk branches/multiple-ids | wiemann | 2005-03-23 | 1 | -0/+3 |
| * | Checked in current state of refactoring towards support of multiple IDs. | wiemann | 2005-03-23 | 30 | -545/+567 |
| * | set executable bits on test files | wiemann | 2005-03-22 | 16 | -0/+0 |
| * | added csv-table directive support for the file_insertion_enabled setting | goodger | 2005-03-22 | 2 | -2/+16 |
| * | deleted old .cvsignore files | wiemann | 2005-03-22 | 1 | -2/+0 |
| * | updated for SVN | goodger | 2005-03-22 | 1 | -2/+2 |
| * | Added settings: ``file_insertion_enabled`` & ``raw_enabled``. | goodger | 2005-03-21 | 3 | -0/+75 |
| * | removed Node.flattened(); added Node.traverse(); | wiemann | 2005-03-15 | 1 | -28/+42 |
| * | differentiate between paths and URIs | goodger | 2005-03-15 | 4 | -3/+19 |
| * | removed trailing slash from python_home and pep_home; | wiemann | 2005-03-14 | 3 | -11/+11 |
| * | added functional test for PEPs; | wiemann | 2005-03-14 | 3 | -0/+114 |
| * | re-added --no-random option of PEP writer for testing | wiemann | 2005-03-14 | 3 | -0/+4 |
| * | removed redundant get_children(); | wiemann | 2005-03-14 | 1 | -5/+3 |
| * | removed Node.has_children method | wiemann | 2005-03-14 | 1 | -9/+0 |
| * | renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ... | goodger | 2005-03-13 | 1 | -5/+6 |
| * | fixed bug with chained targets in front of a section | wiemann | 2005-03-05 | 1 | -0/+24 |
| * | made relocated targets before sections zero-length | wiemann | 2005-03-05 | 2 | -3/+3 |
| * | Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"... | goodger | 2005-03-05 | 3 | -102/+6 |
| * | removed lambda, renamed cond to condition (explicit & self-documenting) | goodger | 2005-03-05 | 1 | -1/+1 |
| * | do not add a TOC-backlink if title contains a reference | wiemann | 2005-03-05 | 1 | -9/+15 |
| * | Reintroduced the changes from 1.13, plus allowance for py2.1, and no reliance... | goodger | 2005-03-05 | 1 | -9/+13 |
| * | added Node.tree() method | wiemann | 2005-03-05 | 1 | -3/+15 |
| * | reverted accidentally committed file | wiemann | 2005-03-05 | 1 | -4/+4 |
| * | reverted test_nodes.py from 1.14 to 1.13; the nested scopes are | wiemann | 2005-03-05 | 2 | -12/+12 |
| * | removed unnecessary __future__ import; simplified (& sped up!) test_next_node | goodger | 2005-03-05 | 1 | -8/+8 |
| * | relocate internal targets only in front of sections, doctitles and subtitles | wiemann | 2005-03-05 | 4 | -66/+73 |
| * | added Node.has_children() and Node.next_node() | wiemann | 2005-03-05 | 1 | -0/+38 |
| * | added Element.clear() | wiemann | 2005-03-04 | 1 | -5/+8 |
| * | when relocating a target, it now acquires the children of its new parent; | wiemann | 2005-02-27 | 3 | -40/+40 |
| * | use "span" instead of "a" tags for targets, | wiemann | 2005-02-27 | 1 | -4/+4 |
| * | skip tests whose output contains "UnicodeDecodeErro" on Python 2.2 or lower, | wiemann | 2005-02-26 | 2 | -0/+24 |
| * | moved misc_rst_html4css1.html from .../output/ to .../expected/ | wiemann | 2005-02-26 | 1 | -0/+0 |
| * | for testing attributes and metadata | goodger | 2005-02-26 | 3 | -0/+28 |
| * | removed unnecessary import | goodger | 2005-02-26 | 1 | -1/+0 |
| * | Fixed duplicate footnote label bug. | goodger | 2005-02-26 | 2 | -0/+57 |
| * | removed unused lines | goodger | 2005-02-25 | 1 | -15/+0 |
| * | Fixed mislocated internal targets bug, by relocating targets into the next te... | goodger | 2005-02-25 | 3 | -16/+40 |
| * | provide better reporting of decoding errors | goodger | 2005-02-25 | 2 | -0/+2 |
| * | Caught empty CSV table bug | goodger | 2005-02-22 | 1 | -0/+14 |
| * | this file intentionally empty, for testing purposes | goodger | 2005-02-22 | 1 | -0/+0 |
| * | pass on parameters | wiemann | 2005-02-19 | 1 | -1/+1 |
| * | run alltests.py with unbuffered stdout and stderr | wiemann | 2005-02-19 | 1 | -1/+3 |