summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.8: tagging released revisiondocutils-0.8grubert2011-07-080-0/+0
* Release 0.8: set version number to 0.8docutils-0.8@7087grubert2011-07-081-1/+1
* release.sh descriptiongrubert2011-07-081-3/+2
* switching back to repository (stopping release for now)grubert2011-07-071-1/+1
* Add function reversed for python < 2.4grubert2011-07-071-0/+8
* Release 0.8: closed "Changes Since ..." sectiongrubert2011-07-072-4/+4
* Release 0.8: set version number to 0.8grubert2011-07-071-1/+1
* better? explanationgrubert2011-07-071-2/+3
* additions from HISTORY.txtgrubert2011-07-071-0/+22
* list coprehension for python 2.3 require []grubert2011-07-071-3/+3
* Do not mix TABs and spaces.milde2011-07-071-2/+2
* Documentation update.milde2011-07-071-154/+68
* Do not use ``file`` as a variable name.milde2011-07-071-4/+4
* add SimpleTableParser test casemilde2011-07-071-0/+17
* Do not close() sys.stdin, sys.stdout, or sys.stderr. milde2011-07-074-15/+23
* Common directive options:milde2011-07-0616-70/+84
* Fix deprecation warning with Python 3.2milde2011-07-051-1/+4
* Fix command line parsing with Python 3.milde2011-07-052-5/+12
* Fix version number to 0.7 before we get to 0.8grubert2011-07-011-1/+1
* New "name" directive option attaching a reference name.milde2011-06-3023-145/+426
* math updatemilde2011-06-294-4/+27
* Wrap MathML in <div> or <span> milde2011-06-291-12/+10
* Fix math import.milde2011-06-273-9/+12
* Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ]milde2011-06-2715-362/+352
* Fixes for multi-language labels (e.g. admonitions) and indetation in admonitionsdkuhlman2011-06-272-23/+86
* Math directive and documentation update:milde2011-06-1715-119/+249
* added project from Thomas Calmantgoodger2011-06-081-0/+3
* Apply tuple_args_guard.patch [ 2993967 ] milde2011-06-071-2/+2
* Math documentation update.milde2011-06-074-66/+86
* class Tee: use getattr to fetch encoding of stream grubert2011-06-051-1/+1
* Fix manpage writer functional test due to BUG#3219183 grubert2011-06-041-10/+0
* Add encoding to class Tee.grubert2011-06-041-0/+1
* Changes to Fix for BUG#3219183grubert2011-06-041-10/+0
* Fix: BUG#3219183 - vertical space in definition lists containing markup.grubert2011-06-042-1/+13
* Fix: regexp possible roff command and add test for itgrubert2011-06-042-1/+46
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-033-2/+7
* add test for option group with group item "."grubert2011-06-031-0/+63
* Update the copyright/licensing info. Fixes [3304675]milde2011-05-248-357/+952
* Apply part of patch 3303733 to allow testing with Python 3 and LANG=C.milde2011-05-241-1/+5
* Work around http://bugs.python.org/issue10419milde2011-05-191-2/+1
* New sub-module and test suite for error reporting.milde2011-05-1914-414/+601
* in Python 3, the name for the exception instance is local to the except clausemilde2011-05-161-8/+8
* Fix IOError to unicode conversion and add a test case.milde2011-05-152-5/+40
* Robust error reporting: ErrorStringmilde2011-05-133-35/+144
* Added support for images downloadable from the Web/HTTP.dkuhlman2011-05-121-14/+28
* Use io.ErrorOutput in utils.Reportermilde2011-05-112-29/+35
* Test and use robust the error printingmilde2011-05-112-11/+84
* fix and re-organize error printing to sys.stderrmilde2011-05-104-90/+148
* Fix 3149845 (patch by Toshio Kuratomi)milde2011-05-061-5/+5
* use error_encoding and ~_error_handler for printing to sys.stdoutmilde2011-05-061-5/+9