summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-18Merge pull request #3506 from Pylons/linkcheck-fixesSteve Piercy
2019-08-17Fix indentation for running doctestsSteve Piercy
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2019-07-27Merge pull request #3503 from minho42/Fix-typosSteve Piercy
2019-07-27Match hyphen length to textMin ho Kim
2019-07-27Fix typosMin ho Kim
2019-07-22Merge pull request #3498 from mandarvaze/patch-1Steve Piercy
2019-07-23Dive into Python -> Dive into Python 3Mandar Vaze
2019-07-21Un-deprecate authenticated_userid.Theron Luhn
2019-07-20Added name to CONTRIBUTORS.txtMandar Vaze
2019-07-20Fixed broken link to "Dive into Python"Mandar Vaze
2019-07-13Improve security docs.Theron Luhn
2019-07-13Improve authn/authz API docs.Theron Luhn
2019-06-23Add deprecation warnings.Theron Luhn
2019-06-23Deprecation notices.Theron Luhn
2019-06-23Make sure Configator.set_security_policy is in docs.Theron Luhn
2019-06-23Act on @stevepiercy's suggestionsTheron Luhn
2019-06-23Use a table for policy => helper list.Theron Luhn
2019-06-23Add a whatsnew-2.0 doc.Theron Luhn
2019-06-10add changelog for #3496Michael Merickel
2019-06-10Merge pull request #3496 from mmerickel/no-reinvoke-excviewMichael Merickel
2019-06-08First draft of upgrade docs.Theron Luhn
2019-06-08Fix bw-compat for `unauthenticated_userid`.Theron Luhn
2019-06-08Beginnings of upgrade docs.Theron Luhn
2019-06-06do not reinvoke exception views if an exception hits the execution policyMichael Merickel
2019-05-26API docs.Theron Luhn
2019-05-26First draft of narrative docs.Theron Luhn
2019-05-12Narrative docs WIPTheron Luhn
2019-05-12Rename request.identity to request.authenticated_identity.Theron Luhn
2019-04-28Merge pull request #3494 from stevepiercy/masterSteve Piercy
2019-04-28Update firstapp.rstBjørnar Myrheim
2019-04-27Add simple integration tests for security.Theron Luhn
2019-04-15remove basepython statements from tox.iniMichael Merickel
2019-04-15Merge pull request #3491 from luhn/performance-regression-2.0Michael Merickel
2019-04-15Move ACLHelper to pyramid.authorizations.Theron Luhn
2019-04-15Use SessionAuthenticationHelper in SessionAuthenticationPolicy.Theron Luhn
2019-04-15Move SessionAuthenticationHelper to pyramid.authentication.Theron Luhn
2019-04-15Revert "Migrate AuthTktCookieHelper to pyramid.security."Theron Luhn
2019-04-15Stringify identity in legacy authenticated_userid.Theron Luhn
2019-04-15Register security policy in phase 2.Theron Luhn
2019-04-15Revert "Use inspect.stack() instead of sys._getframe()"Theron Luhn
2019-04-13Merge pull request #3486 from stevepiercy/masterMichael Merickel
2019-04-13lintSteve Piercy
2019-04-12refactor major_version to branch_versionSteve Piercy
2019-04-11Don't play with _privatesSteve Piercy
2019-04-11Refactor base_version to major_version.Steve Piercy
2019-04-11Merge pull request #3483 from luhn/better-action-infoMichael Merickel
2019-04-04Use depth argument for view_config info.Theron Luhn
2019-04-01Use inspect.stack() instead of sys._getframe()Theron Luhn
2019-04-01Fix docs build.Theron Luhn