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-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
2011-06-06
Add support for language fallback.
Wichert Akkerman
2011-06-05
Allow empty zodb_uri in the ZODB+traversal scaffold
Patricio Paez
2011-06-04
- It is now possible to control how the Pyramid router calls the WSGI
Chris McDonough
2011-06-02
Edited pyramid/settings.py via GitHub
Bruno Binet
2011-05-31
the canonical import location for HTTP exceptions/responses is now pyramid.re...
Chris McDonough
2011-05-30
Merge pull request #198 from mmerickel/fix_wildcard_dispatch
Chris McDonough
2011-05-30
- Fix older CHANGES entries.
Chris McDonough
2011-05-30
Removed a pdb trace. Oops!
Michael Merickel
2011-05-30
Fixed a bug in dispatch matching * at the end of a route.
Michael Merickel
2011-05-29
docs fixes
Chris McDonough
2011-05-29
docs fixes
Chris McDonough
2011-05-29
remove unused comments
Chris McDonough
2011-05-29
back up to complete coverage
Chris McDonough
2011-05-29
add some tests for WSGIHTTPException
Chris McDonough
2011-05-29
change docs; simplify
Chris McDonough
2011-05-29
preemptively drop 2.4 support
Chris McDonough
2011-05-28
move is_response back to pyramid.view
Chris McDonough
[next]