summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/stanzabase.py
AgeCommit message (Expand)Author
2011-11-22Update docs for tostringLance Stout
2011-11-21Add more stanzabase docsLance Stout
2011-11-21Update stanzabase docsLance Stout
2011-11-19Tidy up logging calls.Lance Stout
2011-09-01Fix memory reference bugs.Lance Stout
2011-08-04Cosmetic PEP8 fixes.Lance Stout
2011-05-31Merge branch 'develop' into stream_featuresLance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-03-24Merge branch 'develop' into stream_featuresLance Stout
2011-03-24Allow a stanza plugin to override a parent's interfaces.Lance Stout
2011-03-22Merge branch 'develop' into stream_featuresLance Stout
2011-03-22Updated XEP-0128 plugin to work with the new XEP-0030 plugin.Lance Stout
2011-03-18Merge branch 'develop' into stream_featuresLance Stout
2011-03-18Change namespace inclusion in strings.Lance Stout
2011-02-14Merge branch 'develop' into stream_featuresLance Stout
2011-02-14Remap old method names in a better way.Lance Stout
2011-02-11XMPPError exceptions can keep a stanza's contents.Lance Stout
2011-01-27Update tostring methods.Lance Stout
2011-01-27Make stanza.plugins an OrderedDict.Lance Stout
2011-01-26Cleanup for stanzabase.Lance Stout
2011-01-26Upgraded how subitem works.Lance Stout
2011-01-19Make extending stanza objects nicer.Lance Stout
2010-12-07Add support for using xml:lang values.Lance Stout
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-17Underscore names by default.Lance Stout
2010-10-07Corrected test errors.Lance Stout
2010-10-06More PEP8 compliance cleanups.Lance Stout
2010-09-01A few cleanups to make things simpler.Lance Stout
2010-08-30Fixed ElementBase.match to match using sub_interface elements.Lance Stout
2010-08-30Fixed typos in ElementBase._fix_nsLance Stout
2010-08-30Updated ElementBase.match to respect namespaces with slashes.Lance Stout
2010-08-27Added unit tests for StanzaBase.Lance Stout
2010-08-27Updated StanzaBase with documentation.Lance Stout
2010-08-26Added comments to _fix_ns to clarify the cleaning procedure.Lance Stout
2010-08-26Fixed ElementBase._fix_ns and related methods to respect namespaces which con...Lance Stout
2010-08-26Fixed indentation in StanzaBase.Lance Stout
2010-08-26Clarify ElementBase documentation.Lance Stout
2010-08-26Fixed line lengths in ElementBase to comply with PEP8.Lance Stout
2010-08-26Finished the update of ElementBase with docs and unit tests.Lance Stout
2010-08-26Updated the remaining ElementBase methods.Lance Stout
2010-08-25Fixed ElementBase.match to respect namespaces.Lance Stout
2010-08-25Updated ElementBase.match and added unit tests.Lance Stout
2010-08-25Updated ElementBase._delSub and added unit tests.Lance Stout
2010-08-24Fixed indenting issue.Lance Stout
2010-08-24Updated ElementBase._setSubText and added unit tests.Lance Stout
2010-08-24Updated ElementBase._getSubText and added unit tests.Lance Stout
2010-08-21added form compatibility with old api, stanzas now bool() to True on 2.x, jid...fritzy
2010-08-19Updated ElementBase methods _getAttr, _setAttr, and _delAttr with docs and te...Lance Stout
2010-08-19Small cleanup in ElementBase.__setitem__Lance Stout
2010-08-19Updated ElementBase.__delitem__ and added unit tests.Lance Stout