| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-28 | fix BadCSRFOrigin and BadCSRFToken returning invalid HTTP status lines | 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 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 | |
| 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 | 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 | |
| See: https://github.com/Pylons/pyramid/security/advisories/GHSA-j8g2-6fc7-q8f8 | |||
| 2022-12-29 | Drop l*gettext() from pyramid.i18n | Stefano Rivera | |
| Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants aren't useful, and difficult to use correctly. This adds support for Python 3.11. | |||
| 2022-09-29 | Merge pull request #3701 from Pylons/pyupgrade-3.7 | Michael Merickel | |
| pyupgrade --py37-plus | |||
| 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 | |
| in reify also copy wrapped function __name__ | |||
| 2022-02-07 | Adding HTTP client error 418. | Jens Troeger | |
| 2022-02-05 | Merge pull request #3669 from lkuchenb/fix/minorComment | Bert JW Regeer | |
| Minor comment fix | |||
| 2022-02-05 | Merge pull request #3677 from tirkarthi/fix-python3.10-warnings | Bert JW Regeer | |
| setDaemon attribute was deprecated in Python 3.10. | |||
| 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 | |
| Rename `ISecurityPolicy.authenticated_identity` to `identity` | |||
| 2020-11-01 | Merge pull request #3587 from ericatkin/master | Michael Merickel | |
| cur_domain is effectively equivalent to '.' + cur_domain and therefor… | |||
| 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 | |
| 2020-09-29 | Blackify for v20.8b1 | Steve Piercy | |
| 2020-08-13 | Clarify that the string 'None' should be the value for `samesite` | Steve Piercy | |
| - See https://github.com/Pylons/pyramid/issues/2733#issuecomment-672936565 | |||
| 2020-07-12 | Run isort 5.x across code base | Bert JW Regeer | |
| 2020-07-02 | improve doc | Éric Araujo | |
| Co-Authored-By: Steve Piercy | |||
| 2020-07-02 | add tests and docs | Éric Araujo | |
| 2020-06-22 | first shot for #1602 | Éric Araujo | |
| 2020-06-22 | Only set a single cookie | Eric Atkin | |
| 2020-06-04 | Merge pull request #3594 from raverat/fix/handle_non_string_object_aslist_method | Michael Merickel | |
| Handle non string object passed to aslist method | |||
| 2020-06-03 | Update src/pyramid/settings.py | Ravera Thibault | |
| Co-authored-by: Steve Piercy <web@stevepiercy.com> | |||
