summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-10-12Add basic auth authentication policy.Chris Rossi
2012-10-12Fix indentationChris McDonough
2012-10-07- The Configurator ``testing_securitypolicy`` method now returns the policyChris McDonough
2012-10-05remove unintended commitChris McDonough
2012-10-05Merge branch 'fix.templatemacroreg'Chris McDonough
2012-10-05fix caching of template registrations that reference macrosChris McDonough
2012-10-03Clarify documentation for pyramid.session.check_csrf_token functionDavid\ Beitey
2012-09-30s/either//Chris McDonough
2012-09-30An attempt at better behavior when reload cannot restart the controlled appli...Chris McDonough
2012-09-30- 1.4a ``pyramid.scripting.prepare`` behaved differently than 1.3 seriesChris McDonough
2012-09-22- Add ``Base.metadata.bind = engine`` to alchemy template, so that tablesChris McDonough
2012-09-22mirror john's change for chameleon, better changelog messageChris McDonough
2012-09-22Filenames like app:foo-bar.mako should be valid.John Anderson
2012-09-21note potential 1.5 removals and remove dead codeChris McDonough
2012-09-19remove dead codeChris McDonough
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