summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/stanzabase.py
AgeCommit message (Expand)Author
2021-07-03stanzabase: typesmathieui
2021-04-18stanza: rework the .append() and __eq__ methodsmathieui
2021-04-09Fix #3441: Do not assign ID to inbound stanzasmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-02-04stanzabase: make _get_plugin part of the public APImathieui
2020-12-06Remove OrderedDict usageEmmanuel Gil Peyrot
2020-12-02ElementBase: serialize JID objects as strings automaticallymathieui
2020-10-01StanzaBase.send: remove inexisting param in docstring -- thanks elghinnMaxime “pep” Buquet
2020-04-04Fix TypeError: 'NoneType' object is not an iteratorjheling
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2019-07-16xmlstream/stanzabase: remove unused interfaces and types attributesMaxime “pep” Buquet
2019-01-09Split ns only once in fix_ns().Emmanuel Gil Peyrot
2018-10-03stanzabase: Remove python2 legacy.Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\),))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-02Add a fallback if the lang we want is not availablemathieui
2016-09-21ElementBase: Remove support for TitleCase methods.Emmanuel Gil Peyrot
2016-09-20ElementBase: Remove deprecated find() and findall() methods.discoEmmanuel Gil Peyrot
2016-09-20ElementBase: Remove attrib interface.Emmanuel Gil Peyrot
2016-09-20ElementBase: Remove subitem interface.Emmanuel Gil Peyrot
2016-08-17ElementBase: micro-optimise __getitem__, hands down the most often called fun...Emmanuel Gil Peyrot
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-02-24Update the documentation and examplesmathieui
2015-02-12Fix the uses of stanza.reply()mathieui
2014-10-11Something something get_stanza_valuesFlorent Le Coz
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Always use OrderedDict from collections, and remove its implementation in sli...Emmanuel Gil Peyrot
2014-07-30Fix the iq.send() function, and a bunch of places where it is calledFlorent Le Coz
2014-07-21Clean a new bunch of stufFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz