| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused imports. | milde | 2022-03-05 | 1 | -1/+1 |
| * | Ensure 2 blank lines around top-level functions and classes. | milde | 2022-03-04 | 1 | -0/+1 |
| * | Fix missing whitespace after ',' or ':'. | milde | 2022-03-03 | 1 | -4/+3 |
| * | More detailled import error for missing components. | milde | 2022-02-10 | 1 | -5/+7 |
| * | Skip assigning to a variable when immediately returning | milde | 2022-01-26 | 1 | -2/+1 |
| * | Remove unused imports | milde | 2022-01-26 | 2 | -2/+0 |
| * | Review settings_spec. | milde | 2021-05-17 | 1 | -1/+1 |
| * | Use importlib.import_module() to programmatically import modules. | milde | 2020-01-30 | 1 | -2/+3 |
| * | Remove legacy compatibility defs for versions < 2.5. | milde | 2018-11-21 | 1 | -2/+0 |
| * | Fix [ 351 ] The docstring of Reader class is wrong. | milde | 2018-11-21 | 1 | -2/+3 |
| * | Fix [ 228 ], part II. | milde | 2013-04-18 | 1 | -2/+2 |
| * | Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa... | grubert | 2012-08-26 | 1 | -1/+4 |
| * | Fix [3541369] Relative __import__ also with Python 3.3. | milde | 2012-07-11 | 1 | -1/+4 |
| * | Cleanup: Use True/False for boolean values | milde | 2012-01-19 | 1 | -1/+1 |
| * | Move the orphaned python source reader to the sandbox. | milde | 2010-12-07 | 3 | -965/+0 |
| * | Prepare for python 3.0: minimize "types" module where possible (gbrandl). | grubert | 2008-11-30 | 1 | -5/+4 |
| * | Merged abolish-userstring-haskey r5609:5616 to trunk. | strank | 2008-07-28 | 3 | -7/+7 |
| * | Get rid of tabs. | gbrandl | 2008-01-06 | 1 | -27/+27 |
| * | fixed doc-string -- the reader does not apply transforms | wiemann | 2007-03-01 | 1 | -2/+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 |
| * | typo | 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 |