summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
* Added rst2odt/odtwriter to the main branch.dkuhlman2008-12-265-0/+314
* Stylesheet handling for html and latex2e writer: milde2008-12-168-0/+274
* remove test for future extension (accidentally commited)milde2008-12-091-13/+0
* moved explanation/instructions into templates (no expected output, & output d...goodger2008-12-091-20/+26
* test_functional.py: Less verbose but still helpful output.milde2008-12-091-7/+8
* test_functional.py: give some hints if there is no expected output (yet)milde2008-12-081-3/+12
* Two more tests of the multiple styles for html4css1milde2008-12-081-0/+13
* Added expected output for the "multistyle" functional testsmilde2008-12-073-0/+65
* Enable comma separated list of stylesheets in html4ccs1milde2008-12-065-0/+46
* failsave implementation of custom roles in latex2emilde2008-12-011-3/+3
* Prepare for python 3.0: use os.walk instead os.path.walk.grubert2008-11-301-1/+13
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-306-17/+11
* fixed path buggoodger2008-10-311-5/+15
* fixed stylesheet dependency testgoodger2008-10-311-6/+7
* Apply [ 1878977 ] make_id(): deaccent characters.grubert2008-09-281-5/+179
* added test & fix for matched openers & closers (inline markup recognition rul...goodger2008-09-051-0/+23
* allow more Unicode characters as openers & delimitersgoodger2008-09-051-27/+64
* [ 1994493 ] Patch to support all kinds of quotes in inline markupgrubert2008-08-251-0/+438
* Apply [ 2051599 ] multi-page tables in latex writer (from pabigot).grubert2008-08-211-0/+33
* Merged adjacent-citations branch to trunk.strank2008-07-292-0/+63
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-2818-44/+102
* undo accidental commit to trunkstrank2008-07-237-18/+21
* Replace all has_key with the in operator.strank2008-07-237-21/+18
* Change MiscTests.test_node_class_names to make it pass for python2.6grubert2008-07-171-1/+1
* upped version to 0.6goodger2008-06-252-6/+6
* Release 0.5: set version number to 0.6grubert2008-06-258-8/+8
* allow to change test module from alltests.py to something elsewiemann2008-03-301-3/+7
* Fix: escaping ``%`` in href urls.grubert2008-02-151-0/+17
* Allow ``+`` and ``:`` in reference names.grubert2008-02-151-0/+14
* Add test for ``.-_`` in citation labels.grubert2008-02-151-0/+31
* fix exception interpolationgoodger2008-01-141-2/+2
* latex2e writer : Move usepackage hyperref after stylesheet inclusion.grubert2007-11-123-3/+9
* added test for r5314wiemann2007-07-054-286/+285
* Merge smaller differences from latex2e_adaptive_preamble.grubert2007-06-203-5/+3
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-312-0/+7
* adjusted name and email addresswiemann2007-05-3116-16/+16
* Using leavevmode after terms option_list no longer needs to check parent for ...grubert2007-05-281-2/+1
* - Append ``\leavemode`` to definition list terms.grubert2007-05-281-15/+5
* Table column width with 3 decimal places.grubert2007-05-282-7/+7
* Py22 compatibility fix (does not recognize source code encoding)wiemann2007-04-101-4/+6
* added class="internal"/class="external" to a elementswiemann2007-04-105-96/+96
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-215-11/+11
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-215-11/+11
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-0/+10
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-123-0/+120
* - 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