| Age | Commit message (Collapse) | Author |
|
When running pcreate without scaffold, list scaffolds
|
|
|
|
|
|
|
|
fix #1535 by avoiding the request if it's None
|
|
|
|
|
|
|
|
|
|
|
|
support_more_features_in_routes
Conflicts:
CHANGES.txt
|
|
E.g.:
pserve app.ini --browser
or:
pserve app.ini -b
|
|
support_more_features_in_routes
Conflicts:
CHANGES.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
security docs enhancements
|
|
enable PYTHONSTARTUP support in pshell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Static view registrations with package root asset specifications
|
|
|
|
|
|
|
|
Fixes #1299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add config.root_package attribute
|
|
|
|
|
|
|
|
|
|
|
|
``mimetypes.guess_type`` returns Unicode rather than str for the content
type, unlike any previous version of Python. See
https://github.com/Pylons/pyramid/issues/1360 for more information.
Closes #1360.
|
|
|
|
|