Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-15NodeBuilder: Don't add empty strings to cdata listlovetox
It seems to serv no purpose and messes up the pretty printing
2020-03-11Fix pylint errorslovetox
- unused-argument - self-assigning-variable
2020-03-11Fix pylint errorslovetox
- unidiomatic-typecheck - bare-except
2020-03-11Fix pylint errorslovetox
- no-else-return - pointless-string-statement - multiple-statements - unused-variable - wrong-import-position
2020-03-11Fix pylint errorslovetox
- inconsistent-return-statements
2020-03-10Fix pylint errorslovetox
- trailing-newlines - chained-comparison - trailing-whitespace - unnecessary-pass
2020-03-07Add new modules and example clientlovetox
2019-08-05Add Node.getXmlLang()Philipp Hörist
Get the xml:lang attr, if not found traverse all parents
2019-02-17Make getAttrs() return a copyPhilipp Hörist
2018-11-27Dont inherit from objectPhilipp Hörist
This is only needed for python2 compatibility
2018-11-27Replace ustr() by str()André Apitzsch
2018-11-25Sort importsPhilipp Hörist
2018-11-25Remove python2 legacy codePhilipp Hörist
2018-11-12Harden parser against xml vulnerabilitiesPhilipp Hörist
2018-10-09Remove unused svn keyword IdAndré Apitzsch
2018-08-18Dispatch stream headerPhilipp Hörist
2017-07-28Improve setTagAttr/getTagAttrPhilipp Hörist
Make them except a namespace named argument
2017-01-04log XML parser as DEBUG insteaf of INFOYann Leboulanger
2016-11-03[NooN8] make all parameters immutable. Fixes #38Yann Leboulanger
2016-11-03[NooN8] make all classes inherit from objectYann Leboulanger
2014-06-29fix some type comparion error due to py2 and py3 supportYann Leboulanger
2014-04-05Fork of the python3 branch to run with Python2.Maxime Chéramy
The import of GLib in idlequeue.py is not working. Seems to work with the gajim_0.16 branch of Gajim. More advanced testing should be done.
2013-01-02fix encoding issues (base64, HMAC, ...)Yann Leboulanger
2013-01-02more py3 fixesYann Leboulanger
2013-01-02port code to python3Yann Leboulanger
2012-05-08initial revisionnbxmpp-0.1Yann Leboulanger