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-08-06
add tweens module, add docs for ptweens and tweens to hooks
Chris McDonough
2011-08-06
docs
Chris McDonough
2011-08-06
remove temp bw compat; the return signature of tweens has changed anyway
Chris McDonough
2011-08-06
test Tweens
Chris McDonough
2011-08-06
add setup_registry test
Chris McDonough
2011-08-06
tests for add_tween
Chris McDonough
2011-08-06
add glossary entry for tween
Chris McDonough
2011-08-06
add glossary entry for tween
Chris McDonough
2011-08-06
requesthandlers->tweens; add ptweens command
Chris McDonough
2011-08-06
dont pop pyramid.includes or pyramid.request_handlers from the settings
Chris McDonough
2011-08-06
make tests pass; remove toposort stuff
Chris McDonough
2011-08-06
some tests fail; simpler registration of handlers
Chris McDonough
2011-08-05
Add small explanation about omitting request parameter in render_to_response ...
Carlos de la Guardia
2011-08-05
add docs, return only items in the list
Chris McDonough
2011-08-05
remove unused code
Chris McDonough
2011-08-05
add toposort and tests
Chris McDonough
2011-08-05
refactor
Chris McDonough
2011-08-02
first cut
Chris McDonough
2011-08-02
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-02
avoid memory leak potential when assigning sys.exc_info() result to an attr o...
Chris McDonough
2011-08-01
Merge branch 'ipython-0.11'
Michael Merickel
2011-08-01
Refactored the PShellCommand to improve testability.
Michael Merickel
2011-07-31
Removed unused PCommand testing hooks.
Michael Merickel
2011-07-31
Fixed spelling in the IRoute interface.
Michael Merickel
2011-07-31
Fixed a spelling mistake in ISession.
Michael Merickel
2011-07-31
- A new attribute is available on request objects: ``exc_info``. Its value
Chris McDonough
2011-07-31
fixed css scaffolds
Blaise Laflamme
2011-07-30
Added the pyramid.* settings to the settings dict.
Michael Merickel
2011-07-30
Updated the scaffold settings to use the 'pyramid.' prefix.
Michael Merickel
2011-07-30
Added support for a 'pyramid.include' setting to add arbitrary
Michael Merickel
2011-07-29
Added support in pyramid for "pyramid.*" settings prefixes.
Michael Merickel
2011-07-28
add some edits to the docs for response_adapter decorator; fix renderings
Chris McDonough
2011-07-28
merge
Chris McDonough
2011-07-25
fix banner display for ipython < 0.11
Julian Taylor
2011-07-24
Merge pull request #244 from cd34/master
Chris McDonough
2011-07-25
modified scaffold templates to be xhtml compliant
Chris Davies
2011-07-25
garden; whitespace, comment cleanups
Chris McDonough
2011-07-24
allow handler to be a dotted name
Chris McDonough
2011-07-24
add compatibility with ipython 0.11
Julian Taylor
2011-07-24
- The Pyramid debug logger now uses the standard logging configuration
Chris McDonough
2011-07-24
fix merge conflicts
Chris McDonough
2011-07-24
add tests for request handler bits
Chris McDonough
2011-07-24
back this feature out; we'll try a different approach
Chris McDonough
2011-07-24
first cut
Chris McDonough
2011-07-23
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
Chris McDonough
2011-07-23
dont wrap a view callable if it's None
Chris McDonough
2011-07-23
Merge branch 'master' into wrapviews
Chris McDonough
2011-07-23
- The ``pyramid.events.BeforeRender`` event now has an attribute named
Chris McDonough
2011-07-23
first cut
Chris McDonough
2011-07-21
- Change all scaffolding templates that point to docs.pylonsproject.org to
Chris McDonough
[prev]
[next]