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-07-11
convenience command
Chris McDonough
2011-07-11
bad reference
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
we no longer support 24.
Chris McDonough
2011-07-11
remove request clasattr, it breaks tests
Chris McDonough
2011-07-11
give request a registry = None clasattr so registry can successfully be passe...
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
simplify wording
Chris McDonough
2011-07-11
earlier info referenced later info, fix
Chris McDonough
2011-07-11
move mention of controllers to end
Chris McDonough
2011-07-11
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-11
move alternate calling convention to chapter bottom; fix reference
Chris McDonough
2011-07-10
Merge pull request #229 from mmerickel/garden.webob-refs
Chris McDonough
2011-07-10
Modified docs to reference webob's new website.
Michael Merickel
2011-07-10
Merge pull request #228 from ejo/patch-3
Michael Merickel
2011-07-10
Adding 'I' to example custom AuthenticationPolicy; it's an interface.
ejo
2011-07-10
garden
Chris McDonough
2011-07-10
prep for 1.1b1
Chris McDonough
2011-07-10
slightly more informative error message
Chris McDonough
2011-07-10
add info to changes.txt and whatsnew about pshell changes; removed unused imp...
Chris McDonough
2011-07-10
Merge branch 'mmerickel-feature.pshell'
Chris McDonough
2011-07-10
Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into mm...
Chris McDonough
2011-07-10
reverse position of custom decorator and http cache decorator
Chris McDonough
2011-07-09
add prevent_auto flag to cache control
Chris McDonough
2011-07-09
add prevent_auto flag to cache control
Chris McDonough
2011-07-09
add release ann template
Chris McDonough
2011-07-09
prevent an extra function call when a renderer is in use
Chris McDonough
2011-07-09
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-09
make less confusing
Chris McDonough
2011-07-09
Merge pull request #225 from ejo/patch-1
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
Chris McDonough
2011-07-09
Old sentence was grammatically incorrect, literally meant that the URL or but...
ejo
2011-07-09
add a note about response wrapping bug fix
Chris McDonough
2011-07-09
Merge branch 'responsewrapping'
Chris McDonough
2011-07-09
massive test rejiggering to account for the addition of response_resolved_view
Chris McDonough
2011-07-09
rename wrapper for better results in profile output
Chris McDonough
2011-07-08
point at groundhog github repo (why?)
Chris McDonough
2011-07-07
fwd compat for webob 1.1
Chris McDonough
2011-07-07
more tests
Chris McDonough
2011-07-07
Updated proutes and pviews docs.
Michael Merickel
2011-07-07
Added/updated documentation for the new interactive shell.
Michael Merickel
2011-07-07
fix a few tests broken by refactoring
Chris McDonough
2011-07-06
typo
Chris McDonough
2011-07-06
- The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argument
Chris McDonough
2011-07-06
Added tests for the new pshell.
Michael Merickel
2011-07-06
Replaced the manual parsing with python's ConfigParser.
Michael Merickel
2011-07-06
Fixed a small bug in pviews initialization.
Michael Merickel
2011-07-06
Updated paster tests to use the ini_file#section syntax.
Michael Merickel
2011-07-06
Added [pshell] support to INI files and the ability to load generic wsgi apps.
Michael Merickel
2011-07-06
Updated paster commands to use the ini#section uri spec.
Michael Merickel
[next]