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
/
docs
/
narr
Age
Commit message (
Expand
)
Author
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-12
reviewed
Chris McDonough
2011-07-12
fix sample
Chris McDonough
2011-07-12
remove references to add_route view-related configuration
Chris McDonough
2011-07-12
remove deprecated mechanism to associate views with routes; add description o...
Chris McDonough
2011-07-12
add docs about logging config
Chris McDonough
2011-07-12
add docs about logging config
Chris McDonough
2011-07-12
remove unnecessary clause
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
add PyPy
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
we no longer support 24.
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
Adding 'I' to example custom AuthenticationPolicy; it's an interface.
ejo
2011-07-10
add info to changes.txt and whatsnew about pshell changes; removed unused imp...
Chris McDonough
2011-07-10
Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into mm...
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-07
Updated proutes and pviews docs.
Michael Merickel
2011-07-07
Added/updated documentation for the new interactive shell.
Michael Merickel
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-07-02
reorder
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-07-01
Add JSONP renderer
Chris McDonough
2011-06-26
- Added ``mako.preprocessor`` config file parameter; allows for a Mako
Chris McDonough
2011-06-20
responsecode -> exception_response
Chris McDonough
2011-06-20
- Register the default exception view for context of
Chris McDonough
2011-06-18
fix rendering
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-14
- Added new add_response_adapter method to Configurator.
Chris McDonough
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris McDonough
2011-06-11
- Pyramid now expects Response objects to have a __call__
Chris McDonough
2011-06-05
More small fixes made reading the rest of the docs and the tutorials.
Christoph Zwerschke
2011-06-04
- It is now possible to control how the Pyramid router calls the WSGI
Chris McDonough
2011-06-03
minor edits to cito's edits
Chris McDonough
2011-06-03
Some more small fixes in the narrative docu.
Christoph Zwerschke
2011-06-03
Minor fixes in the Renderers docu.
Christoph Zwerschke
2011-06-03
Fixed quote chars.
Christoph Zwerschke
2011-06-02
Some typos, better quoting in Traversal docs.
Christoph Zwerschke
2011-06-02
Fix wrong parameter name.
Christoph Zwerschke
[next]