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
Age
Commit message (
Expand
)
Author
2024-02-07
fix warning stacklevel
Michael Merickel
2024-02-07
add deprecation to changelog
Michael Merickel
2024-02-07
issue a warning if a static view is referencing a package that doesn't exist
Michael Merickel
2024-02-07
add changelog for #3747 and #3751
Michael Merickel
2024-02-07
Merge pull request #3747 from Pylons/wiki2-sqla-2.0
Michael Merickel
2024-02-07
sync language from zodb tutorial for test sections
Michael Merickel
2024-02-07
Merge pull request #3751 from Pylons/tseaver-refresh-zodb-tutorial
Michael Merickel
2024-02-07
docs: fold in 'Installing' language from the 'wiki2' refresh (PR #3747)
Tres Seaver
2024-02-07
docs: fold in 'Distributing' language from the 'wiki2' refresh (PR #3747)
Tres Seaver
2024-02-07
fix: document test harness config via 'pyproject.toml'
Tres Seaver
2024-02-07
fix: remove stray mentions of 'setup.py'
Tres Seaver
2024-02-07
improve the distributing.rst
Michael Merickel
2024-02-07
fix pytest / coverage references
Michael Merickel
2024-02-07
docs: update ZODB wiki tutorial to cookiecutter
Tres Seaver
2024-02-07
fix: apply equivalent change from old 'setup.py'
Tres Seaver
2024-02-07
chore: sync with cookiecutter:
Tres Seaver
2024-02-07
chore: sync w/ generation from project name 'tutorial'
Tres Seaver
2024-02-07
chore: sync w/ cookiecutter
Tres Seaver
2024-02-04
Merge pull request #3749 from Pylons/remove-pkg-resources-from-scripts
Michael Merickel
2024-02-04
add changelog for #3749
Michael Merickel
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-02-04
Merge pull request #3748 from Pylons/replace-pkg-resoures-dottednameresolver
Michael Merickel
2024-02-04
remove pkg_resources from DottedNameResolver
Michael Merickel
2024-02-04
fix query in test_views
Michael Merickel
2024-02-04
update distributing chapter
Michael Merickel
2024-02-04
upgrade tests chapter
Michael Merickel
2024-02-04
backport fix to authentication
Michael Merickel
2024-02-04
update authorization chapter
Michael Merickel
2024-02-04
update authentication chapter
Michael Merickel
2024-02-04
update the definingviews chapter
Michael Merickel
2024-02-04
add missing migration files
Michael Merickel
2024-02-04
upgrade definingmodels chapter
Michael Merickel
2024-02-04
upgrade basiclayout chapter
Michael Merickel
2024-02-04
fix design chapter
Michael Merickel
2024-02-04
upgrade the wiki2/installation chapter
Michael Merickel
2024-01-28
remove changes from changelog that have been released in 2.0.x
Michael Merickel
2024-01-28
Merge pull request #3745 from Pylons/phash-sha256
Michael Merickel
2024-01-28
add changelog for #3745
Michael Merickel
2024-01-28
upgrade phash implementation from md5 to sha256
Michael Merickel
2024-01-28
Merge pull request #3744 from Pylons/drop-py37
Michael Merickel
2024-01-28
drop support for python 3.7 which was eol in 2023
Michael Merickel
2024-01-28
Merge pull request #3742 from Pylons/fix-csrf-400-status
Michael Merickel
2024-01-28
Merge branch 'main' into fix-csrf-400-status
Michael Merickel
2024-01-28
Merge pull request #3741 from Pylons/fix-authdebug-view
Michael Merickel
2024-01-28
add changelog for #3742
Michael Merickel
2024-01-28
fix BadCSRFOrigin and BadCSRFToken returning invalid HTTP status lines
Michael Merickel
2024-01-28
add changelog for #3741
Michael Merickel
2024-01-28
fix secured views to avoid being applied to exception views
Michael Merickel
[next]