| Age | Commit message (Collapse) | Author |
|
E.g.:
pserve app.ini --browser
or:
pserve app.ini -b
|
|
Support returning app_iter from renderer.
|
|
Expose response class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sets `response.app_iter = result` for renderer results which are iterable and not text/bytes.
|
|
ec5226745f8f5161f89636e036e2b8efed216b74
|
|
In webob the cookies are always unicode but the auth_tkt tests were
expecting them to be a native string. This didn't manifest itself until
we started using the ``hmac.compare_digest`` which fails if the types
are not the same.
Fixes #1477
|
|
Shortcut for package name on registry
|
|
|
|
|
|
|
|
|
|
security docs enhancements
|
|
enable PYTHONSTARTUP support in pshell
|
|
|
|
See: http://jenkins.pylonsproject.org/job/pyramid/1617/console.
|
|
|
|
|
|
|
|
|
|
|
|
fix_proutes_coverage
|
|
|
|
|
|
Static view registrations with package root asset specifications
|
|
Format proutes output and include module instead of repr of view
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1299
|
|
iElectric/add_notfound_view/default_exceptionresponse_view
Add notfound view/default exceptionresponse view
|
|
default_exceptionresponse_view
|
|
|
|
default_exceptionresponse_view
|
|
|
|
|
|
|
|
|
|
Additional HTTP Status Codes
|
|
|