summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst
Commit message (Expand)AuthorAgeFilesLines
* Second version of patch #108.milde2013-07-121-3/+4
* Apply (part of) patch #108: source/line information for sphinx translationmilde2013-07-031-0/+2
* Apply #106 and #107: language support for danish.milde2013-07-031-0/+113
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.milde2013-05-161-0/+2
* Fix [ 228 ], part II.milde2013-04-181-2/+2
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-251-5/+1
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-221-1/+1
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+2
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-3/+6
* Support embedded aliases within hyperlink references.milde2013-02-181-16/+39
* Fix [ 3602652 ] correct syntax-highlight default value in help string.milde2013-01-301-1/+1
* Apply [ 3599485 ] node source/line information for sphinx translation.milde2013-01-211-0/+2
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-0/+1
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-3/+13
* Change default of "syntax highlight" option to "long", milde2012-09-142-4/+3
* Fix import of PIL.Image.milde2012-09-121-1/+1
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-261-2/+5
* Add source file info and rawsource to term nodes to solve bug [ 3548418 ].milde2012-08-161-0/+3
* Fix [ 3546533 ] unicode error with date directive.milde2012-07-221-2/+17
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-112-2/+10
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-252-19/+15
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-253-4/+4
* Fix [ 3525847 ] UnicodeEncodeError with locale == C milde2012-05-111-0/+5
* 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
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-272-12/+13
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-262-13/+12
* Cleanup: Use True/False for boolean valuesmilde2012-01-195-45/+45
* Report table parsing errors with correct line number.milde2012-01-112-16/+31
* Clean up system message (source, line) reporting.milde2012-01-095-74/+55
* Store source and line in the "raw" node generated by raw-derived roles.milde2012-01-063-6/+7
* Fix [ 2971827 ] and [ 3442827 ]milde2011-12-201-1/+4
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-204-215/+5
* Clean up record_dependencies feature.milde2011-12-142-12/+20
* Fix [ 3402314 ] non-ASCII whitespace and punctuation around inline markup.milde2011-12-052-24/+232
* Allow also non-ASCII whitespace characters around inline markup.milde2011-11-291-19/+27
* Fix [ 2926161 ] for simple tables.milde2011-11-251-3/+7
* translations de: pull-quote = Seitenansprache, use utf8 for umlautsmilde2011-11-211-9/+12
* Add "code-block" and "sourcecode" aliases to the "code" directive.milde2011-10-151-0/+2
* "code" option of the "include" directive, testsmilde2011-09-173-11/+52
* Fix parse_option_marker for options arguments containing ``=``.grubert2011-09-171-1/+1
* Some more translations for russian directives and rolesmilde2011-09-121-9/+9
* Apply [ 3405137 ], use utf-8 encoded literal Cyrillicmilde2011-09-071-69/+49
* reStructuredText "code" role and directivemilde2011-09-0226-4/+153
* Common directive options:milde2011-07-066-31/+22
* New "name" directive option attaching a reference name.milde2011-06-305-15/+48
* Math directive and documentation update:milde2011-06-171-6/+21
* New sub-module and test suite for error reporting.milde2011-05-193-29/+26
* Robust error reporting: ErrorStringmilde2011-05-131-6/+2