summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.8.1: set version number to 0.8.1grubert2011-08-301-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7106 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up Babel language setting: Sphinx compatibility and disambiguation.milde2011-08-242-16/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: Babel.get_language, use language_code argument in warninggrubert2011-07-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7098 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)milde2011-07-201-6/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7096 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.8: set version number to 0.9grubert2011-07-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.8: set __version_details__ to "repository"grubert2011-07-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7090 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.8: set version number to 0.8docutils-0.8@7087grubert2011-07-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7087 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* switching back to repository (stopping release for now)grubert2011-07-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add function reversed for python < 2.4grubert2011-07-071-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7084 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.8: set version number to 0.8grubert2011-07-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7081 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* list coprehension for python 2.3 require []grubert2011-07-071-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7078 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Do not use ``file`` as a variable name.milde2011-07-071-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7075 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Do not close() sys.stdin, sys.stdout, or sys.stderr. milde2011-07-073-15/+18
| | | | | | | Prevents ``Exception ValueError: I/O operation on closed file.`` with Python 3. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7073 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Common directive options:milde2011-07-066-31/+22
| | | | | | | | | Add "name" and "class" options to admonition directives. Directive content may start on the first line also when the directive type accepts options. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix deprecation warning with Python 3.2milde2011-07-051-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7071 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix command line parsing with Python 3.milde2011-07-051-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7070 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New "name" directive option attaching a reference name.milde2011-06-306-16/+49
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7062 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math updatemilde2011-06-292-3/+7
| | | | | | | | latex2e writer: set label if node has a name attribute html4css1 writer: do not wrap inline <math> functional test: adapt expected output to last changes git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7061 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Wrap MathML in <div> or <span> milde2011-06-291-12/+10
| | | | | | Allows setting id and name with starttag() method. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7060 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix math import.milde2011-06-273-9/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7059 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ]milde2011-06-279-120/+249
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7058 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes for multi-language labels (e.g. admonitions) and indetation in admonitionsdkuhlman2011-06-272-23/+86
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7057 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math directive and documentation update:milde2011-06-173-13/+34
| | | | | | | | | Math content can also be given as directive argument. Multiple content block separated by blank lines are put in separate nodes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7056 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply tuple_args_guard.patch [ 2993967 ] milde2011-06-071-2/+2
| | | | | | | | | | | When there are any attributes which have tuple attribute values DOM rendering fails because string interpolation receives a wrong number of arguments. It needs to be safeguarded against this case by carefully packing the values into a tuple beforehand. This problem might crop up in other places as well. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7054 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: BUG#3219183 - vertical space in definition lists containing markup.grubert2011-06-041-1/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: regexp possible roff command and add test for itgrubert2011-06-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7046 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-031-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7043 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update the copyright/licensing info. Fixes [3304675]milde2011-05-241-2/+14
| | | | | | | | | | BSD license is not used in Docutils. Some new parts use the Apache License version 2.0. PSF contributing policy is that "contributors remain copyright holders of their contributions" (http://www.python.org/psf/contrib/). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7040 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New sub-module and test suite for error reporting.milde2011-05-199-248/+250
| | | | | | | | * Code to handle encoding/decoding errors when reporting exceptions. * Test and fix error reporting with problematic locale settings. (https://bugs.gentoo.org/show_bug.cgi?id=349101) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7037 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix IOError to unicode conversion and add a test case.milde2011-05-151-3/+3
| | | | | | Cf. https://bugs.gentoo.org/attachment.cgi?id=273231 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7035 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Robust error reporting: ErrorStringmilde2011-05-132-22/+87
| | | | | | | | | A wrapper providing robust (bytes and unicode) string conversion. Prevents encoding errors with locales that have non-ASCII chars in their IOError messages, cf. https://bugs.gentoo.org/show_bug.cgi?id=349101 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for images downloadable from the Web/HTTP.dkuhlman2011-05-121-14/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7033 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use io.ErrorOutput in utils.Reportermilde2011-05-112-29/+35
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7032 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fix and re-organize error printing to sys.stderrmilde2011-05-104-90/+148
| | | | | | | | | | New class docutils.io.ErrorOutput: Wrapper class for file-like error streams with failsave de- and encoding of `str`, `bytes`, `unicode` and `Exception` instances. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7030 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix 3149845 (patch by Toshio Kuratomi)milde2011-05-061-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7029 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: failsafe encoding of unicode strings before writing to sys.stderrmilde2011-05-063-39/+52
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7027 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math support refactoring and code cleanupmilde2011-05-055-116/+105
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7025 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Robust IOError-instance to unicode conversionmilde2011-05-041-8/+7
| | | | | | (work around http://bugs.python.org/issue2517) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7024 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* More robust guess of input/output encoding.milde2011-05-043-18/+20
| | | | | | | | The locale encoding is stored as `frontend.locale_encoding` and used in command line parsing and `default_error_encoding` before falling back to "ascii". git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7023 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Code cleanup (removing pre 2.3 compatibility code)milde2011-05-041-6/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7022 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* * docutils/parsers/rst/directives/misc.py:grubert2011-04-292-21/+18
| | | | | | | | | - Fix [ 1830389 ] Replace not breaking on getting system_messages from nested_parse git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7021 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix typogrubert2011-04-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7019 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* # BUG 1830380: another missinggrubert2011-04-251-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7016 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more BUG 1830380 (falling back on english rolenames) messagesgrubert2011-04-252-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7015 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* BUG 1830380 commentgrubert2011-04-251-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7014 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Changed encoding for Python 3.2dkuhlman2011-04-181-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* MathJax HTML math output optionmilde2011-04-151-5/+43
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add sub-module to convert Unicode math symbols to LaTeX commands.milde2011-04-141-0/+786
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7009 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math support updatemilde2011-04-135-570/+749
| | | | | | | | | | * new version of math2html (elyxer) by Alex Fernandez (bugfixes, improved rendering) * small fixes to latex2mathml * accept Unicode characters in the input * updated test file, new test cases html_math and mathml_math git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Workaround for unicode messages in Exception instances with Python < 2.6.milde2011-04-122-1/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7007 929543f6-e4f2-0310-98a6-ba3bd3dd1d04