summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
...
* added some tests for the new latex writerwiemann2005-04-291-0/+104
* fixed encoding/charset values in "html_prolog" & "html_head" parts, which sho...goodger2005-04-271-8/+13
* Yes, it works.wiemann2005-04-271-1/+0
* testingwiemann2005-04-271-0/+1
* do not add first/last class to invisible elementswiemann2005-04-271-1/+1
* added target at end of admonitionwiemann2005-04-273-1/+4
* Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed...goodger2005-04-262-15/+40
* str(Exception) doesn't work for anything but ASCII Exception texts, sowiemann2005-04-252-0/+26
* Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts...goodger2005-04-242-24/+106
* fixed typogoodger2005-04-241-1/+1
* Added "cloak_email_addresses" setting & support; updated test & docs. Thanks...goodger2005-04-223-7/+34
* fixed error in test codewiemann2005-04-211-3/+3
* added (more) tests for :align: option of image and figure directiveswiemann2005-04-212-0/+68
* added test for targets in front of sectionswiemann2005-04-214-6/+11
* "image" directive: added checks for valid values of "align" option, depending...goodger2005-04-214-2/+16
* added checks for recursive sidebarsgoodger2005-04-111-0/+73
* allow topics within sidebars; no topics within body elementsgoodger2005-04-093-9/+89
* moved the <hr> tags inside the header and footer <div>s; changed the classes ...goodger2005-04-081-2/+2
* new functional test for pseudo-XML outputgoodger2005-04-072-0/+1708
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-074-0/+104
* use universal newlines when opening expected output files to guard against cr...goodger2005-04-061-1/+3
* assigned classes to <th> elements to indicate role: table head and/or stubgoodger2005-04-051-18/+18
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-81/+0
* added "stub-columns" options to "csv-table" and "list-table" directives, plus...goodger2005-04-054-30/+129
* added the "field_name_limit" setting, test & docsgoodger2005-04-043-0/+45
* fixed some relative-path issues;wiemann2005-04-023-3/+3
* added test for image and figure :class: and :figclass: optionswiemann2005-04-022-3/+6
* removed nodes.Element.set_class() method;wiemann2005-04-021-1/+2
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-2/+2
* added test for ".. |" not followed by textwiemann2005-03-281-0/+4
* made issuing debug-system_messages conditionalwiemann2005-03-281-5/+2
* surround \items in LaTeX with curly brackets;wiemann2005-03-271-4/+4
* test that BOMs aren't removed when input data is Unicodewiemann2005-03-271-0/+4
* remove BOMs from input streamswiemann2005-03-271-0/+27
* moved test_html4css1/test_parts.py to test_html4css1.py;wiemann2005-03-262-14/+0
* forgot to check in test outputwiemann2005-03-261-0/+4
* typowiemann2005-03-261-1/+7
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-2637-678/+816
* fixed a bug that assumed text follows ".. _"goodger2005-03-261-0/+8
* added auto-enumerated list itemsgoodger2005-03-251-0/+92
* applied file_insertion_enabled setting to "figure" directive (disable "figwid...goodger2005-03-242-0/+5
* ensure we are in the correct directory;wiemann2005-03-231-0/+3
* set executable bits on test fileswiemann2005-03-2216-0/+0
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-222-2/+16
* deleted old .cvsignore fileswiemann2005-03-221-2/+0
* updated for SVNgoodger2005-03-221-2/+2
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-213-0/+75
* removed Node.flattened(); added Node.traverse();wiemann2005-03-151-28/+42
* differentiate between paths and URIsgoodger2005-03-154-3/+19
* removed trailing slash from python_home and pep_home;wiemann2005-03-143-11/+11