| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-21 | add integration tests | Chris McDonough | |
| 2023-08-21 | chore: appease lint, better varname | Tres Seaver | |
| 2023-08-21 | fix: reject NUL character as path element | Tres Seaver | |
| See: https://github.com/Pylons/pyramid/security/advisories/GHSA-j8g2-6fc7-q8f8 | |||
| 2022-12-29 | Drop l*gettext() from pyramid.i18n | Stefano Rivera | |
| Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants aren't useful, and difficult to use correctly. This adds support for Python 3.11. | |||
| 2022-03-13 | pyupgrade --py37-plus | Michael Merickel | |
| 2022-03-12 | set target versions for black | Michael Merickel | |
| 2022-01-07 | make latest black happy | Marcin Lulek | |
| 2021-02-17 | Remove inspect.unwrap, not in Python 2.7 and it's a no-op. | Theron Luhn | |
| 2021-02-17 | Write tests. | Theron Luhn | |
| 2021-01-15 | Test Router.finish_request | Theron Luhn | |
| 2021-01-15 | Fix tests. | Theron Luhn | |
| 2020-11-01 | blackify | Michael Merickel | |
| 2020-11-01 | Merge pull request #3620 from luhn/identity-rename | Michael Merickel | |
| Rename `ISecurityPolicy.authenticated_identity` to `identity` | |||
| 2020-11-01 | Merge pull request #3587 from ericatkin/master | Michael Merickel | |
| cur_domain is effectively equivalent to '.' + cur_domain and therefor… | |||
| 2020-10-13 | Rename `ISecurityPolicy.authenticated_identity` to `identity` | Theron Luhn | |
| 2020-09-29 | Blackify for v20.8b1 | Steve Piercy | |
| 2020-07-12 | Run isort 5.x across code base | Bert JW Regeer | |
| 2020-07-02 | add tests and docs | Éric Araujo | |
| 2020-06-22 | first shot for #1602 | Éric Araujo | |
| 2020-06-22 | Fix lint failures | Eric Atkin | |
| 2020-06-22 | Only set a single cookie | Eric Atkin | |
| 2020-06-03 | Handle non string object passed to aslist method | Thibault Ravera | |
| 2020-05-28 | cur_domain is effectively equivalent to '.' + cur_domain and therefore ↵ | Eric Atkin | |
| negates the effect of wild_domain | |||
| 2020-05-28 | Revert "Fix tests that depend on the test runner" | Bert JW Regeer | |
| This reverts commit 72eca2f8e82f1af20e433218719d99e7627d5650. | |||
| 2020-05-07 | merge master | Éric Araujo | |
| 2020-05-06 | Remove unnecessary coding lines | Bert JW Regeer | |
| 2020-05-06 | set() -> {} | Bert JW Regeer | |
| 2020-05-06 | Fix tests that depend on the test runner | Bert JW Regeer | |
| 2020-05-06 | add test to validate doc assertion | Éric Araujo | |
| 2020-05-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-05-04 | expand testing for predicate texts | Éric Araujo | |
| 2020-04-19 | Replace deprecated unittest alias assertEquals with assertEqual | Sergey Maranchuk | |
| https://docs.python.org/3/library/unittest.html#deprecated-aliases | |||
| 2020-04-19 | remove __unicode__ method | Sergey Maranchuk | |
| 2020-04-19 | invoke super() without arguments | Sergey Maranchuk | |
| 2020-04-19 | rename __nonzero__() to __bool__() | Sergey Maranchuk | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-01-16 | Merge branch 'master' into move-acl-security-to-authorization | Michael Merickel | |
| 2020-01-12 | move doc references from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-09 | Merge branch 'master' into security-docs | Michael Merickel | |
| 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 | |
| 2020-01-08 | invoke finished callbacks in prepare/bootstrap closers | Michael Merickel | |
| 2020-01-05 | allow overriding synthesized properties | Michael Merickel | |
| 2020-01-03 | Merge branch 'master' into security-docs | Michael Merickel | |
| 2019-12-30 | rename identify(request) to authenticated_identity(request) | Michael Merickel | |
| 2019-12-27 | isort | Michael Merickel | |
| 2019-12-24 | security policy docs and legacy policy improvements | Michael Merickel | |
| - Added `set_security_policy`` to more places in the docs. - Ensure that the authn/authz policies are not used at all if the legacy policy is not in effect to avoid edge cases where the code would skip the security policy and use the authn/authz policy on accident. - Change deprecation warnings in code to reference the docs by name instead of by URL. | |||
| 2019-12-23 | Merge branch 'master' into luhn-authenticated-userid | Michael Merickel | |
| 2019-12-23 | add coverage tests for deprecation warnings | Michael Merickel | |
