summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2011-04-18appease python gods by converting failIf*/failUnless* to assert* equivalentsChris McDonough
2011-04-18- Deprecated all assignments to ``request.response_*`` attributes such asChris McDonough
2011-04-18- When visiting a URL that represented a static view which resolved to aChris McDonough
2011-04-17refine; it really is a special kind of principal and it would not be correct ...Chris McDonough
2011-04-17condition coverageChris McDonough
2011-04-17add tests for PyramidTemplateChris McDonough
2011-04-17condition coverage for the pyramid.static module; simplify PackageURLParser, ...Chris McDonough
2011-04-16start playing with paster command to show matching views for urlcguardia
2011-04-15condition coverage for pyramid.i18nChris McDonough
2011-04-15better docstringChris McDonough
2011-04-15100% condition coverage for pyramid.encodeChris McDonough
2011-04-15condition coverage for pyramid.configChris McDonough
2011-04-14condition coverage for asset moduleChris McDonough
2011-04-13- Add missing docs reference toChris McDonough
2011-04-13- Make ``pyramid.interfaces.IAuthenticationPolicy`` andChris McDonough
2011-04-13condition coverage and simplify 'get_spec' method of chameleonlookupChris McDonough
2011-04-12extend testChris McDonough
2011-04-12condition coverageChris McDonough
2011-04-12add test for mimetypes initialization import-time side-effect callableChris McDonough
2011-04-11condition coverage for authorization moduleChris McDonough
2011-04-11Updated auth api docs to use the term principals instead of groups.Michael Merickel
2011-04-11100% condition coverage of authentication moduleChris McDonough
2011-04-11- Don't explicitly prevent the ``timeout`` from being lower than theChris McDonough
2011-04-10- It is now possible to get information about why Pyramid raised a ForbiddenChris McDonough