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
2013-09-03
Remove mako test specific files
Bert JW Regeer
2013-09-03
Remove the mako templating
Bert JW Regeer
2013-08-30
squash console output during test runs
Chris McDonough
2013-08-30
dammit, typo
Chris McDonough
2013-08-30
fix httpok docstring
Chris McDonough
2013-08-30
fix docstrings
Chris McDonough
2013-08-30
add HTTPSuccessful base class, allowing HTTPOk to be caught independently; cl...
Chris McDonough
2013-08-30
allow exception view registrations for HTTPException to override default exce...
Chris McDonough
2013-08-30
unused code
Chris McDonough
2013-08-29
get rid of remainder_name on route, and just default to passing traverse; add...
Chris McDonough
2013-08-29
fix the regex used by get_remainder_name, add tests for get_remainder_name
Chris McDonough
2013-08-29
fix name
Chris McDonough
2013-08-29
documentation for hybrid url generation
Chris McDonough
2013-08-29
resource_url coverage
Chris McDonough
2013-08-29
first cut at hybrid url generation; still needs tests for resource_url logic
Chris McDonough
2013-08-29
make local_name an attribute of Request, move logic from get_localizer into R...
Chris McDonough
2013-08-29
- When the ``pyramid.reload_templates`` setting was true, and a Chameleon
Chris McDonough
2013-08-28
Permit escaping of double braces in scaffolds, see #862
Chris McDonough
2013-08-28
- The ``route_url`` and ``route_path`` APIs no longer quote ``/``
Chris McDonough
2013-08-27
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-08-27
utilize the tuple form of starts/endswith
Philip Jenvey
2013-08-27
- Fix an obscure problem when combining a virtual root with a route with a
Chris McDonough
2013-08-20
Merge branch 'feature.external-routes'
Chris McDonough
2013-08-20
raise ValueError instead of generating just path when _app_url is provided to...
Chris McDonough
2013-08-19
remove mention of unused http status code
Michael Merickel
2013-08-19
allow pregenerator and route_prefix with external routes
Michael Merickel
2013-08-19
Merge branch 'feature.issue611-external-static-routes' of tomster/pyramid int...
Michael Merickel
2013-08-19
Fix indentation.
Fabian Neumann
2013-08-17
Merge branch 'master' of github.com:adroullier/pyramid into adroullier-master
Chris McDonough
2013-08-17
Oops, indent one level deeper.
Fabian Neumann
2013-08-17
document the behavior for ``route_path``
Tom Lazar
2013-08-17
if `_app_url` is given it takes precedence
Tom Lazar
2013-08-17
assemble a custom pregenerator for static external urls
Tom Lazar
2013-08-17
clean up test names
Andreas Zeidler
2013-08-17
don't use the default locale when testing custom localizer
Andreas Zeidler
2013-08-17
remove test that explicitly sets a registry on the request
Andreas Zeidler
2013-08-17
test a custom localizer
Andreas Zeidler
2013-08-17
test the default localizer
Andreas Zeidler
2013-08-17
remove duplicate of `Test_get_locale_name.test_name_on_request`
Andreas Zeidler
2013-08-17
add ``localizer`` property to the request (refs #508)
Andreas Zeidler
2013-08-17
copy_dir() recursive overwrite test updates
adroullier
2013-08-17
copy_dir() recursive overwrite fix
adroullier
2013-08-16
unused imports
Chris McDonough
2013-08-16
unused import
Chris McDonough
2013-08-16
rename teststaticappbase to staticappbase so non-nose testrunner (e.g. pytest...
Chris McDonough
2013-08-16
remove dead code
Chris McDonough
2013-08-15
prefer the functionish print
Philip Jenvey
2013-08-15
cleanup cherrypy runner
Michael Merickel
2013-08-15
Make ``pserve.cherrypy_server_runner`` Python 3 compatible.
Tom Lazar
2013-08-15
Merge pull request #1078 from wichert/auth-explicit-domain
Andreas Zeidler
[next]