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
Age
Commit message (
Expand
)
Author
2023-08-21
chore: appease lint, better varname
Tres Seaver
2023-08-21
fix: reject NUL character as path element
Tres Seaver
2022-12-29
Drop l*gettext() from pyramid.i18n
Stefano Rivera
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
2020-11-01
Merge pull request #3587 from ericatkin/master
Michael Merickel
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 negate...
Eric Atkin
2020-05-28
Revert "Fix tests that depend on the test runner"
Bert JW Regeer
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
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
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
2019-12-23
Merge branch 'master' into luhn-authenticated-userid
Michael Merickel
2019-12-23
add coverage tests for deprecation warnings
Michael Merickel
2019-12-15
Fix coverage.
Theron Luhn
[next]