| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
busting is being used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable automated testing with Python 3.4
|
|
|
|
``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.
|
|
|
|
Scaffold templates: fix missing </ul> tags
|
|
Missing tags in other scaffold templates.
|
|
Missing `</ul>` in starter scaffold template.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forgetting that tween instance are not instantiated for each request leads to threads issues difficult to detect
|
|
|
|
|
|
|
|
|
|
|