summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9: set version number to 0.9grubert2012-05-021-1/+1
* Add py23 commentgrubert2012-05-011-0/+1
* Fix: list comprehension for python 2.3 requires brackettsgrubert2012-04-291-2/+2
* Avoid code duplication between xetex and latex2e writer (solves [ 3512728 ]).milde2012-03-302-273/+209
* Apply [ 3512791 ] do not compare string literals with "is".milde2012-03-301-1/+1
* Bugs item #3501417 -- ODF configuration file contains names with non-ASCII ch...dkuhlman2012-03-201-1/+1
* Backwards-compatible fix for system-exit on IOError.milde2012-03-192-18/+43
* `mode` argument for FileOutput avoids code replication in BinaryFileOutput.milde2012-03-191-15/+19
* note that references with embedded target URIs have been referenced (implicit...goodger2012-02-201-0/+1
* Use `field_marker` pattern to look for start of a directive option blockmilde2012-02-081-2/+2
* Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().milde2012-02-031-3/+3
* Fix relative_path() with source=None and `unicode` target.milde2012-02-031-1/+2
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-276-42/+34
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-266-34/+42
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-261-56/+49
* Fix typo in generated from commentgrubert2012-01-201-1/+1
* Cleanup: Use True/False for boolean valuesmilde2012-01-1917-147/+145
* Do not emit comment line with trailng blankgrubert2012-01-191-1/+1
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-193-49/+74
* SafeString: normalize filename quoting for EnvironmentError exceptions.milde2012-01-192-4/+8
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-182-25/+140
* Report table parsing errors with correct line number.milde2012-01-112-16/+31
* Clean up system message (source, line) reporting.milde2012-01-096-76/+57
* Store source and line in the "raw" node generated by raw-derived roles.milde2012-01-064-7/+8
* Fix [ 2971827 ] and [ 3442827 ]milde2011-12-203-2/+89
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-207-7/+8
* Clean up record_dependencies feature.milde2011-12-145-32/+49
* argv_encoding != sys.stdin.encodingmilde2011-12-051-3/+2
* Fix [ 3402314 ] non-ASCII whitespace and punctuation around inline markup.milde2011-12-052-24/+232
* change references to berlios to sourceforgegrubert2011-12-021-1/+1
* Allow also non-ASCII whitespace characters around inline markup.milde2011-11-291-19/+27
* Fix [ 2926161 ] for simple tables.milde2011-11-253-8/+53
* Change HTML math-output default to MathJaxmilde2011-11-251-2/+2
* Fix 3423983 DocutilsXMLTestCase with indent and newlines optionsmilde2011-11-241-2/+3
* Fix parsing of lists from config files.milde2011-11-221-4/+6
* translations de: pull-quote = Seitenansprache, use utf8 for umlautsmilde2011-11-211-9/+12
* DependencyList uses io.FileOutputmilde2011-11-111-8/+14
* Use LaTeX math to Unicode character conversions milde2011-11-086-218/+816
* Work around encoding problems in Py3k. Fixes [ 3395948 ]milde2011-10-203-28/+65
* Add "code-block" and "sourcecode" aliases to the "code" directive.milde2011-10-151-0/+2
* "code" option of the "include" directive, testsmilde2011-09-174-17/+59
* Fix parse_option_marker for options arguments containing ``=``.grubert2011-09-171-1/+1
* Apply [ 3410649 ] to restore backwards compatibility.milde2011-09-161-4/+5
* Add missing coding comment. milde2011-09-161-0/+1
* Some more translations for russian directives and rolesmilde2011-09-121-9/+9
* Apply [ 3405410 ]: Use utf-8 encoded literal Cyrillic charactersmilde2011-09-121-42/+34
* Apply [ 3405137 ], use utf-8 encoded literal Cyrillicmilde2011-09-071-69/+49
* reStructuredText "code" role and directivemilde2011-09-0227-4/+286
* LaTeX/XeTeX writer: Support the `abbreviation` and `acronym` standard roles.milde2011-09-021-0/+14
* Release 0.8.1: set version number to 0.9grubert2011-08-301-1/+1