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-08-08
add tween aliases
Chris McDonough
2011-08-07
add support for tween aliases
Chris McDonough
2011-08-07
prevent both mainhandler and excview tween from needing to send a NewResponse...
Chris McDonough
2011-08-07
make the excview_tween_factory name importable
Chris McDonough
2011-08-07
first cut at topological sorting of tweens given hints provided by the framew...
Chris McDonough
2011-08-06
Merge branch 'handlerchanges'
Chris McDonough
2011-08-06
docs rendering
Chris McDonough
2011-08-06
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-06
readd bw compat for toolbar (temporary)
Chris McDonough
2011-08-06
change return value of tween to just response
Chris McDonough
2011-08-06
cope with the realities of trying to initialize a utility in setup_registry; ...
Chris McDonough
2011-08-06
improve changes docs
Chris McDonough
2011-08-06
write tests for ptweens
Chris McDonough
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
- Deprecate pyramid.security.view_execution_permitted (it only works for
Chris McDonough
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
garden
Chris McDonough
2011-07-31
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-31
updated wiki tutorials css
Blaise Laflamme
2011-07-31
fixed css scaffolds
Blaise Laflamme
2011-07-30
garden
Chris McDonough
2011-07-30
note prefixes
Chris McDonough
2011-07-30
Merge branch 'feature.settings-prefix'
Chris McDonough
2011-07-30
Updated all of the docs to reflect the new pyramid.* settings prefix.
Michael Merickel
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
[next]