summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Special-case tests with IOError on older python versions. abolish-userstring-haskeystrank2008-07-252-2/+24
* Fixes for test errors in py2.2.strank2008-07-242-3/+4
* All tests pass on py2.5, added tests for UnicodeDecodeError.strank2008-07-244-4/+40
* Deal with test failures by adapting the tests.strank2008-07-244-4/+4
* changes to remove py2.6 -3 deprecation warningsstrank2008-07-247-13/+15
* Text subclasses unicode, replace has_key with in operator.strank2008-07-237-21/+18
* undo accidental commit to trunkabolish-userstring-haskey@5608strank2008-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.lossless-rst-writer@5513grubert2008-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.subdocs@5264grubert2007-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
* 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