summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Properly escape LaTeX commands in test samples.milde2017-11-064-21/+21
* Move tests for (un)escaping functions to test_utils.milde2017-11-062-45/+12
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-044-6/+67
* "rawsource" attribute for text of inline elements and definition list terms.milde2017-11-043-12/+33
* Ensure `rawsource` in "unicode" directive.milde2017-11-041-1/+1
* New function `utils.unescape_rawsource`.milde2017-11-043-0/+24
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-043-9/+26
* Document docinfo transform of "author paragraphs".milde2017-11-041-4/+5
* smartquotes: Fix bug #332.milde2017-10-254-63/+90
* Rename files to care for case-insensitive file systems.milde2017-10-202-1/+1
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-2010-54/+89
* Fix :width: option for the table directives.milde2017-10-1915-31/+180
* Hamonise and fix directive documentation.milde2017-10-171-7/+7
* Fix typo in docstring. milde2017-10-171-1/+1
* Apply [ 121 ] Add a :width: option for the table directives.milde2017-10-064-3/+99
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-063-13/+17
* 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-2217-44/+1080
* HTML5-compatible meta tags for docinfo items authors, date, and copyright.milde2017-09-144-4/+27
* more compact comments for __version_info__milde2017-09-141-4/+2
* Automatically update version_info when changing __version__ per script.milde2017-09-081-2/+2
* Documentation update.milde2017-09-071-5/+9
* Document rST syntax change.milde2017-09-072-5/+12
* Fix [ 324 ] Invalid LaTeX for table with empty multicolumn cell.milde2017-09-073-4/+29
* 0.15.dev must not be used after 0.15b or 0.15rc.milde2017-08-182-12/+43
* Added a test case and updated docs/ref/rst/restructuredtext.txt for interpret...goodger2017-08-172-1/+113
* Small cleanup and formatting edits.milde2017-08-175-28/+29
* Extra test for meta field list field name with unescaped embedded colons.goodger2017-08-161-0/+9
* * docutils/parsers/rst/states.py: Allow embedded colons in field list field n...goodger2017-08-166-4/+78
* Removed item about backslash-escaped colons in field list field names: implem...goodger2017-08-161-4/+0
* * Consolidated version identifier documentation, moving text from docutils/__...goodger2017-08-153-108/+154
* Test __version_info__.releaselevel values.milde2017-08-151-8/+8
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-145-107/+170
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-1415-100/+59
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-1113-82/+68
* Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.milde2017-08-1010-34/+43
* Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ``parts["tit...milde2017-08-0811-46/+31
* Update documentation of the version identification.milde2017-08-083-66/+119
* change version to 0.15b.devgrubert2017-08-0818-20/+20
* freecode is no longer activegrubert2017-08-031-5/+0
* version to 0.15.devgrubert2017-08-0318-18/+23
* doc wheel uploadgrubert2017-08-031-12/+3
* move wheel build before bump versiongrubert2017-08-031-13/+12
* version 0.14grubert2017-08-031-3/+3
* set version 0.14 finalgrubert2017-08-0319-22/+26
* Document use of set_version.sh not realese.sh to set versiongrubert2017-08-031-4/+2
* Announce end of support for Python 3.1, and 3.2 after the 0.14 release.milde2017-07-281-1/+2
* smartquotes transform: Keep "rawsource" when "educating" quotes.milde2017-07-262-2/+5
* Add recent fixes to HISTORY.milde2017-07-171-0/+3