| Age | Commit message (Collapse) | Author |
|
to request.route_url and the route has an external pattern
|
|
|
|
into feature.external-routes
|
|
|
|
|
|
|
|
no HTML smartypants!
|
|
Fix https://github.com/Pylons/pyramid/issues/669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include nose-selecttests
|
|
<https://pypi.python.org/pypi/nose-selecttests/>`_ plugin
|
|
|
|
|
|
|
|
|
|
|
|
we split the pattern via urlparse and pass the parts into the pregenerator
such that route_url will behave as expected, mainly by assembling an
appropriate value for ``_app_url``
|
|
|
|
witsch-508-localizer-on-request
|
|
|
|
|
|
also, use an object as a dummy localizer for better readability
|
|
outside tests the router puts the registry on the request, but in tests it sometimes needs to exist as well. however, it doesn't make sense to test something that's only done in tests anyway
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
One more "The Pyramid Web Application Development Framework" to "The Pyr...
|
|
|
|
|
|
add custom tox config that creates a development environment
|
|
|
|
Web Framework" change
|
|
|
|
|
|
|
|
|
|
|
|
Clean up directions for install Python 2 and 3 and Python extensions on ...
|