summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9: tagging released revisiondocutils-0.9grubert2012-05-020-0/+0
* Release 0.9: closed "Changes Since ..." sectiondocutils-0.9@7411grubert2012-05-022-3/+16
* Release 0.9: set version number to 0.9grubert2012-05-021-1/+1
* freshmeat changed name to freecode.comgrubert2012-05-021-3/+3
* python 2.3 keyword dict method update does not allow keyword argsgrubert2012-05-011-1/+10
* Add py23 commentgrubert2012-05-011-0/+1
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-017-0/+33
* Corrected version.smerten2012-04-291-4/+6
* User visible changes:smerten2012-04-294-191/+460
* Fix: list comprehension for python 2.3 requires brackettsgrubert2012-04-291-2/+2
* announce change of default behaviour and deprecation of `handle_io_errors`milde2012-03-301-3/+16
* Avoid code duplication between xetex and latex2e writer (solves [ 3512728 ]).milde2012-03-304-278/+218
* Apply [ 3512791 ] do not compare string literals with "is".milde2012-03-302-1/+2
* Bugs item #3501417 -- ODF configuration file contains names with non-ASCII ch...dkuhlman2012-03-201-1/+1
* Backwards-compatible fix for system-exit on IOError.milde2012-03-196-24/+80
* remove section Math Markup (now again in todo.txt)milde2012-03-191-56/+0
* `mode` argument for FileOutput avoids code replication in BinaryFileOutput.milde2012-03-192-15/+21
* Added "How to get a new feature into Docutils".milde2012-03-101-4/+66
* add configuration, to prune directories that should not have HTML builtgoodger2012-03-011-0/+16
* changed stylesheet to relative path, so it works on Windows systems too (whic...goodger2012-03-012-2/+2
* fixed snapshot URLsgoodger2012-02-281-3/+4
* Update TODO listmilde2012-02-272-112/+145
* Add tests for section levels not supported by LaTeXmilde2012-02-261-0/+28
* Fix document internal referencinggrubert2012-02-261-1/+1
* Fix the fixgrubert2012-02-261-1/+1
* Fix internal link (patch ID:3487220)grubert2012-02-261-2/+3
* note that references with embedded target URIs have been referenced (implicit...goodger2012-02-203-0/+38
* remove stale link to pyds.muensterland.orggrubert2012-02-161-1/+0
* add rst2bloggergrubert2012-02-131-0/+4
* Use `field_marker` pattern to look for start of a directive option blockmilde2012-02-084-24/+65
* Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().milde2012-02-034-12/+51
* Fix relative_path() with source=None and `unicode` target.milde2012-02-032-1/+34
* Replace deprecated aliases for assert methods with correct names.milde2012-02-0316-199/+200
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-279-56/+39
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-269-39/+56
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-2610-626/+292
* Add link to git mirror on http://repo.or.cz/w/docutils.gitmilde2012-01-261-7/+29
* fixed the --prune & --ignore options of buildhtml.pygoodger2012-01-232-25/+26
* Add Leo outliner to link list.milde2012-01-201-13/+24
* Fix typo in generated from commentgrubert2012-01-203-7/+7
* Cleanup: Use True/False for boolean valuesmilde2012-01-1926-186/+185
* Do not emit comment line with trailng blankgrubert2012-01-194-7/+5
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-1914-168/+108
* SafeString: normalize filename quoting for EnvironmentError exceptions.milde2012-01-194-21/+13
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-184-95/+265
* Add link to misc.settings proposal.milde2012-01-121-1/+2
* Report table parsing errors with correct line number.milde2012-01-116-34/+49
* Clean up system message (source, line) reporting.milde2012-01-096-76/+57
* Store source and line in the "raw" node generated by raw-derived roles.milde2012-01-064-7/+8
* Link documentation on how to create inline raw roles.milde2012-01-062-3/+16