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
2011-04-27
removed line that will never be executed
cguardia
2011-04-27
use __doc__ instead of __text__ for predicate description
cguardia
2011-04-25
Merge branch 'master' of https://github.com/Pylons/pyramid
cguardia
2011-04-25
revert a5702cd8: oops, it undoes timing attack protection
Philip Jenvey
2011-04-24
refactor
Philip Jenvey
2011-04-25
Merge branch 'master' of https://github.com/Pylons/pyramid
cguardia
2011-04-24
finished paster views command and 100% test coverage
cguardia
2011-04-24
fix rendering issue
Chris McDonough
2011-04-22
test coverage
Chris McDonough
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-22
Merge branch 'disambiguate_add_route' of https://github.com/mmerickel/pyramid...
Chris McDonough
2011-04-22
Updated static tests to pass using the add_route deprecations.
Michael Merickel
2011-04-21
add changelog entries, fix docs for wsgiapp2
Chris McDonough
2011-04-21
add unit tests for call_app_with_subpath_as_path_info
Chris McDonough
2011-04-21
add an integration test for wsgiapp2
Chris McDonough
2011-04-21
name change
Chris McDonough
2011-04-21
spellings
Chris McDonough
2011-04-21
share call_app_with_subpath_as_path_info between static view and wsgiapp2
Chris McDonough
2011-04-21
fewer tests fail
Chris McDonough
2011-04-20
fix scriptname and path_info computation in wsgiapp2 decorator; share code be...
Chris McDonough
2011-04-20
Provided a possible fix for StaticURLInfo.
Michael Merickel
2011-04-20
Fixed a small bug in the paster template.
Michael Merickel
2011-04-20
Converting docs to deprecate view parameters in config.add_route.
Michael Merickel
2011-04-20
Fix for issue #164. Disambiguation of add_route().
Michael Merickel
2011-04-19
Merge branch 'master' of git://github.com/Pylons/pyramid
Juliusz Gonera
2011-04-19
replacement for torturous_route_re, inner squigglies work again
Juliusz Gonera
2011-04-18
appease python gods by converting failIf*/failUnless* to assert* equivalents
Chris McDonough
2011-04-18
- Deprecated all assignments to ``request.response_*`` attributes such as
Chris McDonough
2011-04-18
- When visiting a URL that represented a static view which resolved to a
Chris McDonough
2011-04-17
refine; it really is a special kind of principal and it would not be correct ...
Chris McDonough
2011-04-17
condition coverage
Chris McDonough
2011-04-17
add tests for PyramidTemplate
Chris McDonough
2011-04-17
condition coverage for the pyramid.static module; simplify PackageURLParser, ...
Chris McDonough
2011-04-16
start playing with paster command to show matching views for url
cguardia
2011-04-15
condition coverage for pyramid.i18n
Chris McDonough
2011-04-15
better docstring
Chris McDonough
2011-04-15
100% condition coverage for pyramid.encode
Chris McDonough
2011-04-15
condition coverage for pyramid.config
Chris McDonough
2011-04-14
condition coverage for asset module
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-04-13
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
Chris McDonough
2011-04-13
condition coverage and simplify 'get_spec' method of chameleonlookup
Chris McDonough
2011-04-12
extend test
Chris McDonough
2011-04-12
condition coverage
Chris McDonough
2011-04-12
add test for mimetypes initialization import-time side-effect callable
Chris McDonough
2011-04-11
condition coverage for authorization module
Chris McDonough
2011-04-11
Updated auth api docs to use the term principals instead of groups.
Michael Merickel
2011-04-11
100% condition coverage of authentication module
Chris McDonough
2011-04-11
- Don't explicitly prevent the ``timeout`` from being lower than the
Chris McDonough
2011-04-10
- It is now possible to get information about why Pyramid raised a Forbidden
Chris McDonough
[next]