Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-24 | Fix deepcopying JIDs | Lance Stout | |
2013-08-16 | Typo in _validate_domain error message | Dustin Ingram | |
s/illegar/illegal/g | |||
2013-07-25 | performance in jid : replace __getattr__ et __setattr__ by @property and ↵ | Jean-Philippe Caruana | |
@xxx.setter this implementatian is much more verbose but faster, especilally if you are dealing a lot with JIDs on my box, ./testall.py now takes 45s. It takes 53s in the old implementation (about 15% faster) | |||
2012-12-21 | Apparently twisted fills in inet_pton on Windows and uses different exceptions. | Lance Stout | |
2012-12-14 | Fix some Python3 compatibility issues. | Lance Stout | |
2012-10-31 | update JID_CACHE logic again. | Joe Hildebrand | |
2012-10-24 | Update JID cache to do extra memoization and locking. | Lance Stout | |
Passing cache_lock=True to JID() will insert the JID into the cache and prevent it from being dropped from the cache. | |||
2012-10-22 | Fix JID cache (wrong in-progress version comitted earlier) | Lance Stout | |
2012-10-22 | Optimize generating JIDs with some caching. | Lance Stout | |
2012-08-01 | Use the proper mappings for nodeprep. | Lance Stout | |
2012-07-27 | Compile JID pattern regex. | Lance Stout | |
2012-07-24 | Fix JID validation bugs, add lots of tests. | Lance Stout | |
2012-07-24 | Add more validation for 0 length JID components. | Lance Stout | |
2012-07-24 | Finish docstrings for jid.py | Lance Stout | |
2012-07-24 | Cleanup and docs. | Lance Stout | |
2012-07-24 | Add JID escaping support. | Lance Stout | |
2012-07-24 | Add validation for JIDs. | Lance Stout | |