Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-30 | Only import secrets when available | Krombel | 1 | -4/+3 | |
secrets got introduced in python 3.6 so this class is not available in 3.5 and before. This now checks for the current running version and only tries using secrets if the version is 3.6 or above Signed-Off-By: Matthias Kesler <krombel@krombel.de> | |||||
2018-07-27 | make /context lazyload & filter aware (#3567) | Matthew Hodgson | 5 | -7/+43 | |
make /context lazyload & filter aware. | |||||
2018-07-26 | Deduplicate redundant lazy-loaded members (#3331) | Matthew Hodg |