summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Fix 366: as it is done in trunk Commit [r8294], moving the function.grubert2019-07-243-17/+19
* Fix 366: circular import when docutils nodes is iported before docutils.utilsgrubert2019-07-232-1/+10
* version 0.15.1b.devgrubert2019-07-2318-23/+23
* Fix: import setuptools to enable bdist_wheel commandgrubert2019-07-211-0/+1
* add classifier 'Programming Language :: Python :: 3.7'grubert2019-07-211-0/+1
* Fix version number headgrubert2019-07-201-3/+3
* Change to 0.15 finalgrubert2019-07-2019-24/+28
* Fix: assert serial is 0 grubert2019-07-201-1/+1
* extract "some" info on changes from history to release-notesgrubert2019-07-201-1/+6
* set version 0.15rc1.devgrubert2019-07-2018-22/+22
* Fix: sys.version_info on 2.6 is tuple.grubert2019-07-181-1/+1
* Small formatting fix.milde2019-06-251-1/+1
* Apply [ 152 ] reset `default role` at end of document.milde2019-06-243-1/+7
* Escape backslash in string to avoid error with new Py3.milde2019-05-131-1/+1
* Fix #362: String escape missing in LaTeX writer.milde2019-05-091-1/+1
* Apply feature request 63 (support anchors in rfc role).milde2019-04-153-2/+20
* Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.milde2019-04-155-0/+179
* Announce future changes.milde2019-03-121-0/+19
* Apply patch #148: Remove handlers for deprecated nodes from LaTeX writer.milde2019-03-122-15/+0
* Stylistic changes to increase conformance to pep8 and flake8dkuhlman2019-02-211-510/+608
* Added Gilles fix -- missing clause for Python 3 mapping custom styles and for...dkuhlman2019-02-121-1/+3
* Converted odf_odt for compatibility with both Python 2 and Python3dkuhlman2019-02-122-40/+48
* Fix spelling errors (patch #149).milde2019-02-122-3/+3
* Apply #356: Add Node.astext() as an abstract super method.milde2019-02-121-1/+5
* Use compatibility definitions for assertIn and assertNotIn only if required.milde2019-02-121-11/+12
* Fix bug #358: Non-breaking space removed from fixed-width literal.milde2019-02-123-5/+19
* Fix ticket [ patches/147 ] code duplication.milde2018-11-291-5/+2
* Specify Python version requirements in setup.py.milde2018-11-262-2/+6
* Fix patches/146 Import ContentHandler class correctly.milde2018-11-211-1/+1
* Remove legacy compatibility defs for versions < 2.5.milde2018-11-216-12/+2
* Fix #352 The docstring of Transformer class is wrong.milde2018-11-211-2/+3
* Fix [ 351 ] The docstring of Reader class is wrong.milde2018-11-211-2/+3
* Definition list terms must not use "rawsource" attribute for escaping.milde2018-11-213-16/+5
* Revert the fix for backslash escaping in transforms.milde2018-11-216-186/+76
* smartquotes: Use single backslashes for escaping.milde2018-11-204-38/+144
* Do not unescape text when generating Text nodes.milde2018-11-202-38/+42
* Unescape null-escaped content in nodes.Text.astext().milde2018-11-201-1/+3
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-208-84/+64
* Fix tab-with in `include` directive with `code` option.milde2018-11-203-1/+13
* 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
* Change Test.term prefer if over trygrubert2018-07-131-4/+3
* 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
* 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