summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change to new-classnew_apiJensDiemer2011-10-202-2/+2
* codecleanupJensDiemer2011-10-201-4/+3
* Wiki page was renamedJensDiemer2011-10-201-1/+1
* chnage the API for html2textile and html2rest, too.JensDiemer2011-10-201-9/+35
* merge masterJensDiemer2011-10-205-38/+127
|\
| * bugfix ;)JensDiemer2011-10-171-1/+1
| * Specify the python versionsJensDiemer2011-10-171-1/+1
| * add information how unittest can be run.JensDiemer2011-10-171-7/+21
| * updateJensDiemer2011-10-171-1/+1
| * updateJensDiemer2011-10-171-1/+1
| * Bugfix that runs in all versionsJensDiemer2011-10-171-6/+1
| * Update READMEJensDiemer2011-10-172-2/+18
| * Add simple function to run unittest from python interpreterJensDiemer2011-10-172-13/+15
| * bugfix for python < 2.7JensDiemer2011-10-171-1/+6
| * Bugfix: verbosity argument was added in python 2.7JensDiemer2011-10-171-1/+4
| * move test helpersJensDiemer2011-10-173-120/+115
| * add a run_all_tests.py for e.g.: coverage run creole/tests/run_all_tests.pyJensDiemer2011-10-173-4/+24
| * * set zip_safe=TrueJensDiemer2011-10-174-117/+154
* | Change the API, deprecate the old dict arguments. See also: https://code.goog...JensDiemer2011-10-109-54/+120
|/
* v0.9.1 releaseJensDiemer2011-10-102-5/+12
* Better work-a-round for Python <2.7JensDiemer2011-10-101-9/+9
* Add README.creole which used in unittest test_setup_utils.pyJensDiemer2011-10-101-0/+1
* Bugfix for Python 2.6JensDiemer2011-10-102-1/+13
* update setup.pyJensDiemer2011-10-101-1/+2
* add tests for https://code.google.com/p/python-creole/wiki/UseInSetupJensDiemer2011-10-052-0/+62
* bugfixesJensDiemer2011-10-052-6/+15
* bugfix for restJensDiemer2011-10-051-1/+1
* release as v0.9.0JensDiemer2011-10-051-1/+1
* remove test fileJensDiemer2011-10-051-79/+0
* update READMEJensDiemer2011-10-051-13/+34
* move unittestsJensDiemer2011-10-0518-24/+24
* use verbose information from sys.argvJensDiemer2011-10-051-10/+23
* update doctestsJensDiemer2011-10-052-4/+4
* cleanup classifiersJensDiemer2011-10-051-3/+3
* Use a hack for python 2 and DocTests. See also: http://bugs.python.org/issue3...JensDiemer2011-10-051-0/+17
* add classifiers python 2 & 3JensDiemer2011-10-051-0/+2
* add six infoJensDiemer2011-10-051-0/+2
* fixes for string2dict and dict2stringJensDiemer2011-10-0411-61/+90
* move str2dict doctests to unittestsJensDiemer2011-10-042-9/+30
* revert for underline type faceJensDiemer2011-10-041-3/+2
* starting Python v3 support (like http://python3porting.com/noconv.html strategy)JensDiemer2011-10-0443-566/+635
* move TODOs into seperate test files, so they excluded by normal test run...JensDiemer2011-10-044-138/+167
* Used a patched version of HTMLParser with patch from: http://bugs.python.org/...JensDiemer2011-10-043-19/+135
* Bugfix in html2creole: ignore links without hrefJensDiemer2011-09-144-3/+16
* Bugfix in html parser if list tag has attributes: https://code.google.com/p/p...JensDiemer2011-09-144-2/+13
* Better error message if given string is not unicode: https://code.google.com/...JensDiemer2011-09-142-3/+5
* Bugfix in get_long_description() error handling (//local variable 'long_descr...JensDiemer2011-09-123-1/+4
* turn the lazy class into a non-lazy function. It's better for compatibility.JensDiemer2011-08-313-80/+74
* Release v0.8.1JensDiemer2011-08-312-1/+3
* Bugfix for installation under Python 2.5JensDiemer2011-08-311-1/+1