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
2010-10-29
repoze.bfg -> pyramid
Chris McDonough
2010-10-29
bfg_view -> view_config
Chris McDonough
2010-10-29
remove modified attr from interface
Chris McDonough
2010-10-29
pylons paster templates
Chris McDonough
2010-10-28
sessioning docs
Chris McDonough
2010-10-28
add sessioning interfaces, configuration API, and a sample implementation tha...
Chris McDonough
2010-10-28
merge static view bugfixes/features from bfg trunk
Chris McDonough
2010-10-27
PEP 8 and Pyflakes clean-up.
Ben Bangert
2010-10-27
Remove unneeded import.
Ben Bangert
2010-10-27
i have no idea what i'm committing
Chris McDonough
2010-10-27
coverage
Chris McDonough
2010-10-27
Move PkgResourceTemplateLookup to module level to avoid redefinining it
Ben Bangert
2010-10-27
Ok, this time, actually include the mako renderer changes.
Ben Bangert
2010-10-27
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-10-27
- Mako templating renderer supports resource specification format for
Ben Bangert
2010-10-26
forward port of bugfix from bfg trunk
Chris McDonough
2010-10-26
merge bugfix from bfg
Chris McDonough
2010-10-26
coverage
Chris McDonough
2010-10-26
add action decorator
Chris McDonough
2010-10-26
add handler code
Chris McDonough
2010-10-26
dont import mako unnecessarily
Chris McDonough
2010-10-26
make sure mako is present
Chris McDonough
2010-10-26
add dependency on mako and configure in mako templating by default
Chris McDonough
2010-10-26
readd make_app (karl depends on it)
Chris McDonough
2010-10-26
simplify BFG_IN_ATTR
Chris McDonough
2010-10-25
be more restrictive about replacing ZCML attributes with repoze.bfg in them
Chris McDonough
2010-10-25
add httpexceptions docs
Chris McDonough
2010-10-25
docs and deprecations
Chris McDonough
2010-10-25
convert remainder of docs to use pyramid instead of repoze.bfg
Chris McDonough
2010-10-25
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2010-10-25
shorten
Chris McDonough
2010-10-25
simplify zcml replacement
Chris McDonough
2010-10-25
Add http exception facade.
Ben Bangert
2010-10-25
fix paster templates
Chris McDonough
2010-10-25
fix ZCML too
Chris McDonough
2010-10-25
add 2to3 fixer script for repoze.bfg imports
Chris McDonough
2010-10-25
first cut at converting bfg to pyramid
Chris McDonough
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough