summaryrefslogtreecommitdiff
path: root/creole/shared
Commit message (Expand)AuthorAgeFilesLines
* Fix Markdown tables + expand demo.py + update READMEJensDiemer2022-08-201-0/+17
* html2markdownJensDiemer2022-08-201-1/+0
* Code cleanup: Use f-strings and generator in join() callsJensDiemer2021-05-111-3/+3
* run pyupgrade: Many f-strings created ;)JensDiemer2020-10-175-9/+5
* NEW: creole.setup_utils.assert_rst_readmeupdateJensDiemer2020-02-131-0/+34
* update code style:JensDiemer2020-02-076-17/+6
* add isort config and apply itfix#44JensDiemer2020-02-072-0/+2
* fix code stylecleanupJensDiemer2020-01-191-1/+1
* Fix code style with autopep8JensDiemer2020-01-196-28/+29
* fix import code style with isortJensDiemer2020-01-194-6/+5
* convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-195-29/+23
* remove python 2 compatibility codeJensDiemer2020-01-195-641/+9
* remove __future__ importsJensDiemer2020-01-186-18/+18
* add DocTestJensDiemer2015-06-021-0/+16
* Squashed commit of the following:JensDiemer2015-06-023-8/+8
* Update unitest for textile v2.1.8JensDiemer2014-09-141-3/+6
* escape <<code>> fallbackJensDiemer2014-05-151-1/+3
* bugfix for python2.6JensDiemer2014-05-151-2/+2
* add more unittest for <<code>> macroJensDiemer2014-05-151-3/+3
* Add a exemple macro for source highlight as described in #17.Julien Enselme2014-04-302-6/+74
* update some docstringsJensDiemer2012-06-111-7/+11
* Use 3k version and patch it for python 2.xJensDiemer2012-06-111-47/+161
* bugfixJensDiemer2012-06-111-1/+1
* Use original HTMLParser from v2.7.3 if no patched version is available.JensDiemer2012-06-112-89/+490
* Change the API, deprecate the old dict arguments. See also: https://code.goog...JensDiemer2011-10-101-2/+5
* update doctestsJensDiemer2011-10-052-4/+4
* fixes for string2dict and dict2stringJensDiemer2011-10-042-7/+83
* starting Python v3 support (like http://python3porting.com/noconv.html strategy)JensDiemer2011-10-046-54/+59
* Used a patched version of HTMLParser with patch from: http://bugs.python.org/...JensDiemer2011-10-041-0/+99
* use from __future__ import division, absolute_importJensDiemer2011-08-124-0/+4
* Add child content to raise_unknown_node()JensDiemer2011-08-091-1/+4
* * Bugfix in html2rest if a table has no {{{<th>}}} headerJensDiemer2011-08-081-1/+3
* cleanupJensDiemer2011-08-051-1/+0
* fix some html2rest bugs with listsJensDiemer2011-08-041-5/+10
* Some bugfixes around html2restJensDiemer2011-08-032-116/+5
* NEW: Add a html2reStructuredText converterJensDiemer2011-08-032-41/+156
* v0.6 - *NEW*: html2textile converter (not completed and some API changed!)JensDiemer2011-06-066-0/+557