summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-04Merge pull request #3748 from Pylons/replace-pkg-resoures-dottednameresolverMichael Merickel
2024-02-04remove pkg_resources from DottedNameResolverMichael Merickel
2024-02-04fix query in test_viewsMichael Merickel
2024-02-04update distributing chapterMichael Merickel
2024-02-04upgrade tests chapterMichael Merickel
2024-02-04backport fix to authenticationMichael Merickel
2024-02-04update authorization chapterMichael Merickel
2024-02-04update authentication chapterMichael Merickel
2024-02-04update the definingviews chapterMichael Merickel
2024-02-04add missing migration filesMichael Merickel
2024-02-04upgrade definingmodels chapterMichael Merickel
2024-02-04upgrade basiclayout chapterMichael Merickel
2024-02-04fix design chapterMichael Merickel
2024-02-04upgrade the wiki2/installation chapterMichael Merickel
2024-01-28remove changes from changelog that have been released in 2.0.xMichael Merickel
2024-01-28Merge pull request #3745 from Pylons/phash-sha256Michael Merickel
2024-01-28add changelog for #3745Michael Merickel
2024-01-28upgrade phash implementation from md5 to sha256Michael Merickel
2024-01-28Merge pull request #3744 from Pylons/drop-py37Michael Merickel
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2024-01-28Merge pull request #3742 from Pylons/fix-csrf-400-statusMichael Merickel
2024-01-28Merge branch 'main' into fix-csrf-400-statusMichael Merickel
2024-01-28Merge pull request #3741 from Pylons/fix-authdebug-viewMichael Merickel
2024-01-28add changelog for #3742Michael Merickel
2024-01-28fix BadCSRFOrigin and BadCSRFToken returning invalid HTTP status linesMichael Merickel
2024-01-28add changelog for #3741Michael Merickel
2024-01-28fix secured views to avoid being applied to exception viewsMichael Merickel
2024-01-27Merge pull request #3735 from adroullier/script_infoMichael Merickel
2024-01-27add changelogMichael Merickel
2024-01-27add bootstrap value when an app is loaded via bootstrapMichael Merickel
2024-01-27revert restriction to eventonly predicates, allow a predicate to receive all ...Michael Merickel
2024-01-27remove derived predicates, again there is no point because they must take jus...Michael Merickel
2024-01-27every subscriber predicate must accept only one arg, so codify thatMichael Merickel
2024-01-27upgrade black and sync versions with ``tox -e format``Michael Merickel
2024-01-27Merge pull request #3738 from Pylons/dependabot/github_actions/actions/setup-...Michael Merickel
2024-01-27Merge pull request #3737 from Jmennius/support-python-3.12Michael Merickel
2023-12-07Bump actions/setup-python from 4 to 5dependabot[bot]
2023-11-30Update docs to mention Python 3.12 supportIevgen Popovych
2023-11-30Add 3.12 to CI, tox and metadata; use latest black and flake8Ievgen Popovych
2023-10-30set script name via dict.setdefault()adroullier
2023-10-24Fix 'tox -e lint' testsadroullier
2023-10-24Merge branch 'script_info' of github.com:adroullier/pyramid into script_infoadroullier
2023-10-24Fix 'tox -e lint' testsadroullier
2023-10-24Fix 'tox -e lint' testsadroullier
2023-10-24Adding script name to 'global_config' during application setup as '__script__'adroullier
2023-09-14Merge pull request #3733 from miketheman/patch-1Steve Piercy
2023-09-14Fix broken linksMike Fiedler
2023-09-05Merge pull request #3732 from Pylons/dependabot/github_actions/actions/checko...Michael Merickel
2023-09-05Bump actions/checkout from 3 to 4dependabot[bot]
2023-08-25upgrade to readthedocs.yamlMichael Merickel