summaryrefslogtreecommitdiff
path: root/tests/test_authentication.py
AgeCommit message (Expand)Author
2022-03-13pyupgrade --py37-plusMichael Merickel
2020-11-01blackifyMichael Merickel
2020-11-01Merge pull request #3587 from ericatkin/masterMichael Merickel
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-06-22Fix lint failuresEric Atkin
2020-06-22Only set a single cookieEric Atkin
2020-05-28cur_domain is effectively equivalent to '.' + cur_domain and therefore negate...Eric Atkin
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-01-12move doc references from pyramid.security to pyramid.authorizationMichael Merickel
2019-12-27isortMichael Merickel
2019-12-14Fix tests for `SesssionAuthenticationHelper`Theron Luhn
2019-11-05black 19.10b0 was released on 2019.10.28 and introduced several changes that ...jonathan vanasco
2019-04-15Move SessionAuthenticationHelper to pyramid.authentication.Theron Luhn
2019-04-15Revert "Migrate AuthTktCookieHelper to pyramid.security."Theron Luhn
2019-03-30Migrate AuthTktCookieHelper to pyramid.security.Theron Luhn
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-11-14remove SimpleCookie and escape shimsMichael Merickel
2018-11-12get rid of type aliasesMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14fix the tests to import from the tests package instead of pyramid.testsMichael Merickel
2018-10-14move tests out of the packageMichael Merickel