summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add github actionsChristian Heimes2021-01-121-0/+1
| | | | | | Replace Travis CI with GitHub Actions Signed-off-by: Christian Heimes <christian@python.org>
* Add codecov and badgesChristian Heimes2019-04-151-16/+2
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Add black formatter support and checksChristian Heimes2019-04-141-2/+5
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Use Github style markdown for README.mdChristian Heimes2019-04-141-2/+2
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Add markdown copy of README and CHANGEs for github usersChristian Heimes2017-01-281-3/+7
|
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+62
The argument is ignored, though. (thanks to Florian Apolloner)