slixmpp/sleekxmpp/xmlstream
Jonas Wielicki e3fab66dfb Allow tasks to remove themselves during execution
The scheduler class is now capable with dealing with tasks which remove
themselves from the scheduler during execution.

Additionally, some optimizations were applied by use of iterators and
some functions better suited for the purpose.

Please peer-review, all tests pass.
2012-07-27 10:45:23 -07:00
..
handler Standardize importing of queue class. 2012-07-24 02:39:54 -07:00
matcher Remove usage of deprecated getchildren() method. 2012-06-19 09:47:31 -07:00
__init__.py Add validation for JIDs. 2012-07-24 01:43:20 -07:00
cert.py PEP8 formatting updates. 2012-06-19 01:29:48 -07:00
filesocket.py Add docs for filesocket 2011-11-22 16:33:38 -08:00
jid.py Add backwards compatibility shim for the old jid.py location. 2012-07-24 01:43:20 -07:00
resolver.py Add a warning log if dnspython is not found for SRV lookup. 2012-07-16 19:38:50 -07:00
scheduler.py Allow tasks to remove themselves during execution 2012-07-27 10:45:23 -07:00
stanzabase.py Fix initializing plugins in stanzas with a language set. 2012-07-25 01:33:17 -07:00
tostring.py Add support for using CDATA for escaping. 2012-07-24 03:25:55 -07:00
xmlstream.py Add support for using CDATA for escaping. 2012-07-24 03:25:55 -07:00