summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Hack around not existing refname attribute. Test with docs/dev/todo.txt, see....docutils-0.6@6167grubert2009-10-111-1/+4
* change to releasegrubert2009-10-111-1/+1
* Complete pairs of binary options and some new defaultsmilde2009-10-082-38/+61
* Fix [ 1627229 ] hyperlink references in substitutions.milde2009-10-061-0/+5
* Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).milde2009-10-051-6/+2
* Documentation updatemilde2009-10-051-5/+4
* load cmap.sty and fixltx2e.sty in the default templatemilde2009-10-053-14/+23
* Better Unicode support: encode SOFT HYPHEN as "\\\\-"milde2009-09-301-0/+1
* Fix hyper-targets in captions, support custom roles based on "raw".milde2009-09-281-23/+46
* Documentation update.milde2009-09-251-1/+2
* Fix [ 2788716 ] DirectiveError now correctly reports source and line.milde2009-09-252-6/+14
* Fix setup.py [ 2864839 ], remove obsolete LaTeX include file.milde2009-09-231-74/+0
* Tab expansion in literal inclusions, ``tab-width`` option of for "include"milde2009-09-211-3/+11
* Fix [ 2821266 ] --strict option works now like --halt=info.milde2009-09-171-1/+1
* Bugfix for combination of "footnote-references=brackets" milde2009-09-162-10/+9
* documentation updatemilde2009-09-161-4/+4
* Replace `all` (new in Python 2.5) with `if` in a list comprehension.milde2009-09-141-1/+1
* (LaTeX) footnotes now link forth and back.milde2009-09-141-63/+49
* Hyperlinked footnote marks and support for symbol footnotes milde2009-09-132-12/+62
* Fix [ 1757105 ] New ``table-style`` option. milde2009-09-112-3/+8
* Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility)milde2009-09-111-1/+1
* Use `translate` method instead of repeated `replace` calls.milde2009-09-112-99/+89
* Rename DirectiveError.message to prevent spurious DeprecatedError in Python 2.6milde2009-09-112-2/+2
* Let "include" report missing files with path also in Python 2.6.milde2009-09-111-2/+7
* Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too.milde2009-09-101-0/+4
* Fix [ 2781629 ] support non-ASCII chars in file names.milde2009-09-104-18/+52
* Prevent misleading error report with UnicodeDecodeErrormilde2009-09-091-1/+1
* Fix [ 1692788 ] allow UTF-8 in style sheets.milde2009-09-072-3/+5
* Address [ 1938891 ] Inline literal text creates "pre" span only when needed milde2009-09-071-3/+8
* Render doctest blocks as literal blocks (fixes [ 1586058 ]).milde2009-09-032-11/+67
* Options for "include" directive to select a range of lines.milde2009-09-032-1/+20
* Apply [ 2834836 ] print info at halt.milde2009-09-031-1/+2
* Raise priority of StripClasses transform milde2009-09-031-1/+1
* Updated template support: more parts, alternative templatemilde2009-09-024-206/+210
* Fix: python2.3 needs ``[]`` around list comprehension.grubert2009-08-311-2/+2
* Apply Patch #2847446 and some code simplification.milde2009-08-311-8/+5
* remove 2.4-style decorator syntaxgoodger2009-08-311-4/+2
* latex2e writer: Use template (file and configuration option).milde2009-08-283-20/+197
* More stable implementation of ``--use-titlepage-env``.milde2009-08-251-269/+266
* bugfix: prevent repeated Abstract title with --use-latex-abstractmilde2009-08-241-0/+2
* Do not print date at document end, this is done by the viewer.grubert2009-08-241-7/+11
* cosmetic cleanup (indentation, function names, boolean values)milde2009-08-221-70/+65
* latex2e writer refactoring and cleanup:milde2009-08-222-190/+242
* Do not print version at document end, this is done by the viewer.grubert2009-08-201-1/+1
* Move manpage writer out of sandbox.grubert2009-08-181-0/+1100
* latex2e writer bugfix and cleanupmilde2009-08-111-26/+20
* latex2e writer: improved native section numbering and ToCmilde2009-08-063-60/+67
* By-pass odf_odt unit test in ElementTree not available and various code cleanup.dkuhlman2009-07-201-252/+90
* Fix typo.grubert2009-07-201-1/+1
* Fix bug introduced in porting to Py3k: for "in" test to work for attributes a...gbrandl2009-07-091-0/+7