| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | docs: update ZODB wiki tutorial to cookiecutter | Tres Seaver | |
| - Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini', '.coveragerc'). - Document the new PyPA-blessed build process. | |||
| 2024-02-07 | fix: apply equivalent change from old 'setup.py' | Tres Seaver | |
| 2024-02-07 | chore: sync with cookiecutter: | Tres Seaver | |
| - 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. | |||
| 2024-02-07 | chore: sync w/ generation from project name 'tutorial' | Tres Seaver | |
| 2024-02-07 | chore: sync w/ cookiecutter | Tres Seaver | |
| Fix applied in this commit: https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e | |||
| 2024-02-04 | Merge pull request #3749 from Pylons/remove-pkg-resources-from-scripts | Michael Merickel | |
| Remove pkg resources from scripts | |||
| 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 | |
| remove pkg_resources from DottedNameResolver | |||
| 2024-02-04 | remove pkg_resources from DottedNameResolver | 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 | |
| upgrade phash implementation from md5 to sha256 | |||
| 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 | |
| drop support for python 3.7 which EOL'd in 2023 | |||
| 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 | |
| Fix csrf 400 status lines | |||
| 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 | |
| fix secured views to avoid being applied to exception views | |||
| 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 | |
| 2024-01-27 | Merge pull request #3735 from adroullier/script_info | Michael Merickel | |
| Adding script name to 'global_config' during application setup | |||
| 2024-01-27 | add changelog | 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 | |
| args | |||
| 2024-01-27 | remove derived predicates, again there is no point because they must take ↵ | Michael Merickel | |
| just one arg | |||
| 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 | |
| 2024-01-27 | Merge pull request #3738 from ↵ | Michael Merickel | |
| Pylons/dependabot/github_actions/actions/setup-python-5 Bump actions/setup-python from 4 to 5 | |||
| 2024-01-27 | Merge pull request #3737 from Jmennius/support-python-3.12 | Michael Merickel | |
| Add 3.12 to CI, tox and metadata; use latest black and flake8 | |||
| 2023-12-07 | Bump actions/setup-python from 4 to 5 | dependabot[bot] | |
| Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2023-11-30 | Update docs to mention Python 3.12 support | Ievgen Popovych | |
| Signed-off-by: Ievgen Popovych <jmennius@gmail.com> | |||
| 2023-11-30 | Add 3.12 to CI, tox and metadata; use latest black and flake8 | Ievgen Popovych | |
| Signed-off-by: Ievgen Popovych <jmennius@gmail.com> | |||
| 2023-10-30 | set script name via dict.setdefault() | adroullier | |
| 2023-10-24 | Fix 'tox -e lint' tests | adroullier | |
| 2023-10-24 | Merge branch 'script_info' of github.com:adroullier/pyramid into script_info | adroullier | |
| 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-09-14 | Merge pull request #3733 from miketheman/patch-1 | Steve Piercy | |
| Fix broken links | |||
| 2023-09-14 | Fix broken links | Mike Fiedler | |
| Found when browsing around. | |||
| 2023-09-05 | Merge pull request #3732 from ↵ | Michael Merickel | |
| Pylons/dependabot/github_actions/actions/checkout-4 Bump actions/checkout from 3 to 4 | |||
| 2023-09-05 | Bump actions/checkout from 3 to 4 | dependabot[bot] | |
| Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
