summaryrefslogtreecommitdiff
path: root/creole/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* update README prepare for v1.4.4 releasecode-updatesJensDiemer2020-02-071-1/+1
* update code style:JensDiemer2020-02-071-1/+0
* add isort config and apply itfix#44JensDiemer2020-02-071-0/+1
* Release as v1.4.3v1.4.3JensDiemer2020-02-011-1/+1
* use poetry-publishpoetry-publishJensDiemer2020-02-011-1/+1
* release as v1.4.2JensDiemer2020-02-011-1/+1
* test release v1.4.2.dev2JensDiemer2020-02-011-1/+1
* Helper to build and upload to PyPi, with prechecks and update README.rst from...JensDiemer2020-02-011-8/+3
* fix code stylecleanupJensDiemer2020-01-191-1/+1
* Fix code style with autopep8JensDiemer2020-01-191-38/+42
* fix import code style with isortJensDiemer2020-01-191-2/+1
* remove python 2 compatibility codeJensDiemer2020-01-191-3/+2
* more default verbose in testsJensDiemer2020-01-191-2/+3
* remove __future__ importsJensDiemer2020-01-181-6/+6
* update AUTHORS + README + __version__JensDiemer2018-02-271-1/+1
* Update docs; add test; add strict parameter.John Dupuy2018-02-091-5/+10
* Make rough-draft code changes.John Dupuy2018-02-081-0/+2
* Add LICENSE in MANIFEST.in to bugfix setup.py run:v1.3.1JensDiemer2015-08-151-9/+5
* Squashed commit of the following:JensDiemer2015-06-021-7/+7
* cleanupJensDiemer2015-06-021-14/+12
* release as v1.2.2v1.2.2JensDiemer2015-04-051-1/+1
* Use origin PyPi code to check generated reStructuredText in setup.pyJensDiemer2014-09-141-1/+1
* Release as v1.2.0v1.2.0JensDiemer2014-05-151-2/+2
* v1.1.1 - Bugfix: Setup script exited with error: can't copy 'README.creole': ...v1.1.1JensDiemer2013-11-081-1/+1
* v1.1.0: Add simple commandline interface scripts.v1.1.0JensDiemer2013-10-281-1/+1
* Bugfix in 'clean reStructuredText html writer' if docutils => v0.11 usedJensDiemer2013-08-071-2/+2
* Security fix in rest2html: Disable "raw_enabled", too.v1.0.6JensDiemer2012-10-151-1/+1
* v1.0.6.pre - Security fix in rest2html: Disable "file_insertion_enabled" as d...JensDiemer2012-10-151-1/+1
* release as v1.0.5v1.0.5JensDiemer2012-09-031-1/+1
* made automatic protocol links more strict: Only whitespace before and at the ...JensDiemer2012-09-031-1/+1
* release as v1.0.4v1.0.4JensDiemer2012-06-111-1/+1
* release as v1.0.3v1.0.3JensDiemer2012-06-111-2/+2
* Release as v1.0.2v1.0.2JensDiemer2012-04-041-1/+1
* Release as v1.0.1v1.0.1JensDiemer2011-11-161-1/+1
* Release v1.0v1.0.0JensDiemer2011-10-201-1/+1
* codecleanupJensDiemer2011-10-201-4/+3
* chnage the API for html2textile and html2rest, too.JensDiemer2011-10-201-9/+35
* Change the API, deprecate the old dict arguments. See also: https://code.goog...JensDiemer2011-10-101-9/+46
* v0.9.1 releaseJensDiemer2011-10-101-1/+1
* release as v0.9.0JensDiemer2011-10-051-1/+1
* starting Python v3 support (like http://python3porting.com/noconv.html strategy)JensDiemer2011-10-041-16/+18
* Bugfix in html2creole: ignore links without hrefJensDiemer2011-09-141-1/+1
* Bugfix in html parser if list tag has attributes: https://code.google.com/p/p...JensDiemer2011-09-141-1/+1
* Better error message if given string is not unicode: https://code.google.com/...JensDiemer2011-09-141-3/+3
* Bugfix in get_long_description() error handling (//local variable 'long_descr...JensDiemer2011-09-121-1/+1
* Release v0.8.1JensDiemer2011-08-311-1/+1
* New GetLongDescription() helper for setup.py, see: https://code.google.com/p/...JensDiemer2011-08-261-1/+1
* use from __future__ import division, absolute_importJensDiemer2011-08-121-0/+1
* release v0.7.3JensDiemer2011-08-101-1/+1
* * Bugfix in html2rest if a table has no {{{<th>}}} headerJensDiemer2011-08-081-1/+1