summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-23When invoking an exception view, push the new threadlocalsBert 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-23allow the execution policy to perform a last-ditch effort to render an ↵Michael Merickel
exception view
2017-05-23Merge branch 'master' of https://github.com/Pylons/pyramidChris Morales
2017-05-23Merge branch 'master' of https://github.com/Pylons/pyramid into pyramid_tm_3052Chris Morales
2017-05-23pyramid_tm.explicit_manager set in the configuration.Chris Morales
2017-05-22add change noteSteve Piercy
2017-05-22Merge pull request #3055 from fangpenlin/fix.2548Steve Piercy
Fix #2548, add SRI has for script tags
2017-05-22Also replace script tags appear everywhereFang-Pen Lin
2017-05-22Updating wording in the advanced features doc to make it more accessiblecewing
2017-05-22Fix #2548, add SRI has for script tagsFang-Pen Lin
2017-05-22add changelog for #3054Michael Merickel
2017-05-22Merge pull request #3054 from ↵Michael Merickel
fangpenlin/feature.closest-predicate-match-error-msg Fix #1603, add closest predicate name in error message
2017-05-22Load difflib on-demand so that it won’t take message proactivelyFang-Pen Lin
2017-05-22Fix #1603, add closest predicate name in error messageFang-Pen Lin
2017-05-22Add test for closest predicate error messageFang-Pen Lin
2017-05-22simplify the section comparing pyramid with other web frameworkscewing
also remove the sidebar about MVC, in favor of a simpler statement of belief in the MVC paragraph.
2017-05-22move more esoteric framework features into a separate file to remove ↵cewing
complexity from the intro doc.
2017-05-22Merge branch 'master' into issue.2614cewing
2017-05-22updates to narrative docs introduction, fixing for clarity and concisioncewing
2017-05-17Merge pull request #3045 from stevepiercy/masterSteve Piercy
remove bad path from python executable
2017-05-17adjust emphasize-lines rangeSteve Piercy
2017-05-17remove bad path from python executableSteve Piercy
- Closes #3044
2017-05-12Merge pull request #3039 from stevepiercy/change-to-localhostSteve Piercy
Change to localhost
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-05-12resolve conflictsSteve Piercy
2017-05-12update narrative docs to align with source codeSteve Piercy
- per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854
2017-05-12Merge pull request #3036 from stevepiercy/masterSteve Piercy
use new TLD for pytest-cov
2017-05-12Merge remote-tracking branch 'upstream/master'Steve Piercy
2017-05-12Merge pull request #3035 from Pylons/pytest-url-fix-masterSteve Piercy
Pytest changed their URL structure
2017-05-12use httpsSteve Piercy
2017-05-09use new TLD for pytest-covSteve Piercy
2017-05-09Pytest changed their URL structureTres Seaver
2017-05-09prep 1.9a2Michael Merickel
2017-05-09fix changelog, added #3031 and #3029 to the wrong release versionMichael Merickel
2017-05-06pep8 fixrussellballestrini
modified: pyramid/url.py
2017-05-06 modified: CONTRIBUTORS.txtrussellballestrini
2017-05-06make adjustments to make tests pass.russellballestrini
modified: pyramid/url.py
2017-05-06Update url.py | Refactor parse_url_overridesRussell 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-04line lengthMichael Merickel
2017-05-04add incompatibilities to whatsnewMichael Merickel
2017-05-04add changelog for #3031Michael Merickel
2017-05-04Merge pull request #3031 from mmerickel/normalize-exception-renderingMichael Merickel
normalize excview tween to use ``request.invoke_exception_view``
2017-05-03normalize 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-03add changelog for #3029Michael Merickel
2017-05-03Merge pull request #3029 from mmerickel/clear-request.exceptionMichael Merickel
clear request.exception if the excview fails to handle the error
2017-05-02clean request.exception if the excview fails to handle the errorMichael Merickel
request.exception is only not None if the response was generated by the excview fixes #3027
2017-05-02Merge pull request #3023 from stevepiercy/masterSteve Piercy
update releasing for trypyramid.com and kill off pylonsrtd
2017-05-02Merge remote-tracking branch 'upstream/master'Steve Piercy
2017-05-02add more events for updating trypyramid.comSteve Piercy
2017-05-02kill off pylonsrtdSteve Piercy