index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_authentication.py
Age
Commit message (
Expand
)
Author
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2020-11-01
blackify
Michael Merickel
2020-11-01
Merge pull request #3587 from ericatkin/master
Michael Merickel
2020-07-12
Run isort 5.x across code base
Bert JW Regeer
2020-06-22
Fix lint failures
Eric Atkin
2020-06-22
Only set a single cookie
Eric Atkin
2020-05-28
cur_domain is effectively equivalent to '.' + cur_domain and therefore negate...
Eric Atkin
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2020-01-12
move doc references from pyramid.security to pyramid.authorization
Michael Merickel
2019-12-27
isort
Michael Merickel
2019-12-14
Fix tests for `SesssionAuthenticationHelper`
Theron Luhn
2019-11-05
black 19.10b0 was released on 2019.10.28 and introduced several changes that ...
jonathan vanasco
2019-04-15
Move SessionAuthenticationHelper to pyramid.authentication.
Theron Luhn
2019-04-15
Revert "Migrate AuthTktCookieHelper to pyramid.security."
Theron Luhn
2019-03-30
Migrate AuthTktCookieHelper to pyramid.security.
Theron Luhn
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
remove SimpleCookie and escape shims
Michael Merickel
2018-11-12
get rid of type aliases
Michael Merickel
2018-10-15
format source using black
Michael Merickel
2018-10-14
fix the tests to import from the tests package instead of pyramid.tests
Michael Merickel
2018-10-14
move tests out of the package
Michael Merickel