| Commit message (Expand) | Author | Age | Files | Lines |
* | moved test_html4css1/test_parts.py to test_html4css1.py; | wiemann | 2005-03-26 | 2 | -14/+0 |
* | forgot to check in test output | wiemann | 2005-03-26 | 1 | -0/+4 |
* | typo | wiemann | 2005-03-26 | 1 | -1/+7 |
* | merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk | wiemann | 2005-03-26 | 37 | -678/+816 |
* | fixed a bug that assumed text follows ".. _" | goodger | 2005-03-26 | 1 | -0/+8 |
* | added auto-enumerated list items | goodger | 2005-03-25 | 1 | -0/+92 |
* | applied file_insertion_enabled setting to "figure" directive (disable "figwid... | goodger | 2005-03-24 | 2 | -0/+5 |
* | ensure we are in the correct directory; | wiemann | 2005-03-23 | 1 | -0/+3 |
* | 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 |
* | Fixed option lists to allow spaces inside ``<angle-bracketed option arguments... | goodger | 2005-02-19 | 1 | -11/+23 |
* | updated | goodger | 2005-02-17 | 2 | -14/+21 |