summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.11: closed "Changes Since ..." sectiondocutils-0.11@7694grubert2013-07-222-4/+4
* Release 0.11: set version number to 0.11grubert2013-07-221-1/+1
* rst2confluence link changed (patches/109)grubert2013-07-151-1/+1
* testing on ubuntu 10.04 installation broken because of different module direc...grubert2013-07-133-5/+5
* remove bUG linegrubert2013-07-131-2/+0
* Release 0.11: closed "Changes Since ..." sectiongrubert2013-07-132-4/+4
* Release 0.11: set version number to 0.11grubert2013-07-131-1/+1
* prepare releasegrubert2013-07-131-10/+30
* 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-032-0/+175
* Documentation update (links and tools).milde2013-07-033-7/+23
* Update "minimal example" hints.milde2013-06-061-8/+11
* Update Trac links.milde2013-06-062-4/+4
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-0418-21/+21
* Add links to latex.txtmilde2013-06-031-16/+24
* Add section on customizing page headers and footersmilde2013-06-031-0/+22
* Exclude "wide" characters from the "delimiters" regexp in "narrow" builds.milde2013-05-311-15/+46
* Error string change backborted to 2.7.4 and 3.2.4.milde2013-05-171-1/+2
* Fix [ 235 ] Python 2.3.3 uses repr when printing unknown url type in urlopen.milde2013-05-161-4/+8
* Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.milde2013-05-163-5/+15
* Avoid repeated class declarations in html4css1 writermilde2013-05-072-11/+14
* Remove TODO comment: writer import with python >= 2.7 is solvedmilde2013-05-071-1/+0
* The Git clone at is currently not updated.milde2013-05-061-17/+22
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-063-22/+20
* Add "babel" name for Serbian (cyrillic script).milde2013-05-061-4/+4
* More test for inline markup recognition (no change to the rules).milde2013-04-281-5/+18
* Literal definition of character sets with backslash escapes instead of utf8.milde2013-04-281-34/+126
* Fix broken links.milde2013-04-241-2/+2
* Fix for changes in 7650.milde2013-04-221-59/+61
* Re-calculate only if run as stand-alone module. Add verbose test output.milde2013-04-221-130/+149
* Fix [ 228 ], part II.milde2013-04-185-13/+10
* Fix [ 228 ] search docutils components first locally then globally.milde2013-04-172-2/+7
* Ticket #102: Fix citation rendering in rst2odt with --create-links optiondkuhlman2013-04-081-2/+8
* Fix NNTP link. Thanks to Patrick O Keeffemilde2013-04-061-1/+1
* Syntax highlight requires a stylesheet.milde2013-03-271-3/+5
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-252-5/+2
* Fix version nr in doc titlegrubert2013-03-231-3/+3
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-223-1/+28
* Remove trunk from ROOT urlsgrubert2013-03-221-3/+7
* change repository paths for new sfgrubert2013-03-211-4/+5
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-155-9/+14
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-113-11/+59
* safe check for startswith "." grubert2013-03-091-1/+1
* Fix [3607063] handle lines starting with a period.grubert2013-03-084-5/+9
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-073-4/+32
* New default for `math-output` setting: "HTML math.css".milde2013-03-047-32/+62
* Fix test under Py3k.milde2013-03-041-2/+2
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-043-3/+26
* Test case for io.Input.decode with "unicode" data. Cf. bug [ 3606659 ].milde2013-03-041-1/+9