summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2016-04-06setup_logging: Intersphinx link to fileConfigMarc Abramowitz
2016-04-06Pass vars to logging.config.fileConfigMarc Abramowitz
2016-03-21Merge branch 'master' into feature/configurable-view-deriverMichael Merickel
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-17remove unused importMichael Merickel
2016-03-17"over" is closer to ingress and "under" is closer to mapped_viewMichael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2016-03-14do not guess at the name of the view deriver without further discussionMichael Merickel
2016-03-14swap the order of view deriver arguments so that the name is implicitMichael Merickel
2016-03-14first cut at documenting view deriversMichael Merickel
2016-03-14remove extra periodSteve Piercy
2016-03-14Merge pull request #2393 from Pylons/feature.invoke_exception_viewMichael Merickel
2016-03-09add options support to view deriversMichael Merickel
2016-03-09expect deriversMichael Merickel
2016-03-09pass the predicate options to the deriversMichael Merickel
2016-03-09rename view derivations to view deriversMichael Merickel
2016-03-08rename info.orig_view to info.original_viewMichael Merickel
2016-03-08add new deriver option ``context``Michael Merickel
2016-03-08remove order and phash from deriver optionsMichael Merickel
2016-03-08rename wrapper_viewname and viewname to wrapper and name in deriver optionsMichael Merickel
2016-03-07Use Python console lexerSteve Piercy
2016-03-07Extra colon in docs breaks code block highlighting.Ian Joseph Wilson
2016-03-04define deriver api as (view, info) using IViewDeriverInfoMichael Merickel
2016-03-02fix and add tests for invoke_exception_viewMichael Merickel
2016-02-29exception views should never have a name=Michael Merickel
2016-02-29add exception and exc_info to requestMichael Merickel
2016-02-29Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-02-28fix #1370 to use split instead of rsplit to keep consistentMichael Merickel
2016-02-28add a failing test case with #1370Michael Merickel
2016-02-28Merge branch 'pr/1370'Michael Merickel
2016-02-23add methods to DummyRequestMichael Merickel
2016-02-22move p.response.temporary_response context manager to p.util.hide_attrsMichael Merickel
2016-02-21Merge branch 'master' into feature/configurable-view-deriverBert JW Regeer
2016-02-21Fix the import from metaMarcin Lulek
2016-02-18add webtest and tests_require to setup.pyMichael Merickel
2016-02-14split routes into a separate moduleMichael Merickel
2016-02-10several simple refactoringsMichael Merickel
2016-02-09its sys, not tracebackChris McDonough
2016-02-09dont set it twiceChris McDonough
2016-02-09bring into line with excviewChris McDonough
2016-02-09docs about what happens when no excview can be foundChris McDonough
2016-02-09add request.exception and request.exc_infoChris McDonough
2016-02-09use exc_info instead of exc, add better docstring, mix the mixin inChris McDonough
2016-02-09check in sketch code so raydeo can look at itChris McDonough
2016-02-08expose the session factory on the registryMichael Merickel
2016-02-04fix the Base importMichael Merickel
2016-02-04make models/__init__.py a templateMichael Merickel
2016-02-04rename dbmaker to session_factoryMichael Merickel
2016-02-03improve the models api/usage and add a lot of commentsMichael Merickel
2016-02-02Deprecate --log-fileBert JW Regeer