summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2017-06-05Merge pull request #3060 from Pylons/push_threadlocals_exception_viewMichael Merickel
2017-06-05Always push the threadlocalsBert JW Regeer
2017-05-23Merge pull request #3061 from Pylons/render-last-exceptionBert JW Regeer
2017-05-23Make coverage happy againBert JW Regeer
2017-05-23When invoking an exception view, push the new threadlocalsBert JW Regeer
2017-05-23allow the execution policy to perform a last-ditch effort to render an except...Michael Merickel
2017-05-22Fix #2548, add SRI has for script tagsFang-Pen Lin
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-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-05-04add changelog for #3031Michael Merickel
2017-05-03normalize excview tween to use ``request.invoke_exception_view``Michael Merickel
2017-05-02clean request.exception if the excview fails to handle the errorMichael Merickel
2017-04-30Merge pull request #2985 from mmerickel/plasterMichael Merickel
2017-04-30standardize "non-standard"Steve Piercy
2017-04-30Merge branch 'master' into pr/2854Michael Merickel
2017-04-30restore the ``ICSRFStoragePolicy.check_csrf_token`` apiMichael Merickel
2017-04-29Merge pull request #2874 from mmerickel/config-context-managerMichael Merickel
2017-04-29final cleanup of csrf decoupling in #2854Michael Merickel
2017-04-26Move CSRF storage policy registration out of PHASE_1 config and simplify test...Matthew Wilkes
2017-04-26Apply drafting changes to documentation.Matthew Wilkes
2017-04-16Fix typo in comment.Ira Lun
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2017-04-15Fix a typo in a comment.Ira Lun
2017-04-12add version tags on set_default_csrf_optionsMichael Merickel
2017-04-12docs syntax fixMichael Merickel
2017-04-12Use the webob CookieProfile in the Cookie implementation, rename some impleme...Matthew Wilkes
2017-04-12Fix a bug where people that didn't configure CSRF protection but did configur...Matthew Wilkes
2017-04-12Rename implementation to ICSRFStoragePolicyMatthew Wilkes
2017-04-12Fix tests and documentation in various places, and feedback following reviewJure Cerjak
2017-04-12Create a new ICSRF implementation for getting CSRF tokens, split out from the...Matthew Wilkes
2017-04-02turn the Configurator into a context managerMichael Merickel
2017-04-02push the threadlocal registry while config.include executesMichael Merickel
2017-04-02add a failing test checking whether the threadlocal registry is active during...Michael Merickel
2017-03-29update pserveMichael Merickel
2017-03-29update pshellMichael Merickel
2017-03-29update prequest, proutes, ptweens and pviewsMichael Merickel
2017-03-29rewrite low-level pyramid config functions to use plasterMichael Merickel
2017-03-28support opening the browser via pserve.open_url config settingMichael Merickel
2017-03-28require "open_url" setting in order to know what browser to openMichael Merickel
2017-03-12update twitter handleSteve Piercy
2017-03-05Merge pull request #2962 from Natim/2961-hupper-call-brokenMichael Merickel
2017-03-03@mmerickel review.Rémy HUBSCHER
2017-03-02Reverted useless changes in tests.Kirill Kuzminykh
2017-03-02Reverted couple useless fixes of memory leaks.Kirill Kuzminykh
2017-03-01The memory leaks test skipped for platform 'pypy'.Kirill Kuzminykh
2017-03-01Fixed several reference cycles to prevent memory leaks. Added simple test for...Kirill Kuzminykh
2017-02-27Rewrite test without mock.Rémy HUBSCHER
2017-02-25add an IExecutionPolicy that can wrap the routerMichael Merickel