index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
narr
Age
Commit message (
Expand
)
Author
2020-11-28
add examples for upgrading
Michael Merickel
2020-11-28
cleanup some terminology
Michael Merickel
2020-11-28
drop python 3.5
Michael Merickel
2020-11-02
Add support for Python 3.9
Steve Piercy
2020-10-13
Rename `ISecurityPolicy.authenticated_identity` to `identity`
Theron Luhn
2020-07-02
improve doc
Éric Araujo
2020-07-02
add tests and docs
Éric Araujo
2020-06-22
first shot for #1602
Éric Araujo
2020-05-07
better wording
Éric Araujo
2020-05-04
support multiple values for header predicate
Éric Araujo
2020-03-06
correct configuration.rst add missing route_name
slobinger
2020-01-17
Merge pull request #3563 from mmerickel/move-acl-security-to-authorization
Michael Merickel
2020-01-17
avoid invalid escape warning
Éric Araujo
2020-01-17
say something about the predicate factory info arg
Éric Araujo
2020-01-16
merge master
Éric Araujo
2020-01-16
Merge branch 'master' into move-acl-security-to-authorization
Michael Merickel
2020-01-15
better wording
Éric Araujo
2020-01-14
make two missed lines even longer
Éric Araujo
2020-01-14
apply more review fixes, minimize some diffs
Éric Araujo
2020-01-12
move doc references from pyramid.security to pyramid.authorization
Michael Merickel
2020-01-11
fix typo
Éric Araujo
2020-01-11
replace "third-party" with "custom"
Éric Araujo
2020-01-11
change section title
Éric Araujo
2020-01-11
second batch of changes
Éric Araujo
2020-01-08
sync cookiecutter to starter project `myproject`
Steve Piercy
2020-01-08
first batch of fixes from code review
Éric Araujo
2020-01-07
rewrite docs for custom predicates
Éric Araujo
2020-01-06
sync views with new structure and add csrf protection
Michael Merickel
2020-01-03
Merge branch 'master' into security-docs
Michael Merickel
2020-01-03
exclude tests package from source packages
Michael Merickel
2020-01-03
remove inotify
Michael Merickel
2020-01-02
Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragerc
Steve Piercy
2020-01-02
Add missing description for new test in cookiecutter.
Steve Piercy
2020-01-02
Fix broken literalinclude paths
Steve Piercy
2020-01-02
Resync through project.rst after moving tests directory
Steve Piercy
2020-01-02
Update reference to tests in testing.rst
Steve Piercy
2020-01-02
Unwrap paragraph to one line per sentence
Steve Piercy
2020-01-02
4 tests require 4 dots
Steve Piercy
2020-01-02
Update project.rst and its cookiecutter project files
Steve Piercy
2019-12-31
change hashalg on AuthTktCookieHelper to sha512.
Michael Merickel
2019-12-30
rename identify(request) to authenticated_identity(request)
Michael Merickel
2019-12-27
Avoid "WARNING: Duplicate explicit target name" errors by using a double unde...
Steve Piercy
2019-12-27
Expand cookiecutters doc to include more references, using the old scaffolds....
Steve Piercy
2019-12-24
alphabetize
Michael Merickel
2019-12-24
security policy docs and legacy policy improvements
Michael Merickel
2019-12-23
Merge branch 'master' into luhn-authenticated-userid
Michael Merickel
2019-12-23
fix links in docs to cookiecutter
Michael Merickel
2019-12-23
restore py35
Michael Merickel
2019-12-17
Use `self.identify` instead of `request.authenticated_identity`
Theron Luhn
2019-12-16
Update docs/narr/security.rst code examples.
Theron Luhn
[next]