summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix [ 3546533 ] unicode error with date directive.milde2012-07-221-2/+17
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-117-8/+40
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-3/+18
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+7
* enum_char to newstyle class (merge from mercurial)grubert2012-07-041-1/+1
* make class Table newstyle (merge from mercurial)grubert2012-07-041-1/+1
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-256-46/+23
* Deaktivate defaultfontfeatures command to prevent error in new TeXLive.milde2012-06-251-1/+1
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-2518-19/+22
* Drop support for Python 2.3.milde2012-06-223-141/+2
* Release 0.9.1: set version number to 0.10grubert2012-06-171-1/+1
* Release 0.9.1: set __version_details__ to "repository"grubert2012-06-171-1/+1
* Release 0.9.1: set version number to 0.9.1grubert2012-06-171-2/+2
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-32/+44
* Fix output of bytes to sys.stdout under Python 3.milde2012-06-111-11/+28