summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Release 0.8.1: set version number to 0.8.1grubert2011-08-301-2/+2
* Clean up Babel language setting: Sphinx compatibility and disambiguation.milde2011-08-242-16/+18
* Fix: Babel.get_language, use language_code argument in warninggrubert2011-07-231-1/+1
* Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)milde2011-07-201-6/+12
* Release 0.8: set version number to 0.9grubert2011-07-081-1/+1
* Release 0.8: set __version_details__ to "repository"grubert2011-07-081-1/+1
* Release 0.8: set version number to 0.8docutils-0.8@7087grubert2011-07-081-1/+1
* 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: set version number to 0.8grubert2011-07-071-1/+1
* list coprehension for python 2.3 require []grubert2011-07-071-3/+3
* Do not use ``file`` as a variable name.milde2011-07-071-4/+4
* Do not close() sys.stdin, sys.stdout, or sys.stderr. milde2011-07-073-15/+18
* Common directive options:milde2011-07-066-31/+22
* Fix deprecation warning with Python 3.2milde2011-07-051-1/+4
* Fix command line parsing with Python 3.milde2011-07-051-4/+6
* New "name" directive option attaching a reference name.milde2011-06-306-16/+49
* math updatemilde2011-06-292-3/+7
* 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-279-120/+249
* Fixes for multi-language labels (e.g. admonitions) and indetation in admonitionsdkuhlman2011-06-272-23/+86
* Math directive and documentation update:milde2011-06-173-13/+34
* Apply tuple_args_guard.patch [ 2993967 ] milde2011-06-071-2/+2
* Fix: BUG#3219183 - vertical space in definition lists containing markup.grubert2011-06-041-1/+12
* Fix: regexp possible roff command and add test for itgrubert2011-06-041-1/+1
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-031-1/+2
* Update the copyright/licensing info. Fixes [3304675]milde2011-05-241-2/+14
* New sub-module and test suite for error reporting.milde2011-05-199-248/+250
* Fix IOError to unicode conversion and add a test case.milde2011-05-151-3/+3
* Robust error reporting: ErrorStringmilde2011-05-132-22/+87
* Added support for images downloadable from the Web/HTTP.dkuhlman2011-05-121-14/+28
* Use io.ErrorOutput in utils.Reportermilde2011-05-112-29/+35
* fix and re-organize error printing to sys.stderrmilde2011-05-104-90/+148
* Fix 3149845 (patch by Toshio Kuratomi)milde2011-05-061-5/+5
* Fix: failsafe encoding of unicode strings before writing to sys.stderrmilde2011-05-063-39/+52
* math support refactoring and code cleanupmilde2011-05-055-116/+105
* Robust IOError-instance to unicode conversionmilde2011-05-041-8/+7
* More robust guess of input/output encoding.milde2011-05-043-18/+20
* Code cleanup (removing pre 2.3 compatibility code)milde2011-05-041-6/+0
* * docutils/parsers/rst/directives/misc.py:grubert2011-04-292-21/+18
* Fix typogrubert2011-04-261-1/+1
* # BUG 1830380: another missinggrubert2011-04-251-0/+1
* more BUG 1830380 (falling back on english rolenames) messagesgrubert2011-04-252-0/+4
* BUG 1830380 commentgrubert2011-04-251-0/+1
* Changed encoding for Python 3.2dkuhlman2011-04-181-1/+4
* MathJax HTML math output optionmilde2011-04-151-5/+43
* Add sub-module to convert Unicode math symbols to LaTeX commands.milde2011-04-141-0/+786
* Math support updatemilde2011-04-135-570/+749
* Workaround for unicode messages in Exception instances with Python < 2.6.milde2011-04-122-1/+26