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-14
- Without a mo-file loaded for the combination of domain/locale,
Chris McDonough
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
2011-07-13
- Fix corner case to ease semifunctional testing of views: create a new
Chris McDonough
2011-07-13
- Views associated with routes with spaces in the route name may not have
Chris McDonough
2011-07-13
- We now clear ``request.response`` before we invoke an exception view; an
Chris McDonough
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-12
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
Chris McDonough
2011-07-12
- The ``Configurator.add_route`` method allowed two routes with the same
Chris McDonough
2011-07-12
remove unused import
Chris McDonough
2011-07-12
- Previously, If a ``BeforeRender`` event subscriber added a value via the
Chris McDonough
2011-07-12
remove references to add_route view-related configuration
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-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 '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
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-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
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
[next]