summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-05-25Added a simple session-based authentication policy.Michael Merickel
2011-05-18added correct module name to method references so that proper links are gener...John Anderson
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
2011-04-27use __doc__ instead of __text__ to represent predicate output; inject bfg.rou...Chris McDonough
2011-04-27removed line that will never be executedcguardia
2011-04-27use __doc__ instead of __text__ for predicate descriptioncguardia
2011-04-25Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-25revert a5702cd8: oops, it undoes timing attack protectionPhilip Jenvey
2011-04-24refactorPhilip Jenvey
2011-04-25Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-24finished paster views command and 100% test coveragecguardia
2011-04-24fix rendering issueChris McDonough
2011-04-22test coverageChris McDonough
2011-04-22- Make sure deprecation warnings aren't raised when tests are run.Chris McDonough
2011-04-22Merge branch 'disambiguate_add_route' of https://github.com/mmerickel/pyramid...Chris McDonough
2011-04-22Updated static tests to pass using the add_route deprecations.Michael Merickel
2011-04-21add changelog entries, fix docs for wsgiapp2Chris McDonough
2011-04-21add unit tests for call_app_with_subpath_as_path_infoChris McDonough
2011-04-21add an integration test for wsgiapp2Chris McDonough
2011-04-21name changeChris McDonough
2011-04-21spellingsChris McDonough
2011-04-21share call_app_with_subpath_as_path_info between static view and wsgiapp2Chris McDonough
2011-04-21fewer tests failChris McDonough
2011-04-20fix scriptname and path_info computation in wsgiapp2 decorator; share code be...Chris McDonough
2011-04-20Provided a possible fix for StaticURLInfo.Michael Merickel
2011-04-20Fixed a small bug in the paster template.Michael Merickel
2011-04-20Converting docs to deprecate view parameters in config.add_route.Michael Merickel
2011-04-20Fix for issue #164. Disambiguation of add_route().Michael Merickel
2011-04-19Merge branch 'master' of git://github.com/Pylons/pyramidJuliusz Gonera
2011-04-19replacement for torturous_route_re, inner squigglies work againJuliusz Gonera