Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |