summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test get_writer_class failing to load local-writer from python2.7 upgrubert2012-08-222-0/+72
* Fix to attach the default page style in the body of the documentdkuhlman2012-08-193-0/+0
* Unit test of the strip_elements_with_classes config setting.milde2012-08-161-0/+61
* Apply [ 3555160 ] ensure order of "otherlanguages".milde2012-08-141-1/+1
* Date encoding test failed with Python 2.4.milde2012-08-131-7/+7
* Fix [ 3546533 ] unicode error with date directive.milde2012-07-221-1/+14
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-3/+10
* Add admonition to testgrubert2012-07-041-0/+25
* Fix: section title input must have mixxed case to see upper is calledgrubert2012-07-041-1/+1
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+4
* Deaktivate defaultfontfeatures command to prevent error in new TeXLive.milde2012-06-252-2/+2
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-253-4/+5
* Drop support for Python 2.3.milde2012-06-2211-64/+2
* Release 0.9.1: set version number to 0.10grubert2012-06-1712-12/+12
* Release 0.9.1: set version number to 0.9.1grubert2012-06-1712-12/+12
* Remove redundant functional test.milde2012-06-132-33/+0
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-133-9/+103
* Fix [ 3527842 ]. milde2012-06-0427-40/+660
* Fix [ 3525847 ] UnicodeEncodeError with locale == C milde2012-05-112-4/+21
* Release 0.9: set version number to 0.10grubert2012-05-0213-13/+13
* 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