| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-12 | Run isort 5.x across code base | Bert JW Regeer | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-01-09 | fix lint | Michael Merickel | |
| 2020-01-09 | fix paradigm to avoid incorrect usages | Michael Merickel | |
| It's almost impossible to create a decorator that works on both methods and functions, but more importantly the original approach was sharing a cache across instances of the policy. It needed to be local to the policy instance, but shared across requests. The new example demonstrates that. The cache is also much more flexible in its usage patterns now. | |||
| 2020-01-08 | add a RequestLocalCache class | Michael Merickel | |
| 2019-12-27 | isort | Michael Merickel | |
| 2019-03-03 | Implement new request.has_permission. | Theron Luhn | |
| Deleted AuthorizationAPIMixin | |||
| 2018-11-14 | move text_, bytes_ and ascii_ to pyramid.util and remove native_ | Michael Merickel | |
| 2018-11-12 | initial work to remove py2 from the codebase | Michael Merickel | |
| 2018-10-15 | fix lint on tests | Michael Merickel | |
| 2018-10-15 | format source using black | Michael Merickel | |
| 2018-10-14 | move tests out of the package | Michael Merickel | |
