summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* HTML5 styling: grey out margins left/rigth of the document text area.milde2018-11-201-2/+4
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-093-2/+23
* tell the timegrubert2018-07-211-2/+3
* Change Test.term prefer if over trygrubert2018-07-131-4/+3
* on sourceforge no longer worksgrubert2018-07-121-16/+4
* Fix: definition list term classifier starting with a reference crash.grubert2018-07-123-1/+44
* tests to inline literal open and close grubert2018-07-111-0/+30
* typographicgrubert2018-07-111-1/+1
* FIX literal markup. no blank after opening allowed, and there should be a bla...grubert2018-07-101-2/+2
* Fix link to latest version (HEAD) in quick start sectiongrubert2018-06-091-1/+1
* Apply Patch [ 142 ] (source attribute for literal blocks).milde2018-06-051-1/+2
* latex writer: fix fallback definition of \DUroles macro.milde2018-06-059-36/+72
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-054-25/+479
* Tweak CSS styles for HTML5 writer.milde2018-06-052-14/+7
* Fix #340 Call to class method without specifying class instance.milde2018-01-251-1/+1
* Drop empty lines in Text.pformat() and revert [r8194].milde2018-01-193-19/+12
* Fix code_analyzer problem under Python 3.3.milde2018-01-161-1/+6
* Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()milde2018-01-163-6/+23
* Remove flag to re.sub (not required and unsupported in 2.6).milde2018-01-141-1/+1
* Fix a typo.milde2018-01-141-10/+10
* Fix #338: re.sub() flag argument at wrong position.milde2018-01-081-1/+1
* Fix error reporting in wrapper for external tex2mathml converters.milde2018-01-041-9/+8
* Add <target> to one more testcase (see r8206).milde2017-12-191-1/+1
* Add tagname to "illegal element" substitution definition error message.milde2017-12-184-8/+9
* Update documentation of length units.milde2017-11-272-23/+36
* Add "rawsource" to reference text derived from embedded URI or alias.milde2017-11-081-3/+4
* Apply patch by Engelbert Gruber to fix encoding problem under Py3.6 on Windows.milde2017-11-081-1/+1
* Minor documentation update: smartquotes is still experimental.milde2017-11-082-6/+2
* Cleanup: remove <2.6 compatibility code.milde2017-11-081-5/+1
* 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
* remove properties svn:eol-style and svn:keywordsgrubert2017-11-010-0/+0
* set eol-style to LF (linefeed) because subversion replaces 0x0a by 0x0d 0x0a ...grubert2017-10-300-0/+0
* 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