summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* python 2.3 keyword dict method update does not allow keyword argsgrubert2012-05-011-1/+10
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-017-0/+33
* Avoid code duplication between xetex and latex2e writer (solves [ 3512728 ]).milde2012-03-301-3/+3
* Backwards-compatible fix for system-exit on IOError.milde2012-03-193-6/+29
* changed stylesheet to relative path, so it works on Windows systems too (whic...goodger2012-03-012-2/+2
* Add tests for section levels not supported by LaTeXmilde2012-02-261-0/+28
* note that references with embedded target URIs have been referenced (implicit...goodger2012-02-202-0/+37
* Use `field_marker` pattern to look for start of a directive option blockmilde2012-02-082-22/+61
* Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().milde2012-02-031-0/+24
* Fix relative_path() with source=None and `unicode` target.milde2012-02-031-0/+32
* Replace deprecated aliases for assert methods with correct names.milde2012-02-0316-199/+200
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-272-5/+5
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-262-5/+5
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-268-569/+239
* Fix typo in generated from commentgrubert2012-01-202-6/+6
* Cleanup: Use True/False for boolean valuesmilde2012-01-199-39/+40
* Do not emit comment line with trailng blankgrubert2012-01-192-6/+0
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-1910-111/+27
* SafeString: normalize filename quoting for EnvironmentError exceptions.milde2012-01-192-17/+5
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-181-69/+117
* Report table parsing errors with correct line number.milde2012-01-114-18/+18
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-205-5/+5
* Allow new XML formatting also in version 2.7.2milde2011-12-201-29/+61
* Clean up record_dependencies feature.milde2011-12-142-52/+100
* Fix false positive with non-UTF8, non-latin1 locale encodings.milde2011-12-061-4/+9
* argv_encoding != sys.stdin.encodingmilde2011-12-051-5/+5
* The record file (test/data/dependencies.txt) is utf8-encoded.milde2011-12-051-1/+2
* Do not decode file content with sys.getfilesystemencoding().milde2011-12-051-2/+1
* Fix [ 3402314 ] non-ASCII whitespace and punctuation around inline markup.milde2011-12-051-47/+190
* Allow also non-ASCII whitespace characters around inline markup.milde2011-11-291-3/+106
* Fix [ 2926161 ] for simple tables.milde2011-11-252-11/+22
* Add test case for issue 2926161 (commented out)milde2011-11-251-0/+12
* Change HTML math-output default to MathJaxmilde2011-11-251-3/+5
* Fix 3423983 DocutilsXMLTestCase with indent and newlines optionsmilde2011-11-241-0/+24
* fix encodings discrpancy in Windowsmilde2011-11-231-6/+16
* Fix parsing of lists from config files.milde2011-11-223-2/+19
* Code cleanup in some test files.milde2011-11-154-53/+83
* DependencyList uses io.FileOutputmilde2011-11-112-4/+12
* Use LaTeX math to Unicode character conversions milde2011-11-081-1/+1
* Tests for encoding problemsmilde2011-11-082-8/+28
* Rewrite tests with r"strings", to make them better readable.milde2011-10-151-54/+54
* "code" option of the "include" directive, testsmilde2011-09-179-12/+211
* regression test to 7127grubert2011-09-171-0/+17
* Turn off code parsing in the standalone functional testsmilde2011-09-026-68/+55
* reStructuredText "code" role and directivemilde2011-09-029-273/+1039
* Release 0.8.1: set version number to 0.9grubert2011-08-3015-15/+15
* Release 0.8.1: set version number to 0.8.1grubert2011-08-3015-15/+15
* Self-documentation the "Cyrillic with LaTeX" functional test.milde2011-08-244-2/+64
* Fix typo.milde2011-07-251-2/+1
* Apply [ 3365041 ] to fix py3k unittest regressions.milde2011-07-202-3/+2