summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-09-19A ``check_csrf`` view predicate was added. For example, you can now doChris McDonough
2012-09-19add check_csrf convenience functionChris McDonough
2012-09-17resolve contributors.txt merge conflictChris McDonough
2012-09-16make use_tweens=False the defaultChris McDonough
2012-09-16unused importsChris McDonough
2012-09-16be very explicit that view_three should indeed obtain a response as the resul...Chris McDonough
2012-09-16make use_tweens=True the default, add some more testsChris McDonough
2012-09-16use a string rendererChris McDonough
2012-09-16fix py3Chris McDonough
2012-09-16rename subrequest to invoke_subrequestChris McDonough
2012-09-16docs and testChris McDonough
2012-09-16add docsChris McDonough
2012-09-16sketch out a subrequest APIChris McDonough
2012-09-15merge jinty's testConfig codeChris McDonough
2012-09-15add pyramid.decorator.reify as an API. Closes #682Chris McDonough
2012-09-15use with statement to acquire/release thread locksChris McDonough
2012-09-15remove dead code which supported jythonChris McDonough
2012-09-13add upgrading chapter, make docs render againChris McDonough
2012-09-11set request.context as root unless a request context already existsChris McDonough
2012-09-11coverageChris McDonough
2012-09-11- Request properties and methods added via ``config.set_request_property`` orChris McDonough
2012-09-10- ``pyramid.testing.DummyRequest`` now supports methods supplied by theChris McDonough
2012-09-09point docstring at the most up to date methodChris McDonough
2012-09-09rename set_request_method to add_request_method. closes #683Chris McDonough
2012-09-09fix for py3Chris McDonough
2012-09-09coverageChris McDonough
2012-09-09coverageChris McDonough
2012-09-09coverage for renderers moduleChris McDonough
2012-09-09coverage for supplying a macro argument to a ZPT template rendererChris McDonough
2012-09-09coverage for renderer_factory in chameleon_zpt and chameleon_textChris McDonough
2012-09-09dead codeChris McDonough
2012-09-09dead code, gardenChris McDonough
2012-09-09- These APIs from the ``pyramid.testing`` module were removed. They haveChris McDonough
2012-09-09- The ``pyramid.settings.get_settings()`` API was removed. It had beenChris McDonough
2012-09-09- The ``pyramid.paster.PyramidTemplate`` API was removed. It had beenChris McDonough
2012-09-09- The ``pyramid.configuration`` module was removed. It had been deprecatedChris McDonough
2012-09-09- The functions from ``pyramid.chameleon_zpt`` and ``pyramid.chameleon_text``Chris McDonough
2012-09-09- It is no longer possible to pass an environ dictionary directly toChris McDonough
2012-09-08checkpoint for removing bfg.routesChris McDonough
2012-08-29remove experimental namesChris McDonough
2012-08-29forgot a fixture fileChris McDonough
2012-08-29add renderer and template to values passed to template during renderingChris McDonough
2012-08-29add a testChris McDonough
2012-08-29rough cut at supporting 'packagename:dirname/template#macroname.pt' renderer ...Chris McDonough
2012-08-26- Forward-port from 1.3 branch: when registering multiple views with anChris McDonough
2012-08-25_get_predlist -> get_predlistChris McDonough
2012-08-25indent like a manChris McDonough
2012-08-25rantChris McDonough
2012-08-25subscribers registered for more than one interface receive all objects, which...Chris McDonough
2012-08-25return value from subscriber (even though technically nothing can rely on it)Chris McDonough