summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* Fix [ 3602652 ] correct syntax-highlight default value in help string.milde2013-01-301-1/+1
* Fix TypeError: Python 3 does no implicit conversion between bytes and unicode...milde2013-01-251-1/+1
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-212-19/+279
* Apply [ 3599485 ] node source/line information for sphinx translation.milde2013-01-211-0/+2
* Fix [ 3600051 ] for tables in a list, table cells are not compacted.milde2013-01-211-7/+10
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-211-4/+15
* Add Estonian typographic quotes.milde2013-01-171-6/+10
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-43/+63
* XeTeX writer: Scale monotype font to match others.milde2013-01-171-1/+1
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-33/+30
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-042-5/+6
* Unify/simplify type testing in "validate_*_list".milde2013-01-011-11/+6
* Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...grubert2012-12-311-7/+5
* TODO for BUG: 3598893 --stylesheet/path brokengrubert2012-12-311-0/+6
* fix typogrubert2012-12-311-1/+1
* Fix [ 3596884 ] exception importing ``docutils.io``.milde2012-12-271-2/+2
* Release 0.10: set version number to 0.11grubert2012-12-161-1/+1
* Release 0.10: set __version_details__ to "repository"grubert2012-12-161-1/+1
* Release 0.10: set version number to 0.10grubert2012-12-161-1/+1
* back to repository (tarball test_dependencies fails)grubert2012-12-131-1/+1
* Release 0.10: set version number to 0.10grubert2012-12-131-1/+1
* Documentation updatemilde2012-12-121-0/+1
* smartquotes: non-breaking spaces for french quotes, LaTeX character conversion.milde2012-12-122-2/+5
* SmartQuotes transform: language-depended quote characters.milde2012-11-263-102/+233
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-7/+5
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-235-38/+51
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-182-208/+223
* Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).milde2012-11-061-2/+2
* Code cleanup and test html math output options.milde2012-10-251-7/+5
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-181-12/+16
* More cases where we do not want to "educate" quotes.milde2012-10-181-1/+5
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-163-4/+866
* Fix to config file access and added note on config in documentationdkuhlman2012-10-131-6/+4
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-123-19/+24
* New setting validators, code cleanup.milde2012-10-121-19/+55
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-111-25/+22
* Change default of "syntax highlight" option to "long", milde2012-09-144-12/+21
* Simplify handling of "code" inline nodes.milde2012-09-121-5/+3
* Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax...milde2012-09-121-5/+17
* Fix import of PIL.Image.milde2012-09-122-3/+9
* Fix for custom headers/footersdkuhlman2012-09-101-29/+9
* Fix section numbering by LaTeX.milde2012-09-061-2/+3
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-264-6/+18
* SafeString._str__ must not return a binary string with Python 3.x.milde2012-08-241-1/+5
* Fix 3559988 get_writer_class for python 2.7 upgrubert2012-08-221-1/+4
* Fix to attach the default page style in the body of the documentdkuhlman2012-08-191-0/+41
* Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.milde2012-08-161-0/+13
* Add source file info and rawsource to term nodes to solve bug [ 3548418 ].milde2012-08-161-0/+3
* Fix [ 3556388 ] Mathjax does not work with rst2s5.milde2012-08-141-0/+2
* Apply [ 3555160 ] ensure order of "otherlanguages".milde2012-08-142-2/+2