summaryrefslogtreecommitdiff
path: root/HISTORY.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Drop support for Python 2.3.milde2012-06-221-0/+4
* Release 0.9.1: added empty "Changes Since 0.9.1" sectiongrubert2012-06-171-0/+4
* Release 0.9.1: closed "Changes Since ..." sectiongrubert2012-06-171-2/+2
* Document latest fixes.milde2012-06-141-5/+9
* Make tools/ compatible with both, Python 2 and 3 without 2to3-conversion.milde2012-06-131-1/+5
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-0/+5
* Fix [ 3527842 ]. milde2012-06-041-5/+22
* Fix [ 3525847 ] UnicodeEncodeError with locale == C milde2012-05-111-0/+4
* odtwriter: import the PIL Image module via ``import PIL``.milde2012-05-031-0/+4
* Release 0.9: added empty "Changes Since 0.9" sectiongrubert2012-05-021-0/+4
* Release 0.9: closed "Changes Since ..." sectiondocutils-0.9@7411grubert2012-05-021-2/+2
* Avoid code duplication between xetex and latex2e writer (solves [ 3512728 ]).milde2012-03-301-2/+6
* Apply [ 3512791 ] do not compare string literals with "is".milde2012-03-301-0/+1
* Backwards-compatible fix for system-exit on IOError.milde2012-03-191-0/+8
* `mode` argument for FileOutput avoids code replication in BinaryFileOutput.milde2012-03-191-0/+2
* Use `field_marker` pattern to look for start of a directive option blockmilde2012-02-081-0/+2
* Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().milde2012-02-031-4/+11
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-271-9/+0
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-261-0/+9
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-261-1/+4
* Do not emit comment line with trailng blankgrubert2012-01-191-0/+4
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-191-8/+7
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-181-1/+8
* Fix [ 2971827 ] and [ 3442827 ]milde2011-12-201-0/+5
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-5/+12
* Clean up record_dependencies feature.milde2011-12-141-2/+3
* Fix [ 3402314 ] non-ASCII whitespace and punctuation around inline markup.milde2011-12-051-2/+2
* Allow also non-ASCII whitespace characters around inline markup.milde2011-11-291-0/+5
* Fix [ 2926161 ] for simple tables.milde2011-11-251-1/+6
* Update change logs.milde2011-11-251-0/+4
* DependencyList uses io.FileOutputmilde2011-11-111-0/+5
* Work around encoding problems in Py3k. Fixes [ 3395948 ]milde2011-10-201-2/+5
* "code" option of the "include" directive, testsmilde2011-09-171-0/+1
* Fix parse_option_marker for options arguments containing ``=``.grubert2011-09-171-0/+2
* reStructuredText "code" role and directivemilde2011-09-021-0/+10
* Release 0.8.1: added empty "Changes Since 0.8.1" sectiongrubert2011-08-301-0/+4
* Release 0.8.1: closed "Changes Since ..." sectiondocutils-0.8.1@7107grubert2011-08-301-2/+2
* Update HISTORY.txtmilde2011-08-251-0/+12
* Release 0.8: added empty "Changes Since 0.8" sectiongrubert2011-07-081-0/+4
* Release 0.8: closed "Changes Since ..." sectiongrubert2011-07-071-2/+2
* Do not close() sys.stdin, sys.stdout, or sys.stderr. milde2011-07-071-0/+5
* Common directive options:milde2011-07-061-1/+4
* New "name" directive option attaching a reference name.milde2011-06-301-1/+6
* Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ]milde2011-06-271-2/+10
* Fix: BUG#3219183 - vertical space in definition lists containing markup.grubert2011-06-041-0/+1
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-031-0/+4
* New sub-module and test suite for error reporting.milde2011-05-191-3/+2
* Robust IOError-instance to unicode conversionmilde2011-05-041-4/+5
* * docutils/parsers/rst/directives/misc.py:grubert2011-04-291-0/+4
* Workaround for unicode messages in Exception instances with Python < 2.6.milde2011-04-121-1/+3