summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* use setuptools/pkg_resources to get readers, parsers, writers, roles, directi...wiemann2007-03-021-5/+7
* use Python difflib because we are running on Py23+wiemann2007-03-023-1093/+4
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-212-0/+51
* dropped all name attributes of "a" elementswiemann2007-01-164-91/+91
* + - Moved ``id`` attributes from titles to surrounding ``div``wiemann2007-01-166-127/+127
* Add: active latex2e test data with option list in definition list.grubert2006-12-113-18/+97
* Remove inactive code for use_optionlist_for_option_list.grubert2006-12-111-11/+2
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-2/+4
* Fix: output hypertargetsgrubert2006-11-281-6/+6
* removed Py21 compatibility codewiemann2006-11-131-17/+1
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-122-1/+2
* - Image width unit ``px`` is translated to ``pt``:grubert2006-11-021-3/+3
* Fix: Do not escape underscores in citation reference labels if grubert2006-10-081-0/+34
* Use centering instead of center for figure contents, to avoid vertical space.grubert2006-10-081-2/+3
* Recognize table class: borderless, nolines, booktabs, standard.grubert2006-09-031-0/+38
* added writer_aux.Admonitions transform;wiemann2006-08-161-0/+33
* added functional test for non-ASCII characters in commentswiemann2006-08-114-2/+10
* updated headerswiemann2006-08-075-20/+10
* merged directives branch to trunk (r4375:4666);wiemann2006-07-1220-132/+458
* use integer division to make it more explicit, and for Python 3000 compatibil...wiemann2006-07-041-3/+3
* Added StopTraversal exception in nodes, to interrupt the traversal cleanly.blais2006-06-281-0/+75
* Python 2.5 compatibility: dynamic exception matchinggoodger2006-06-223-8/+18
* reverted r3253, incompatible with Python 2.5goodger2006-06-221-11/+0
* added support for unicode bulletswiemann2006-06-041-0/+26
* fixed calls to docutils.parsers.rst.states.Body.block_quote (see r4522), and ...goodger2006-06-011-0/+104
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2197-377/+193
* Fix: Renaming contents section does not work with latex writer. SFbug 1487405grubert2006-05-131-1/+54
* updated tests; inconsistent str/unicode due to initialization, to be fixed latergoodger2006-05-091-24/+24
* Added support for multiple attributions in a physical block quote (indented t...goodger2006-05-011-0/+113
* docutils.utils.DependencyList records relative URLs, not platform paths, so u...goodger2006-04-261-8/+8
* Prevent latex writer from crashing on files with >256 lists (patch 1475247 by...grubert2006-04-242-40/+40
* Added code to determine the input encoding from data: encoding declarations o...goodger2006-04-121-0/+36
* Add custom role with two classes.grubert2006-04-043-0/+15
* added tests for the S5/HTML writergoodger2006-04-041-0/+161
* Add custom role test to functional latex.grubert2006-04-022-0/+27
* A new role neither based on some old nor with class.grubert2006-04-022-0/+9
* Add a custom role with class.grubert2006-04-022-2/+19
* Added ``docutils.nodes.document.__getstate__`` method, for pickling.goodger2006-04-021-0/+30
* allow sets of tests to have different settingsgoodger2006-04-011-1/+1
* docstringgoodger2006-04-011-1/+1
* new test for templategoodger2006-03-311-0/+237
* Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...goodger2006-03-318-4/+124
* renamedgoodger2006-03-311-0/+0
* comment explains the situationgoodger2006-03-311-1/+1
* Removed os.chdir call (setUp method), since that can mess up other tests. Its...goodger2006-03-301-16/+16
* updated testgoodger2006-03-231-1/+1
* added pep_file_url_template setting; corrected PEP urls (removed .html); rest...goodger2006-03-235-11/+11
* updated tests for revision 4443 (support for new python.org and pep2pyramid.py)goodger2006-03-236-14/+14
* generalized test for 64-bit platformsgoodger2006-03-191-2/+9
* extracted over-complicated expressiongoodger2006-03-191-6/+8