summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-06-06Add support for language fallback.Wichert Akkerman
2011-06-05Allow empty zodb_uri in the ZODB+traversal scaffoldPatricio Paez
2011-06-04- It is now possible to control how the Pyramid router calls the WSGIChris McDonough
2011-06-02Edited pyramid/settings.py via GitHubBruno Binet
2011-05-31the canonical import location for HTTP exceptions/responses is now pyramid.re...Chris McDonough
2011-05-30Merge pull request #198 from mmerickel/fix_wildcard_dispatchChris McDonough
2011-05-30- Fix older CHANGES entries.Chris McDonough
2011-05-30Removed a pdb trace. Oops!Michael Merickel
2011-05-30Fixed a bug in dispatch matching * at the end of a route.Michael Merickel
2011-05-29docs fixesChris McDonough
2011-05-29docs fixesChris McDonough
2011-05-29remove unused commentsChris McDonough
2011-05-29back up to complete coverageChris McDonough
2011-05-29add some tests for WSGIHTTPExceptionChris McDonough
2011-05-29change docs; simplifyChris McDonough
2011-05-29preemptively drop 2.4 supportChris McDonough
2011-05-28move is_response back to pyramid.viewChris McDonough
2011-05-28explain betterChris McDonough
2011-05-28explain betterChris McDonough
2011-05-28use a generator; explainChris McDonough
2011-05-28bite the bullet and replace all webob.exc classes with ones of our ownChris McDonough
2011-05-28horrid workaround for no app_iter initializedChris McDonough
2011-05-27Attempt to fix issue #193 by setting mako default filter to 'h'.Michael Merickel
2011-05-26work towards unifying NotFound/HTTPNotFound and Forbidden/HTTPForbidden; 2 te...Chris McDonough
2011-05-25add docs about configuring a session factory for this authentication policy t...Chris McDonough
2011-05-25Added a simple session-based authentication policy.Michael Merickel
2011-05-18Revert to get rid of incorrect authorCarlos de la Guardia
2011-05-18added correct module name to method references so that proper links are gener...John Anderson
2011-05-16- Added API docs for ``pyramid.httpexceptions.abort`` andChris McDonough
2011-05-15docstring/comment changesChris McDonough
2011-05-13fix IRouteMapper interface to match realityChris McDonough
2011-05-13- The ``add_route`` method of the Configurator now accepts a ``static``Chris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-05-12rename 'paster_templates' to 'scaffolds', adjust referencesChris McDonough
2011-05-11Silence stupid deprecation under Python >= 2.7.Tres Seaver
2011-05-10Merge pull request #187 from aodag/masterTres Seaver
2011-05-09fixes trivial doc typosGeoffrey T. Dairiki
2011-05-09wrong declaring for provided and implemented interface of DefaultViewMapper.Atsushi Odagiri
2011-05-05added note about constructor argument for same purpose, for uniformitycguardia
2011-05-05removed meth indicator, which caused parentheses to show beside the name of t...cguardia
2011-05-05removed meth indicator, which was showing on the rendered docscguardia
2011-05-04Merge pull request #182 from cguardia/masterChris McDonough
2011-05-04changed __doc__ to __text__ in dummy custom predicatecguardia
2011-05-04Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-05-04code refactoring for showing route->view relationship more correctly; tests a...cguardia
2011-05-04Documentation typo fixGeoffrey T. Dairiki
2011-04-27- Passing an ``environ`` dictionary to the ``__call__`` method of aChris McDonough
2011-04-27- Previously, ``pyramid.request.Request`` inherited fromChris McDonough
2011-04-27pulled in mcdoncs changescguardia
2011-04-27Merge branch 'cguardia-master' into pviewsChris McDonough