summaryrefslogtreecommitdiff
path: root/docs/api
AgeCommit message (Expand)Author
2012-11-04merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicyMichael Merickel
2012-11-04fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...Chris McDonough
2012-11-04Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid into...Chris McDonough
2012-10-30updated authentication policy api documentationMichael Merickel
2012-10-14Add BasicAuthAuthenticationPolicy to Sphinx documentation. Move Repoze1Authe...Chris Rossi
2012-09-23Add SHA512AuthTktAuthenticationPolicy and deprecate AuthTktAuthenticationPolicyDomen Kožar
2012-09-19add check_csrf convenience functionChris McDonough
2012-09-16make use_tweens=False the defaultChris McDonough
2012-09-16make use_tweens=True the default, add some more testsChris McDonough
2012-09-16rename subrequest to invoke_subrequestChris McDonough
2012-09-16docs and testChris McDonough
2012-09-16add docsChris McDonough
2012-09-15merge jinty's testConfig codeChris McDonough
2012-09-15add pyramid.decorator.reify as an API. Closes #682Chris McDonough
2012-09-09rename set_request_method to add_request_method. closes #683Chris McDonough
2012-09-09- The ``pyramid.settings.get_settings()`` API was removed. It had beenChris McDonough
2012-09-09remove docs for chameleon_zpt and chameleon_text (gone)Chris McDonough
2012-08-16readd set_request_property to docs (just so when people run across it in in-t...Chris McDonough
2012-08-16docs-deprecated set_request_propertyMichael Merickel
2012-08-15- An ``add_permission`` directive method was added to the Configurator. ThisChris McDonough
2012-08-06move stuff from config.util to registry so it can be a set of API (which are ...Chris McDonough
2012-08-06add docs for third-party view predicatesChris McDonough
2012-06-16A context manager for test setupBrian Sutherland
2012-04-16docs for json defaultsMichael Merickel
2012-03-28JSON-API rework and Object.__json__ supportWayne Witzel III
2012-03-28intermediate commitMichael Merickel
2012-02-24docs-deprecate tmpl_contextChris McDonough
2012-02-24More trivial typosPaul Winkler
2012-02-22- New APIs: ``pyramid.response.FileResponse`` andChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_notfound_view``. This is aChris McDonough
2012-02-20recategorize a couple of methodsChris McDonough
2012-02-20remove untruthChris McDonough
2012-02-20FeaturesChris McDonough
2012-02-18categorized configurator methodsChris McDonough
2012-02-17docs rearranging / fixingChris McDonough
2012-02-17FeaturesChris McDonough
2012-02-15- Add ``pyramid.config.Configurator.set_traverser`` API method. See theChris McDonough
2012-02-07add asset descriptor interfaceChris McDonough
2012-01-21Added set_request_property to the docs.Michael Merickel
2012-01-11Renamed the func to callable in the docs.Michael Merickel
2012-01-08gardenMichael Merickel
2011-12-30Documented Request.set_property.Michael Merickel
2011-12-14- Changed scaffolding machinery around a bit to make it easier for people whoChris McDonough
2011-12-14Flesh out new view_defaults feature and add docs, change notes, and add to wh...Chris McDonough
2011-12-08provide caller_path support for both asset resolver and dotted name resolver,...Chris McDonough
2011-12-08- New APIs: ``pyramid.path.AssetResolver`` andChris McDonough
2011-12-05add whatsnew-1.3; gardenChris McDonough
2011-12-03add a noop introspector (allow introspection to be turned off)Chris McDonough
2011-11-30add tests for introspectable; add more interface docs and expose actioninfoChris McDonough