1.
API docs for “twisted.words.protocols.jabber.jid.JID”
Part of twisted.words.protocols.jabber.jid View Source View In Hierarchy ... This negates __eq__ for comparison with JIDs and uses the default comparison ...
2.
API docs for “twisted.words.protocols.jabber.component.Service”
from twisted.words.protocols.jabber.ijabber.IService. Parent component has lost the connection to the Jabber server. Subsequent use of self.parent.send will ...
3.
API docs for “twisted.words.protocols.jabber.component”
These so-called 'external components' are connected to the Jabber server using the Jabber Component Protocol as defined in JEP-0114. ...
4.
/branches/jabber-tls-handshake-3463 – Twisted
An event-driven networking engine written in Python and MIT licensed.
5.
UndocumentedSpread – Twisted
twisted.spread.banana.b1282int twisted.spread.banana.BananaError twisted.spread.banana.Canana twisted.spread.banana.Canana. ...
6.
#3375 (stopService should cancel pending callLater for clarity in ...
Aug 3, 2008 ... An event-driven networking engine written in Python and MIT licensed.
7.
/trunk/doc/development/policy/coding-standard.xhtml – Twisted
Merge outdated-coding-standard-3381: Update for the script section of the coding ... 47, <a href="test-standard.xhtml">Test Standard</a>. What follows is ...
8.
#3381 (coding-standard.xhtml script section is misleading and ...
coding-standard.xhtml script section is misleading and outdated ... branch set to branches/outdated-coding-standard-3381; author set to thijs ...
9.
#1274 (socket.error: (53, 'Software caused connection abort ...
E.g on Linux: include/asm-alpha/errno.h:#define ECONNABORTED 53 /* Software ... ECONNABORTED is defined on Windows, but I wouldn't bet my life that it is ...
10.
#3625 (makedirs fails some times in zipstream) – Twisted
/trunk/twisted/python/zipstream.py#L362@22464. os.makedirs(f). should be changed to: os.makedirs(fdir). If the zipfile doesn't first explicitly specify a ...