| Commit message (Expand) | Author | Age | Files | Lines |
| * | use setuptools/pkg_resources to get readers, parsers, writers, roles, directi... | wiemann | 2007-03-02 | 2 | -14/+2 |
| * | removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway) | wiemann | 2006-11-13 | 2 | -4/+1 |
| * | correct faulty setting definitions & add test; 0.4 backport candidate | goodger | 2006-11-12 | 1 | -2/+1 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 7 | -28/+14 |
| * | moved headers to comments | goodger | 2006-03-30 | 1 | -9/+5 |
| * | fixed markup bugs in docstrings; now works with Endo | goodger | 2006-01-05 | 1 | -2/+4 |
| * | Added the universal.StripComments transform, the "strip_comments" setting, an... | goodger | 2005-12-12 | 1 | -1/+1 |
| * | typos5@4010 | goodger | 2005-11-08 | 1 | -2/+2 |
| * | Merged "transforms" branch into trunk. | wiemann | 2005-09-20 | 4 | -28/+47 |
| * | moved document refurbishing logic to doctree reader; | wiemann | 2005-07-08 | 1 | -1/+10 |
| * | separated default (universal) transforms into two stages so that no | wiemann | 2005-07-07 | 1 | -6/+0 |
| * | renamed universal.FinalChecks to references.DanglingReferences; | wiemann | 2005-07-05 | 2 | -2/+6 |
| * | moved transition transform logic from universal.FinalChecks to | wiemann | 2005-07-05 | 1 | -2/+4 |
| * | Fixed bug introduced in doctree reader, added pickle test back in. | blais | 2005-06-30 | 1 | -1/+1 |
| * | renamed "dummy" reader to "doctree" | goodger | 2005-06-29 | 1 | -0/+0 |
| * | reworked to conform to existing API; renaming "dummy" reader to "doctree" | goodger | 2005-06-29 | 1 | -13/+29 |
| * | Fixed non-working dummy reader to make publish_from_doctree work again. | blais | 2005-06-29 | 1 | -7/+7 |
| * | moved Dummy reader and parser to readers/dummy.py and parsers/dummy.py, resp.; | wiemann | 2005-06-27 | 2 | -1/+30 |
| * | added "document = None" again; it serves documentation purposes | wiemann | 2005-06-27 | 1 | -0/+3 |
| * | removed unnecessary imports | wiemann | 2005-06-26 | 1 | -2/+0 |
| * | removed unused "document" class variable of standalone and dummy reader | wiemann | 2005-06-26 | 1 | -3/+0 |
| * | renamed command-line options for SectSubTitle transform (plural reads better)... | goodger | 2005-05-19 | 1 | -4/+4 |
| * | added SectSubTitle transform | wiemann | 2005-05-18 | 1 | -1/+12 |
| * | merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk | wiemann | 2005-03-26 | 2 | -4/+2 |
| * | removed redundant get_children(); | wiemann | 2005-03-14 | 1 | -1/+1 |
| * | relocate internal targets only in front of sections, doctitles and subtitles | wiemann | 2005-03-05 | 2 | -0/+2 |
| * | typo | wiemann | 2004-07-27 | 1 | -2/+2 |
| * | Allow the test suite to survive unimportable test modules. | cben | 2004-07-25 | 2 | -1/+4 |
| * | added pep_base_url & rfc_base_url settings & support | goodger | 2004-06-16 | 1 | -10/+1 |
| * | corrected frontend script description | goodger | 2004-05-08 | 1 | -3/+6 |
| * | Python 2.1 compatibility fix | wiemann | 2004-05-07 | 1 | -3/+7 |
| * | moved locale imports into try blocks, for Jython compatibility | orutherfurd | 2004-03-28 | 1 | -1/+1 |
| * | Reader parses docstrings (according to __docformat__) and produces full | ianbicking | 2004-03-23 | 3 | -54/+178 |
| * | * Bug fixes to python reader | ianbicking | 2004-03-23 | 3 | -240/+190 |
| * | Added the pynodes file I missed yesterday. | ianbicking | 2004-03-22 | 1 | -0/+80 |
| * | Incomplete changes to the moduleparser python source reader | ianbicking | 2004-03-21 | 1 | -0/+8 |
| * | removed unused import | goodger | 2004-02-25 | 1 | -1/+0 |
| * | updated for setting validators | goodger | 2003-09-01 | 1 | -3/+5 |
| * | Updated for configuration file reorganization. | goodger | 2003-08-27 | 4 | -1/+10 |
| * | updated | goodger | 2003-06-03 | 1 | -5/+1 |
| * | revised new --no-doc-title & --no-doc-info options | goodger | 2003-05-29 | 1 | -13/+11 |
| * | Option --no-doc-info and --no-doc-title to standalone reader. | grubert | 2003-05-27 | 1 | -0/+15 |
| * | docstring | goodger | 2003-01-04 | 1 | -0/+4 |
| * | redundant; CVSROOT/cvsignore is global | goodger | 2003-01-01 | 1 | -1/+0 |
| * | refactored a bit | goodger | 2002-12-29 | 1 | -42/+39 |
| * | fixed RHS parse bug, found by Richard Jones | goodger | 2002-12-19 | 1 | -1/+2 |
| * | Added classes & methods. | goodger | 2002-12-19 | 1 | -187/+277 |
| * | More progress; functions done. | goodger | 2002-12-18 | 1 | -40/+157 |
| * | making good progress | goodger | 2002-12-14 | 1 | -94/+199 |
| * | Updated. Dead-end with AssignmentVisitor reconstructing expressions. TokenR... | goodger | 2002-12-12 | 1 | -12/+238 |