| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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> | |||
| 2020-06-03 | Handle non string object passed to aslist method | Thibault Ravera | |
| 2020-06-02 | fix lint for previous change. | Antti Haapala | |
| 2020-06-01 | Fixing #3592 - output diagnostic messages to stderr, not stdout | Antti Haapala | |
| 2020-05-31 | grammar fix | Steve Piercy | |
| 2020-05-31 | s/the/a in src/pyramid/view.py | Steve Piercy | |
| Co-authored-by: Bert JW Regeer <xistence@0x58.com> | |||
| 2020-05-30 | Add required line break for end of bulleted list | Steve Piercy | |
| 2020-05-30 | Rewrite warning to note about Venusian scanning limitations | Steve Piercy | |
| 2020-05-30 | Add warning about venusian limitation of only scanning for *.py files | Mirko Vogt | |
| 2020-05-28 | Fix linting errors | Bert JW Regeer | |
| 2020-05-07 | better wording | Éric Araujo | |
| 2020-05-07 | merge master | Éric Araujo | |
| 2020-05-06 | Cleanup string formatting | Bert JW Regeer | |
| 2020-05-06 | Remove unnecessary coding lines | Bert JW Regeer | |
| 2020-05-06 | Remove object from class | Bert JW Regeer | |
| 2020-05-06 | set() -> {} | Bert JW Regeer | |
| 2020-05-06 | more rewording | Éric Araujo | |
| 2020-05-05 | reword doc | Éric Araujo | |
| 2020-05-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-04-19 | remove __unicode__ method | Sergey Maranchuk | |
| 2020-04-19 | predicate order must be integer | Sergey Maranchuk | |
| 2020-04-19 | invoke super() without arguments | Sergey Maranchuk | |
| 2020-04-19 | rename __nonzero__() to __bool__() | Sergey Maranchuk | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-01-18 | remove unnecessary usage of text_ | Michael Merickel | |
| 2020-01-18 | simplify SettableProperty to be a non-data-descriptor to avoid caching itself | Michael Merickel | |
| 2020-01-18 | use standard detection for data descriptors | Michael Merickel | |
| 2020-01-17 | Merge pull request #3563 from mmerickel/move-acl-security-to-authorization | Michael Merickel | |
| Move acl security to authorization | |||
| 2020-01-16 | merge master | Éric Araujo | |
| 2020-01-16 | Merge branch 'master' into move-acl-security-to-authorization | Michael Merickel | |
| 2020-01-14 | fix comment | Michael Merickel | |
| 2020-01-14 | apply more review fixes, minimize some diffs | Éric Araujo | |
| 2020-01-12 | fix lint | Michael Merickel | |
| 2020-01-12 | move doc references from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-12 | move acl helper apis from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-11 | remove obsolete bit | Éric Araujo | |
| 2020-01-11 | replace "third-party" with "custom" | Éric Araujo | |
| 2020-01-11 | merge master | Éric Araujo | |
| 2020-01-09 | Merge branch 'master' into security-docs | Michael Merickel | |
| 2020-01-09 | clarify the docs | Michael Merickel | |
| 2020-01-09 | fix paradigm to avoid incorrect usages | Michael Merickel | |
| It's almost impossible to create a decorator that works on both methods and functions, but more importantly the original approach was sharing a cache across instances of the policy. It needed to be local to the policy instance, but shared across requests. The new example demonstrates that. The cache is also much more flexible in its usage patterns now. | |||
| 2020-01-08 | grammar fixes | Michael Merickel | |
