summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added "Error Handling" section;directiveswiemann2006-07-112-22/+71
* removed old TODO markerwiemann2006-07-101-2/+0
* updated and restructured docstring and documentation for new directive interfacewiemann2006-07-102-325/+327
* throw DirectiveErrors instead of returning system messageswiemann2006-05-256-118/+66
* use directive_error to throw errors;wiemann2006-05-252-36/+16
* renamed parsers.rst.SystemMessage to DirectiveErrorwiemann2006-05-252-20/+29
* added docutils.parsers.rst.SystemMessage, to be thrown from directive code;wiemann2006-05-1410-98/+84
* added a Directive.system_message convenience methodwiemann2006-04-052-11/+39
* renamed GenericAdmonition to BaseAdmonition andwiemann2006-04-052-16/+16
* turned comments into class-variable docstringswiemann2006-04-022-3/+2
* removed module cache;wiemann2006-03-291-15/+9
* adapted nomenclature to new directive interfacewiemann2006-03-292-12/+12
* updated documentation on directive interface;wiemann2006-03-142-75/+66
* removed dead codewiemann2006-03-121-7/+0
* added tests for empty directivewiemann2006-03-121-0/+22
* added test for date outside of substitution context;wiemann2006-03-122-1/+12
* added more tests for erroneous role directiveswiemann2006-03-121-0/+22
* added test for rtrim option of unicode directivewiemann2006-03-121-2/+8
* added test for non-existent file in raw directive;wiemann2006-03-122-1/+15
* made the coverage script cope with my symlinkswiemann2006-03-121-0/+2
* added more table testswiemann2006-03-121-0/+45
* Removed handler for failed import of urllib2. It was added in r1775wiemann2006-03-122-24/+8
* added test for empty raw directivewiemann2006-03-121-0/+11
* refactored csv-table and list-tablewiemann2006-03-122-370/+376
* refactored tablewiemann2006-03-122-33/+43
* refactored target-noteswiemann2006-03-122-9/+12
* refactor header and footerwiemann2006-03-112-33/+38
* refactored sectnumwiemann2006-03-112-8/+11
* added tests for "sectnum" directivewiemann2006-03-111-0/+56
* refactored contentswiemann2006-03-112-53/+60
* refactored restructuredtext-test-directive;wiemann2006-03-112-18/+44
* refactored datewiemann2006-03-112-14/+17
* refactored titlewiemann2006-03-112-6/+10
* added tests for "title" directivewiemann2006-03-111-0/+34
* refactored default-rolewiemann2006-03-112-20/+26
* refactored rolewiemann2006-03-112-56/+64
* refactored classwiemann2006-03-112-28/+35
* removed unnecessary testwiemann2006-03-111-12/+0
* added tests for "class" directivewiemann2006-03-111-0/+66
* refactored unicodewiemann2006-03-112-35/+42
* refactored replacewiemann2006-03-112-31/+36
* refactored rawwiemann2006-03-112-92/+108
* minor cleanupwiemann2006-03-114-4/+8
* refactored includewiemann2006-03-112-54/+63
* refactored figurewiemann2006-03-112-67/+67
* refactored image; hacked figure to make it work with refactored Image classwiemann2006-03-112-70/+85
* fixed option_spec attribute; fixed circular importwiemann2006-03-112-2/+2
* moved imports to the top; catch ImportErrors resulting from importing Docutilswiemann2006-03-111-15/+25
* renamed Directive.options class attribute to option_spec; minor cleanupsgoodger2006-03-114-25/+50
* moved docutils.parsers.rst.states.Body.convert_old_style_directive method to ...goodger2006-03-113-25/+29