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-07-09
prevent an extra function call when a renderer is in use
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
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-07
fwd compat for webob 1.1
Chris McDonough
2011-07-07
more tests
Chris McDonough
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-04
better working for renderer param of add_view
Michr
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-07-04
partial conversion to eager response resolving
Chris McDonough
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-07-02
intent
Chris McDonough
2011-07-01
- The ``pyramid.events.subscriber`` directive behaved contrary to the
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-07-01
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-01
Add JSONP renderer
Chris McDonough
2011-06-30
Zap word "either" describing request_method. By my reading, the word "either"...
Niall O'Higgins
2011-06-28
unused import
Chris McDonough
2011-06-26
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
Chris McDonough
2011-06-26
- Added ``mako.preprocessor`` config file parameter; allows for a Mako
Chris McDonough
2011-06-26
try to replicate github #213
Chris McDonough
2011-06-26
- Accessing or setting deprecated response_* attrs on request
Chris McDonough
2011-06-26
appeasement
Chris McDonough
2011-06-23
coverage
Chris McDonough
2011-06-23
A fix for classmethod-based custom predicates with no __text__ property.
Michael Merickel
2011-06-22
- If multiple specs were provided in a single call to
Chris McDonough
2011-06-21
Fixed a bw-compat issue with PyramidTemplate being moved.
Michael Merickel
2011-06-21
avoid some getattrs
Chris McDonough
2011-06-21
- The pyramid Router attempted to set a value into the key
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-19
- Copy exception templates from webob.exc into pyramid.httpexceptions and
Chris McDonough
2011-06-19
failUnless -> assertTrue to appease the unittest naming nazis
Chris McDonough
2011-06-19
coverage
Chris McDonough
2011-06-19
- Base exception response content type again on accept header.
Chris McDonough
2011-06-19
format deprecating warnings properly
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-14
- Move default app_iter generation logic into __call__ for
Chris McDonough
2011-06-14
- New method named ``pyramid.request.Request.is_response``. This method
Chris McDonough
2011-06-14
- Added new add_response_adapter method to Configurator.
Chris McDonough
2011-06-13
render nicer docs
Chris McDonough
2011-06-13
flesh out IResponse interface
Chris McDonough
2011-06-13
name argument makes no sense here
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-07
Merge pull request #207 from wichert/master
Chris McDonough
2011-06-06
Merge branch 'master' of github.com:Pylons/pyramid
Carlos de la Guardia
[next]