| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
upgrade the wiki2 tutorial with the new cookiecutter updates
|
|
|
|
docs: refresh ZODB wiki tutorial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini',
'.coveragerc').
- Document the new PyPA-blessed build process.
|
|
|
|
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'.
- Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a
distraction.
- Convert README to Markdown.
|
|
|
|
Fix applied in this commit:
https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e
|
|
Remove pkg resources from scripts
|
|
|
|
|
|
|
|
|
|
remove pkg_resources from DottedNameResolver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
upgrade phash implementation from md5 to sha256
|
|
|
|
|
|
drop support for python 3.7 which EOL'd in 2023
|
|
|
|
Fix csrf 400 status lines
|
|
|
|
fix secured views to avoid being applied to exception views
|
|
|
|
|
|
|
|
|