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
/
src
Age
Commit message (
Expand
)
Author
2025-08-24
Add `get_spec` to asset sources.
Theron Luhn
2024-02-07
fix warning stacklevel
Michael Merickel
2024-02-07
issue a warning if a static view is referencing a package that doesn't exist
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-02-04
remove pkg_resources from DottedNameResolver
Michael Merickel
2024-01-28
upgrade phash implementation from md5 to sha256
Michael Merickel
2024-01-28
Merge branch 'main' into fix-csrf-400-status
Michael Merickel
2024-01-28
fix BadCSRFOrigin and BadCSRFToken returning invalid HTTP status lines
Michael Merickel
2024-01-28
fix secured views to avoid being applied to exception views
Michael Merickel
2024-01-27
Merge pull request #3735 from adroullier/script_info
Michael Merickel
2024-01-27
add bootstrap value when an app is loaded via bootstrap
Michael Merickel
2024-01-27
revert restriction to eventonly predicates, allow a predicate to receive all ...
Michael Merickel
2024-01-27
remove derived predicates, again there is no point because they must take jus...
Michael Merickel
2024-01-27
every subscriber predicate must accept only one arg, so codify that
Michael Merickel
2024-01-27
upgrade black and sync versions with ``tox -e format``
Michael Merickel
2023-11-30
Add 3.12 to CI, tox and metadata; use latest black and flake8
Ievgen Popovych
2023-10-30
set script name via dict.setdefault()
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
chore: back out unintended change
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-09-29
Merge pull request #3701 from Pylons/pyupgrade-3.7
Michael Merickel
2022-06-07
Change != to is not in pshell initialization
Antti Haapala
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2022-03-13
remove obsolete hack required on unsupported version 3.5.0
Michael Merickel
2022-03-12
set target versions for black
Michael Merickel
2022-03-12
Merge pull request #3660 from Psycojoker/master
Michael Merickel
2022-02-07
Adding HTTP client error 418.
Jens Troeger
2022-02-05
Merge pull request #3669 from lkuchenb/fix/minorComment
Bert JW Regeer
2022-02-05
Merge pull request #3677 from tirkarthi/fix-python3.10-warnings
Bert JW Regeer
2022-01-07
make latest black happy
Marcin Lulek
2021-08-24
setDaemon attribute was deprecated in Python 3.10.
Karthikeyan Singaravelan
2021-05-15
Docstring style fixes as indicated by linter
Leon Kuchenbecker
2021-05-14
Minor comment fix
Leon Kuchenbecker
2021-02-27
in reify also copy wrapped function __name__
Laurent Peuch
2021-02-17
Fix reify so Sphinx recognizes it as an attribute.
Theron Luhn
2021-01-15
Comment.
Theron Luhn
2021-01-15
Fix tests.
Theron Luhn
2021-01-05
Typo on docstring
Grigouze
2020-11-28
fix a few references
Michael Merickel
2020-11-28
add examples for upgrading
Michael Merickel
2020-11-28
namespace upgrading_auth since it's in the whatsnew doc
Michael Merickel
2020-11-28
first draft of whatsnew
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-14
Update identity docstring.
Theron Luhn
2020-10-13
Rename `ISecurityPolicy.authenticated_identity` to `identity`
Theron Luhn
2020-09-29
Jigger the switch to pass lint
Steve Piercy
[next]