slixmpp/sleekxmpp/xmlstream
Lance Stout 973890e2c9 Added try/except for setting signal handlers.
Setting signal handlers from inside a thread is not supported in Python,
but some applications need to run Sleek from a child thread.

SleekXMPP applications that run inside a child thread will NOT be able
to detect SIGHUP or SIGTERM events. Those must be caught and managed by
the main program.
2010-10-28 10:42:23 -04:00
..
handler Continue converting to underscored names. 2010-10-18 09:06:54 -04:00
matcher More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
tostring Fixed mixed text and elements bug in tostring. 2010-10-21 16:21:28 -04:00
__init__.py Underscore names by default. 2010-10-17 22:04:42 -04:00
filesocket.py Fixed line spacing in filesocket.py to please pep8. 2010-09-01 14:25:30 -04:00
jid.py More JID unit tests. 2010-10-24 19:06:54 -04:00
scheduler.py misc small tweaks 2010-10-20 20:14:26 -07:00
stanzabase.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
test.xml moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
testclient.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
xmlstream.py Added try/except for setting signal handlers. 2010-10-28 10:42:23 -04:00