summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2013-09-12Add doc about the top level member limitation of ``view_config``Adam Groszer
2013-09-11appeaseChris McDonough
2013-09-09- The ``pyramid.config.Configurator.set_request_property`` method now issuesChris McDonough
2013-09-09rename _register_response_adapters method to add_default_response_adapters an...Chris McDonough
2013-09-09unused importChris McDonough
2013-09-09create an add_default_renderers method on the configurator and use it from te...Chris McDonough
2013-09-09unused importChris McDonough
2013-09-0979 colsChris McDonough
2013-09-08issue warnings when custom_predicates argument is used to add_route or add_viewChris McDonough
2013-09-08- The ``renderer_globals_factory`` argument to theChris McDonough
2013-09-08- Removed ancient backwards compatibily hack inChris McDonough
2013-09-08- Removed the ability to influence and query a ``pyramid.request.Request``Chris McDonough
2013-09-08- Removed the ability to pass the following arguments toChris McDonough
2013-09-08- Removed the ``pyramid.view.is_response`` function that had been deprecatedChris McDonough
2013-09-08- Removed the class named ``pyramid.view.static`` that had been deprecatedChris McDonough
2013-09-08move test to more correct location, 79 colsChris McDonough
2013-09-08Remove useless spaces.Bert JW Regeer
2013-09-08Deprecate custom_predicates for add_view/add_routeBert JW Regeer
2013-09-08Update documentation to reflect the dotted python nameBert JW Regeer
2013-09-08Small change to allow predicates to be Python Dotted NamesBert JW Regeer
2013-09-08fix merge conflictChris McDonough
2013-09-07- The ``pyramid.events.NewResponse`` event is now sent **after** responseChris McDonough
2013-09-07single line importChris McDonough
2013-09-07unused importsChris McDonough
2013-09-07make the right assertions about this caseChris McDonough
2013-09-07Merge branch 'feature/split_renderers_from_pyramid' of github.com:bertjwregee...Chris McDonough
2013-09-06Merge pull request #1112 from dhellmann/bug/namespace-packagesChris McDonough
2013-09-06removed MyModel.__init__ from the scaffoldssergey.volobuev
2013-09-06Remove un-used Dummies: DummyFactory/DummyRendererInfoBert JW Regeer
2013-09-06Add pragma: nocover due to Py3x/Py2x differencesBert JW Regeer
2013-09-06Remove _registerRenderer function from testsBert JW Regeer
2013-09-06Remove useless function that was used only for ChameleonBert JW Regeer
2013-09-06Add test to verify renders don't add response to RequestBert JW Regeer
2013-09-06Update package_name() to work with namespace pkgsDoug Hellmann
2013-09-06update scaffolds to require pyramid_chameleonMichael Merickel
2013-09-05Fix tests on Python 3.xBert JW Regeer
2013-09-05Fix DummyRequest so that response is created each timeBert JW Regeer
2013-09-05Merge branch 'master' into feature/split_chameleon_from_pyramidBert JW Regeer
2013-09-05Remove unnecessary try/finallyBert JW Regeer
2013-09-05Re-enable two tests using JSON renderer instead of ChameleonBert JW Regeer
2013-09-05resolve conflicts, reword change entry a bitChris McDonough
2013-09-05Fix remaining tests/remove last traces of ChameleonBert JW Regeer
2013-09-05Remove chameleon templates from fixtureappBert JW Regeer
2013-09-05Remove Chameleon templates from viewdecoratorappBert JW Regeer
2013-09-05Remove Chameleon templatesBert JW Regeer
2013-09-05Replace .txt renderer with JSONBert JW Regeer
2013-09-05remove the deprecated request.response_* attributesMichael Merickel
2013-09-05update render() to preserve the original response objectMichael Merickel
2013-09-04Remove TestTemplateRenderFactory which is Chameleon onlyBert JW Regeer
2013-09-04Remove Chameleon only fixtures files.Bert JW Regeer