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
/
CHANGES.txt
Age
Commit message (
Expand
)
Author
2011-08-06
improve changes docs
Chris McDonough
2011-07-31
- A new attribute is available on request objects: ``exc_info``. Its value
Chris McDonough
2011-07-30
note prefixes
Chris McDonough
2011-07-28
add some edits to the docs for response_adapter decorator; fix renderings
Chris McDonough
2011-07-24
stray hat
Chris McDonough
2011-07-24
- The Pyramid debug logger now uses the standard logging configuration
Chris McDonough
2011-07-24
fix merge conflicts
Chris McDonough
2011-07-24
back this feature out; we'll try a different approach
Chris McDonough
2011-07-24
first cut
Chris McDonough
2011-07-23
typo
Chris McDonough
2011-07-23
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
Chris McDonough
2011-07-23
- The ``pyramid.events.BeforeRender`` event now has an attribute named
Chris McDonough
2011-07-21
prep for 1.1; gather contributors
Chris McDonough
2011-07-21
- Change all scaffolding templates that point to docs.pylonsproject.org to
Chris McDonough
2011-07-21
- Added the ``pyramid.renderers.null_renderer`` object as an API. The null
Chris McDonough
2011-07-21
- Add a deprecation warning for non-API function
Chris McDonough
2011-07-21
- Remove ``compat`` code that served only the purpose of providing backwards
Chris McDonough
2011-07-20
- Reordered chapters in narrative section for better new user friendliness.
Chris McDonough
2011-07-19
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
Chris McDonough
2011-07-18
prep for 1.1b4
Chris McDonough
2011-07-16
- Change paster pviews and paster proutes to use bootstrap.
Chris McDonough
2011-07-16
mention paster pshell using bootstrap
Chris McDonough
2011-07-16
mention paster pshell using prepare
Chris McDonough
2011-07-16
add note about removing make_request
Chris McDonough
2011-07-16
- Omit custom environ variables when rendering a custom exception template in
Chris McDonough
2011-07-16
- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"
Chris McDonough
2011-07-15
prep for 1.1b3
Chris McDonough
2011-07-15
- get_root2 -> prepare
Chris McDonough
2011-07-14
typo
Chris McDonough
2011-07-14
- Without a mo-file loaded for the combination of domain/locale,
Chris McDonough
2011-07-14
typo
Chris McDonough
2011-07-14
forgot to change whatsnew
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
prep for 1.1b2
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
- Previously, If a ``BeforeRender`` event subscriber added a value via the
Chris McDonough
2011-07-10
prep for 1.1b1
Chris McDonough
2011-07-10
add info to changes.txt and whatsnew about pshell changes; removed unused imp...
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
Chris McDonough
2011-07-09
add a note about response wrapping bug fix
Chris McDonough
2011-07-06
- The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argument
Chris McDonough
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-07-01
move 1.0 stuff to HISTORY.txt
Chris McDonough
2011-07-01
prep for 1.1a4
Chris McDonough
[prev]
[next]