summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/handler/xmlcallback.py
AgeCommit message (Collapse)Author
2021-07-05typing: add a bunch of type ignoresmathieui
because this is too smart for mypy and I do not want to rewrite those things right now.
2021-07-03typing: matchers and sendersmathieui
Leftover error that I cannot fix: * https://github.com/python/mypy/issues/708 Leftover error that I am unsure of what to do: * xml handlers are not properly typed (it seems like nothing in slix is using it, considering a removal instead of adding an Union everywhere)
2021-02-05global: rewrite copyright notice to use commentsmathieui
2014-07-17Rename to slixmppFlorent Le Coz