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
12 days
remove pkg_resources calls
main
Daniel Schadt
12 days
skip property no-name tests on Python 3.13
Daniel Schadt
12 days
Merge remote-tracking branch 'luhn/override-get-spec'
Daniel Schadt
2025-08-24
Update tests.
Theron Luhn
2025-08-24
Add `get_spec` to `PackageOverrides`
Theron Luhn
2025-08-24
Add `get_spec` to asset sources.
Theron Luhn
2025-08-24
Test against actual assets.
Theron Luhn
2025-08-24
Implement our own version of `resource_filename`.
Theron Luhn
2025-08-24
Move resolvers into `pyramid.resolver`
Theron Luhn
2024-02-04
remove unused dummy objects
Michael Merickel
2024-02-04
replace pkg_resources with importlib.metadata in pshell script
Michael Merickel
2024-02-04
replace pkg_resources with importlib.metadata in pdistreport script
Michael Merickel
2024-01-28
upgrade phash implementation from md5 to sha256
Michael Merickel
2024-01-28
fix BadCSRFOrigin and BadCSRFToken returning invalid HTTP status lines
Michael Merickel
2024-01-27
Merge pull request #3735 from adroullier/script_info
Michael Merickel
2024-01-27
add changelog
Michael Merickel
2024-01-27
revert restriction to eventonly predicates, allow a predicate to receive all ...
Michael Merickel
2023-11-30
Add 3.12 to CI, tox and metadata; use latest black and flake8
Ievgen Popovych
2023-10-24
Fix 'tox -e lint' tests
adroullier
2023-10-24
Fix 'tox -e lint' tests
adroullier
2023-10-24
Adding script name to 'global_config' during application setup as '__script__'
adroullier
2023-08-21
appease linter
Chris McDonough
2023-08-21
appease linter
Chris McDonough
2023-08-21
re-add integration tests (bad merge) and add integration test for nulbyte che...
Chris McDonough
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
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
[next]