slixmpp/sleekxmpp
Jean-Philippe Caruana 8f364b9a95 performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter
this implementatian is much more verbose but faster, especilally if you are dealing a lot with JIDs
on my box, ./testall.py now takes 45s. It takes 53s in the old implementation (about 15% faster)
2013-07-25 16:36:18 +02:00
..
features failed_auth data returned 2013-03-28 22:41:00 +04:00
plugins Update 319 plugin to update XEP-0012/256 last activity too. 2013-07-05 14:04:48 -07:00
roster
stanza Resolve most Python3.3 related issues. 2013-02-14 01:24:09 -08:00
test
thirdparty Fix in tzoffset and _get_fixed_offset_tz 2013-05-09 20:59:00 +02:00
util Explicitly use Unicode 3.2 for StringPrep profiles. 2013-06-19 00:28:11 -07:00
xmlstream DRYed up the OSError/socket.gaierror handler. 2013-07-18 13:07:25 -05:00
__init__.py
api.py
basexmpp.py
clientxmpp.py Adjust get_roster to always return, even with invalid JIDs 2013-06-29 22:33:00 -07:00
componentxmpp.py Only remap component namespaces for top level stream elements. 2013-05-14 14:28:16 -07:00
exceptions.py
jid.py performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter 2013-07-25 16:36:18 +02:00
version.py Bump version in prep for 1.2.0 2013-02-28 11:53:24 -08:00