summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump micor version to ease tool liferel-0.15grubert2019-07-3018-19/+19
* Fix broken expect filesgrubert2019-07-2515-15/+15
* set version 0.15.1grubert2019-07-2418-22/+22
* 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
* branch for v0.15 maintenancegrubert2019-07-230-0/+0
* update to 0.15grubert2019-07-211-4/+4
* Fix: import setuptools to enable bdist_wheel commandgrubert2019-07-211-0/+1
* add classifier 'Programming Language :: Python :: 3.7'grubert2019-07-211-0/+1
* remove python 2.4 2.5grubert2019-07-211-2/+2
* Fix version number headgrubert2019-07-201-3/+3
* Change to 0.15 finalgrubert2019-07-2020-25/+29
* Fix: assert serial is 0 grubert2019-07-201-1/+1
* extract "some" info on changes from history to release-notesgrubert2019-07-202-3/+7
* set svn:keywordsgrubert2019-07-201-2/+2
* set version 0.15rc1.devgrubert2019-07-2019-23/+26
* fix : mixed up headersgrubert2019-07-181-7/+5
* ran testsgrubert2019-07-181-1/+8
* Fix: sys.version_info on 2.6 is tuple.grubert2019-07-181-1/+1
* release plangrubert2019-07-161-1/+20
* 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
* Apply patch [ 111 ] setting the source encoding to utf8.milde2018-11-291-1/+2
* 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