Age | Commit message (Expand) | Author |
2020-12-06 | Remove OrderedDict usage | Emmanuel Gil Peyrot |
2018-10-15 | fixing deprecation warnings for pytest | Florian Klien |
2016-10-22 | Manual cleanup of the remaining set([…]) and set((…)). | Emmanuel Gil Peyrot |
2016-10-22 | sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py | Emmanuel Gil Peyrot |
2016-10-22 | sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py | Emmanuel Gil Peyrot |
2016-10-22 | sed -i 's/set((\(.*\),))$/{\1}/g' **/*.py | Emmanuel Gil Peyrot |
2016-10-04 | Fix stanza accessors case in tests | mathieui |
2015-10-02 | Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge | mathieui |
2014-09-28 | Remove all deprecated alias in the core of slixmpp, and wherever they were used. | Emmanuel Gil Peyrot |
2014-09-01 | Always use OrderedDict from collections, and remove its implementation in sli... | Emmanuel Gil Peyrot |
2014-08-23 | cleanup semicolons, whitespace and mutable default arguments | Robin Gloster |
2014-08-18 | Revert "cleanup semicolons, whitespace and mutable default arguments" | Robin Gloster |
2014-08-18 | cleanup semicolons, whitespace and mutable default arguments | Robin Gloster |
2014-07-17 | Rename to slixmpp | Florent Le Coz |
2013-07-26 | refactor: no import * in tests | Jean-Philippe Caruana |
2012-06-22 | Resolve xml:lang issue with duplicated elements depending on ordering. | Lance Stout |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout |
2012-05-05 | Tidy up and add tests for multi_attrib plugins. | Lance Stout |
2012-03-27 | Add tests for bool_interfaces. | Lance Stout |
2011-12-11 | Fix iterable substanzas when added as normal plugin. | Lance Stout |
2011-03-24 | Allow a stanza plugin to override a parent's interfaces. | Lance Stout |
2010-11-05 | Simplified SleekTest. | Lance Stout |
2010-10-17 | Underscore names by default. | Lance Stout |
2010-10-07 | Corrected test errors. | Lance Stout |
2010-10-07 | Unit test reorganization. | Lance Stout |