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
/
pyramid
Age
Commit message (
Expand
)
Author
2018-05-15
Updated CHANGES.rst and fixed versionadded to be correct
Hunter Senft-Grupp
2018-05-15
Add Configurator context manager 'route_prefix_context' to allow for adding r...
Hunter Senft-Grupp
2018-04-23
use the RequestContext instead of app.threadlocal_manager for scripting
Michael Merickel
2018-04-16
document the current query behavior on url generation
Michael Merickel
2018-04-11
updated unset_cookie
jonathan vanasco
2018-04-11
updated `delete_cookie` docs with `name` instead of `key`
jonathan vanasco
2018-04-11
updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to `s...
jonathan vanasco
2018-03-16
Fix secret length in doc of SignedCookieSessionFactory
Hong Yuan
2018-03-13
remove stray backtick
Steve Piercy
2018-03-08
Fixing another import path regarding cherrypy version change
Heron Rossi
2018-03-08
Fixing formatting and import errors
Heron Rossi
2018-03-08
Adjusting cherrypy WSGI Server import path according to new release
Heron Rossi
2017-11-16
Update factories.py
John Wu
2017-11-15
Clarify property descriptor in add_request_method
John Wu
2017-11-10
Fix type
John Wu
2017-11-09
Minor fix - Indentation issue
John Wu
2017-10-29
fix lint
Michael Merickel
2017-10-22
Merge branch 'pr/3140'
Michael Merickel
2017-10-22
changelog for #3140
Michael Merickel
2017-09-12
typo
Brian Sutherland
2017-08-04
Drop repoze.lru on Python 3
Mathieu Bridon
2017-07-18
fix the __module__ and import path of the request after custom properties hav...
Michael Merickel
2017-07-08
add _depth and _category arguments to all decorators
Michael Merickel
2017-07-07
Merge branch 'pr/3105'
Michael Merickel
2017-06-27
rename view_config argmuent category to _category
tosh
2017-06-27
documentation updates
tosh
2017-06-27
Update all external links per `make linkcheck`
Steve Piercy
2017-06-26
documentation for view_config category argument
tosh
2017-06-26
add support for custom category in view_config decorator
tosh
2017-06-26
change http://docs.pylonsproject.org to https
Steve Piercy
2017-06-19
Merge pull request #3086 from mmerickel/set-execution-context
Michael Merickel
2017-06-18
document changes and add tests
Michael Merickel
2017-06-18
Merge branch 'master' into pr/3034
Michael Merickel
2017-06-18
configure resource_url to use the same logic
Michael Merickel
2017-06-18
Merge pull request #3088 from drnextgis/quote_via
Michael Merickel
2017-06-18
document and test p.encode.urlencode(quote_via=...)
Michael Merickel
2017-06-17
add a router.request_context context manager
Michael Merickel
2017-06-15
remove trailing slash
Steve Piercy
2017-06-15
Use HTTPS for pylonsproject.org
Steve Piercy
2017-06-15
quote_via urlencode argument
drnextgis
2017-06-15
add a reraise argument to request.invoke_exception_view
Michael Merickel
2017-06-14
fix p.security.ACLPermitsResult to subclass p.security.PermitsResult
Michael Merickel
2017-06-12
typo
Michael Merickel
2017-06-12
apply request extensions within invoke_subrequest itself
Michael Merickel
2017-06-10
Merge pull request #3059 from chrismorales/pyramid_tm_3052
Steve Piercy
2017-06-09
Fix forbidden_view for BasicAuthAuthenticationPolicy (#3066)
Volker Diels-Grabsch
2017-06-08
Merge pull request #3074 from Pylons/3073-all_permissions_list-iterability
Michael Merickel
2017-06-07
add versionadded directive for invoke_exception_view
Michael Merickel
2017-06-05
Ensure that instances of 'AllPermissionsList' are iterable.
Tres Seaver
2017-06-05
Merge pull request #3060 from Pylons/push_threadlocals_exception_view
Michael Merickel
[next]