| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-23 | When invoking an exception view, push the new threadlocals | Bert JW Regeer | |
| This way when calling the threadlocal get_current_request() you get the same request object as the one that was passed to the view. | |||
| 2017-05-23 | allow the execution policy to perform a last-ditch effort to render an ↵ | Michael Merickel | |
| exception view | |||
| 2017-05-23 | Merge branch 'master' of https://github.com/Pylons/pyramid | Chris Morales | |
| 2017-05-23 | Merge branch 'master' of https://github.com/Pylons/pyramid into pyramid_tm_3052 | Chris Morales | |
| 2017-05-23 | pyramid_tm.explicit_manager set in the configuration. | Chris Morales | |
| 2017-05-22 | add change note | Steve Piercy | |
| 2017-05-22 | Merge pull request #3055 from fangpenlin/fix.2548 | Steve Piercy | |
| Fix #2548, add SRI has for script tags | |||
| 2017-05-22 | Also replace script tags appear everywhere | Fang-Pen Lin | |
| 2017-05-22 | Updating wording in the advanced features doc to make it more accessible | cewing | |
| 2017-05-22 | Fix #2548, add SRI has for script tags | Fang-Pen Lin | |
| 2017-05-22 | add changelog for #3054 | Michael Merickel | |
| 2017-05-22 | Merge pull request #3054 from ↵ | Michael Merickel | |
| fangpenlin/feature.closest-predicate-match-error-msg Fix #1603, add closest predicate name in error message | |||
| 2017-05-22 | Load difflib on-demand so that it won’t take message proactively | Fang-Pen Lin | |
| 2017-05-22 | Fix #1603, add closest predicate name in error message | Fang-Pen Lin | |
| 2017-05-22 | Add test for closest predicate error message | Fang-Pen Lin | |
| 2017-05-22 | simplify the section comparing pyramid with other web frameworks | cewing | |
| also remove the sidebar about MVC, in favor of a simpler statement of belief in the MVC paragraph. | |||
| 2017-05-22 | move more esoteric framework features into a separate file to remove ↵ | cewing | |
| complexity from the intro doc. | |||
| 2017-05-22 | Merge branch 'master' into issue.2614 | cewing | |
| 2017-05-22 | updates to narrative docs introduction, fixing for clarity and concision | cewing | |
| 2017-05-17 | Merge pull request #3045 from stevepiercy/master | Steve Piercy | |
| remove bad path from python executable | |||
| 2017-05-17 | adjust emphasize-lines range | Steve Piercy | |
| 2017-05-17 | remove bad path from python executable | Steve Piercy | |
| - Closes #3044 | |||
| 2017-05-12 | Merge pull request #3039 from stevepiercy/change-to-localhost | Steve Piercy | |
| Change to localhost | |||
| 2017-05-12 | Merge branch 'master' into change-to-localhost | Steve Piercy | |
| 2017-05-12 | resolve conflicts | Steve Piercy | |
| 2017-05-12 | update narrative docs to align with source code | Steve Piercy | |
| - per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854 | |||
| 2017-05-12 | Merge pull request #3036 from stevepiercy/master | Steve Piercy | |
| use new TLD for pytest-cov | |||
| 2017-05-12 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2017-05-12 | Merge pull request #3035 from Pylons/pytest-url-fix-master | Steve Piercy | |
| Pytest changed their URL structure | |||
| 2017-05-12 | use https | Steve Piercy | |
| 2017-05-09 | use new TLD for pytest-cov | Steve Piercy | |
| 2017-05-09 | Pytest changed their URL structure | Tres Seaver | |
| 2017-05-09 | prep 1.9a2 | Michael Merickel | |
| 2017-05-09 | fix changelog, added #3031 and #3029 to the wrong release version | Michael Merickel | |
| 2017-05-06 | pep8 fix | russellballestrini | |
| modified: pyramid/url.py | |||
| 2017-05-06 | modified: CONTRIBUTORS.txt | russellballestrini | |
| 2017-05-06 | make adjustments to make tests pass. | russellballestrini | |
| modified: pyramid/url.py | |||
| 2017-05-06 | Update url.py | Refactor parse_url_overrides | Russell Ballestrini | |
| Refactor parse_url_overrides: * pop values with default if key is missing * change conditionals to test for truth * prevent throwing an exception if passing keyword with default value * test if anchor starts with '#' before blindly adding it | |||
| 2017-05-04 | line length | Michael Merickel | |
| 2017-05-04 | add incompatibilities to whatsnew | Michael Merickel | |
| 2017-05-04 | add changelog for #3031 | Michael Merickel | |
| 2017-05-04 | Merge pull request #3031 from mmerickel/normalize-exception-rendering | Michael Merickel | |
| normalize excview tween to use ``request.invoke_exception_view`` | |||
| 2017-05-03 | normalize excview tween to use ``request.invoke_exception_view`` | Michael Merickel | |
| ``request.exception`` and ``request.exc_info`` are set to the exception used to render the response but they are reset to their original values if no response could be rendered minor incompatibility in that ``request.response`` is restored after the excview tween but should not be an issue because a response is returned thus request.response should be ignored by anyone who cares. | |||
| 2017-05-03 | add changelog for #3029 | Michael Merickel | |
| 2017-05-03 | Merge pull request #3029 from mmerickel/clear-request.exception | Michael Merickel | |
| clear request.exception if the excview fails to handle the error | |||
| 2017-05-02 | clean request.exception if the excview fails to handle the error | Michael Merickel | |
| request.exception is only not None if the response was generated by the excview fixes #3027 | |||
| 2017-05-02 | Merge pull request #3023 from stevepiercy/master | Steve Piercy | |
| update releasing for trypyramid.com and kill off pylonsrtd | |||
| 2017-05-02 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2017-05-02 | add more events for updating trypyramid.com | Steve Piercy | |
| 2017-05-02 | kill off pylonsrtd | Steve Piercy | |
