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
Age
Commit message (
Expand
)
Author
2011-01-02
typo, add example
Chris McDonough
2011-01-02
garden
Chris McDonough
2011-01-02
- add a ``add_view_mapper`` API to Configurator. This API allows you to add
Chris McDonough
2011-01-01
quote literal
Chris McDonough
2011-01-01
- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.
Chris McDonough
2011-01-01
fix url
Chris McDonough
2011-01-01
resolve missing reference
Chris McDonough
2010-12-31
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2010-12-31
- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an
Chris McDonough
2010-12-31
- A view callable wrapper registered in the registry now contains an
Chris McDonough
2010-12-31
Typo.
Tres Seaver
2010-12-31
note previous change
Chris McDonough
2010-12-31
Merge branch 'viewderiver'
Chris McDonough
2010-12-31
ignore another subdir
Chris McDonough
2010-12-31
use inbuilt PageTextTemplateFile rather than a hand-rolled subclass of Templa...
Chris McDonough
2010-12-30
clean up chameleon_zpt test setup and teardown
Chris McDonough
2010-12-30
clean up chameleon text test setup and teardown
Chris McDonough
2010-12-30
move translator out of method scope to make intent clear that its not a closure
Chris McDonough
2010-12-30
Merge branch 'refs/heads/master' into viewderiver
Rob Miller
2010-12-30
Merge branch 'mgedmin-master'
Chris McDonough
2010-12-31
Sign the contributor agreement.
Marius Gedminas
2010-12-31
Typo: runnning -> running.
Marius Gedminas
2010-12-31
ReST formatting fix in Request class docstring.
Marius Gedminas
2010-12-30
typos
Chris McDonough
2010-12-30
factor defaultviewmapper to dispatch in a slightly more readable way
Chris McDonough
2010-12-30
stray header line
Chris McDonough
2010-12-30
- The "view derivation" code is now factored into a set of classes rather
Chris McDonough
2010-12-29
make sure view returned from view mapper preserves all attrs
Chris McDonough
2010-12-29
preserve_attrs->wraps_view, break out preserve_attrs bulk into preserve_view_...
Chris McDonough
2010-12-29
simplify guard logic for __action_decorator__
Chris McDonough
2010-12-29
adjust tests to work w/ latest merge and changes
Rob Miller
2010-12-29
Merge remote branch 'refs/remotes/upstream/viewderiver' into ra_view_decoration
Rob Miller
2010-12-29
factor deriver from mapper
Chris McDonough
2010-12-29
Merge branch 'master' into viewderiver
Chris McDonough
2010-12-29
fix from mike
Chris McDonough
2010-12-29
typo
Chris McDonough
2010-12-29
- The (weak) "Converting a CMF Application to Pyramid" tutorial has been
Chris McDonough
2010-12-29
garden
Chris McDonough
2010-12-29
git title right
Chris McDonough
2010-12-29
resource->asset
Chris McDonough
2010-12-29
fix misleading example
Chris McDonough
2010-12-28
Enforce that _action_decorator must be a classmethod
Rob Miller
2010-12-28
change ``MyView`` to ``MyHandler``, since it's a handler we're mocking
Rob Miller
2010-12-28
record handler _action_decorator classmethod support
Rob Miller
2010-12-28
Added support for an _action_decorator classmethod on handler classes.
Rob Miller
2010-12-28
Recorded description of last change and added self to contributors list.
Rob Miller
2010-12-28
add decorator argument to add_view method to support auto-wrapping view calla...
Rob Miller
2010-12-28
Merge branch 'master' into viewderiver
Chris McDonough
2010-12-28
Merge branch 'mgedmin-master'
Chris McDonough
2010-12-29
Whitespace bigotry.
Marius Gedminas
[next]