summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* New function `utils.unescape_rawsource`.milde2017-11-041-0/+7
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-041-9/+13
* smartquotes: Fix bug #332.milde2017-10-251-41/+32
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-201-4/+2
* Fix :width: option for the table directives.milde2017-10-194-9/+16
* Fix typo in docstring. milde2017-10-171-1/+1
* Apply [ 121 ] Add a :width: option for the table directives.milde2017-10-061-0/+9
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-061-4/+4
* odf_odt: fix misprint in conversion from mm to cmmilde2017-10-031-1/+1
* Fix source encoding declaration in html5 writer.milde2017-09-221-1/+1
* Fixes and test for literal block handling in LaTeX.milde2017-09-221-28/+56
* HTML5-compatible meta tags for docinfo items authors, date, and copyright.milde2017-09-142-4/+16
* more compact comments for __version_info__milde2017-09-141-4/+2
* Fix [ 324 ] Invalid LaTeX for table with empty multicolumn cell.milde2017-09-071-1/+3
* Small cleanup and formatting edits.milde2017-08-174-26/+24
* * docutils/parsers/rst/states.py: Allow embedded colons in field list field n...goodger2017-08-162-2/+3
* * Consolidated version identifier documentation, moving text from docutils/__...goodger2017-08-151-28/+13
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-141-13/+15
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-144-41/+10
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-117-74/+57
* Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.milde2017-08-101-1/+1
* Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ``parts["tit...milde2017-08-082-14/+10
* Update documentation of the version identification.milde2017-08-081-1/+2
* change version to 0.15b.devgrubert2017-08-081-3/+3
* version to 0.15.devgrubert2017-08-031-2/+3
* set version 0.14 finalgrubert2017-08-031-2/+2
* smartquotes transform: Keep "rawsource" when "educating" quotes.milde2017-07-261-1/+3
* added docutils.utils.version_identifier() and a testgoodger2017-07-081-1/+40
* corrected __version_info__ for 0.14rc3.devgoodger2017-07-081-1/+1
* set version to 0.14rc3.devgrubert2017-07-081-1/+1
* 0.14rc2 releasegrubert2017-07-081-2/+2
* Various fixes for ODT writerdkuhlman2017-07-031-3/+8
* FIX: apostrophe in stringgrubert2017-06-271-1/+1
* add deprecation waring for io.FileInput() argument `handle_io_errors`.milde2017-06-261-3/+12
* ODT writer: download images also for URLs starting with "https:".milde2017-06-231-2/+2
* Add test for __version_info__, fix output of optional __version_details__.milde2017-06-232-4/+8
* Update version_info and version_details documentation.milde2017-06-221-7/+8
* Fix CSS for margins in definition lists (html5).milde2017-06-221-2/+2
* Fix [ 321 ] Import block might cause name error.milde2017-06-221-0/+2
* corrections & improvements to HTMLTranslator docstring (it's "override", not ...goodger2017-06-221-14/+20
* Fix [ 320 ] Russian docinfo fields not recognized.milde2017-06-181-3/+5
* Apply [ 141 ] Handling inline in manpage writer.milde2017-06-181-2/+8
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-161-11/+28
* Minor documentation fixes, supplements, and formatting.milde2017-06-161-11/+22
* Simplified docutils.__version_info__; documented dropping compatibility with ...goodger2017-06-151-29/+28
* Added __version_info__ attributegoodger2017-06-021-7/+40
* SmartQuotes transform: the "literal" nodes must be stored as tupel.milde2017-05-301-3/+3
* smart quotes: improve configurability of the transform, add more locales.milde2017-05-302-8/+32
* Apply patch [ 140 ] by Ville Skyttä (escape sequence deprecation fix).milde2017-05-301-1/+1
* change version number from 0.14rc2 to 0.14rc2.devgrubert2017-05-301-1/+1