| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-23 | Doc fixes from @Deimos | Theron Luhn | |
| 2019-09-19 | Document CSRF allow_no_origin option. | Theron Luhn | |
| 2019-09-19 | Add allow_no_origin option to CSRF. | Theron Luhn | |
| 2019-08-24 | fix docstring | Michael Merickel | |
| 2019-08-24 | indent string | Michael Merickel | |
| 2019-08-24 | fix some strings concatenated with black | Michael Merickel | |
| 2019-08-17 | Fix indentation for running doctests | Steve Piercy | |
| 2019-08-17 | run linkcheck, fix redirects, change busted links to inline literals | Steve Piercy | |
| 2019-07-27 | Fix typos | Min ho Kim | |
| 2019-06-06 | do not reinvoke exception views if an exception hits the execution policy | Michael Merickel | |
| See https://github.com/Pylons/pyramid/issues/3468 | |||
| 2019-04-15 | Revert "Use inspect.stack() instead of sys._getframe()" | Theron Luhn | |
| This reverts commit b1c366a5921969254d87ffc2417d39046cffebe3. | |||
| 2019-04-04 | Use depth argument for view_config info. | Theron Luhn | |
| 2019-04-01 | Use inspect.stack() instead of sys._getframe() | Theron Luhn | |
| 2019-04-01 | Improve debugging info from view_config decorator. | Theron Luhn | |
| Grab a frame when instanciating view_config, rather than pulling info from venusian's AttachInfo. See discussion at https://github.com/Pylons/pyramid/issues/3471 This fixes the build for Python 3.8. | |||
| 2019-03-21 | Add ignore_files to pserve configuration section | Eric Atkin | |
| 2019-01-29 | Merge pull request #3459 from mmerickel/fix-logging-setup | Michael Merickel | |
| do not configure logging in the master process when using the reloader | |||
| 2019-01-29 | do not configure logging in the master process when using the reloader | Michael Merickel | |
| 2019-01-28 | stop sorting discriminators in exception output | Michael Merickel | |
| 2019-01-10 | Merge pull request #3442 from Estartu/master | Michael Merickel | |
| changed principals_allowed_by_permission to act differently if permissive is True or False | |||
| 2019-01-05 | drop mimetypes bugfix for 2.6.x that is no longer needed | Michael Merickel | |
| 2019-01-05 | stop overriding request.json_body from webob | Michael Merickel | |
| 2018-12-26 | principals_allowed_by_permission is described to always return a sequence. ↵ | Gerhard Schmidt | |
| Most of the time the result is used with something like Everyone in principals_allowed_by_permission or iterated over. So even if no prinicpal is authorised it should be a sequence regardless. | |||
| 2018-11-23 | always use compare_digest | Michael Merickel | |
| 2018-11-19 | Standardize casing of URL when it is an acronym | Steve Piercy | |
| 2018-11-18 | fix moar strings | Michael Merickel | |
| 2018-11-18 | fix up some more docstrings | Michael Merickel | |
| 2018-11-18 | stop using u-prefix strings | Michael Merickel | |
| 2018-11-18 | clean up docstrings referencing unicode data | Michael Merickel | |
| 2018-11-14 | move WIN and PYPY tests into pyramid.util | Michael Merickel | |
| 2018-11-14 | move text_, bytes_ and ascii_ to pyramid.util and remove native_ | Michael Merickel | |
| 2018-11-14 | remove several places supporting bytes for py2 | Michael Merickel | |
| 2018-11-14 | rely on webob for request.path_info and request.scheme | Michael Merickel | |
| 2018-11-14 | remove urllib.parse shims | Michael Merickel | |
| 2018-11-14 | move is_nonstr_iter to pyramid.util | Michael Merickel | |
| 2018-11-14 | move reraise to pyramid.util | Michael Merickel | |
| 2018-11-14 | remove SimpleCookie and escape shims | Michael Merickel | |
| 2018-11-14 | move is_unbound_method to pyramid.util | Michael Merickel | |
| 2018-11-13 | get rid of some unnecessary constants | Michael Merickel | |
| 2018-11-12 | get rid of NativeIO alias and a few others | Michael Merickel | |
| 2018-11-12 | remove exec alias | Michael Merickel | |
| 2018-11-12 | get rid of pickle alias | Michael Merickel | |
| 2018-11-12 | get rid of type aliases | Michael Merickel | |
| 2018-11-12 | initial work to remove py2 from the codebase | Michael Merickel | |
| 2018-11-12 | Merge pull request #3420 from mmerickel/bare-route-prefix-2 | Michael Merickel | |
| support inherit_slash=True on add_route | |||
| 2018-11-12 | try to fix docs | Michael Merickel | |
| 2018-11-11 | use inherit_slash=True on add_route to opt-in to no trailing slash | Michael Merickel | |
| 2018-11-11 | principals_allowed_by_permission returned all principals regardless if ↵ | Gerhard Schmidt | |
| permissiv is true or false. It should return a empty list if permissive is False. | |||
| 2018-11-06 | call fix_registry so that queryAdapterOrSelf is available | Michael Merickel | |
| fixes #3416 | |||
| 2018-11-04 | Merge branch 'pr/1639' into bare-route-prefix | Michael Merickel | |
| 2018-11-03 | change to use JSONSerializer for SignedCookieSessionFactory | Michael Merickel | |
