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-04-11
- Don't explicitly prevent the ``timeout`` from being lower than the
Chris McDonough
2011-04-10
gardening
Chris McDonough
2011-04-10
- It is now possible to get information about why Pyramid raised a Forbidden
Chris McDonough
2011-04-10
- An exception raised by a NewRequest event subscriber can now be caught by
Chris McDonough
2011-04-06
- ``testing.DummyRequest`` used the wrong registry (the global registry) as
Chris McDonough
2011-04-01
add patricio to list of contributors
Chris McDonough
2011-04-01
- Static views registered with ``config.add_static_view`` which also included
Chris McDonough
2011-03-25
Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txt
Joe Dallago
2011-03-22
- Include SCRIPT_NAME in redirects issued by
Chris McDonough
2011-03-01
Add change note for dnouri's solution to issue 141.
Chris McDonough
2011-02-25
- ``pyramid.url.route_path`` (and the shortcut
Chris McDonough
2011-02-22
From the code:
Chris McDonough
2011-02-17
Undo the inner squiggly regex fix introduced in commit #9595236 because the r...
Chris McDonough
2011-02-13
note changes
Chris McDonough
2011-02-12
- ``pyramid_alchemy`` paster template now uses ``query.get`` rather than
Chris McDonough
2011-02-09
- Integers and longs passed as ``elements`` to ``pyramid.url.resource_url``
Chris McDonough
2011-02-09
- URL pattern markers used in URL dispatch are permitted to specify a custom
Chris McDonough
2011-01-30
note removal
Chris McDonough
2011-01-30
prep for 1.0
Chris McDonough
2011-01-30
garden
Chris McDonough
2011-01-30
- Removed duplicate implementations of ``is_response``. Two competing
Chris McDonough
2011-01-29
- Changed "Cleaning up After a Request" section in the URL Dispatch chapter
Chris McDonough
2011-01-29
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
Chris McDonough
2011-01-29
- Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid"
Chris McDonough
2011-01-28
- Removed API documentation for ``pyramid.testing`` APIs named
Chris McDonough
2011-01-28
transposed
Chris McDonough
2011-01-28
garden
Chris McDonough
2011-01-28
prep for 1.0b3
Chris McDonough
2011-01-27
- Beef up documentation related to ``set_default_permission``: explicitly
Chris McDonough
2011-01-26
- ``pyramid.view.append_slash_notfound_view`` now preserves GET query
Chris McDonough
2011-01-25
- Use © instead of copyright symbol in paster templates / tutorial
Chris McDonough
2011-01-24
prep for 1.0b2
Chris McDonough
2011-01-24
wording
Chris McDonough
2011-01-24
- A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which
Chris McDonough
2011-01-22
- The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passed
Chris McDonough
2011-01-22
- The ``production.ini`` generated by all paster templates now have an
Chris McDonough
2011-01-21
of course, wrong date in tarball
Chris McDonough
2011-01-21
prep for 1.0b1
Chris McDonough
2011-01-21
- Minimally explain usage of custom regular expressions in URL dispatch
Chris McDonough
2011-01-21
- Add a ``MANIFEST.in`` file to each paster template. See
Chris McDonough
2011-01-21
- Slightly improved interface docs for ``IAuthorizationPolicy``.
Chris McDonough
2011-01-21
- Move content of "Forms" chapter back to "Views" chapter; I can't think of a
Chris McDonough
2011-01-21
- ``testing.setUp`` now adds a ``settings`` attribute to the registry (both
Chris McDonough
2011-01-21
- Added "What's New in Pyramid 1.0" chapter to HTML rendering of
Chris McDonough
2011-01-21
- Add (minimal) documentation about using I18N within Mako templates to
Chris McDonough
2011-01-21
- Add docs for ``add_finished_callback``, ``add_response_callback``,
Chris McDonough
2011-01-21
- Add ``wild_domain`` argument to AuthTktAuthenticationPolicy, which defaults
Chris McDonough
2011-01-19
- Added "Adding Methods to the Configurator via ``add_directive``" section to
Chris McDonough
2011-01-19
- Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config``
Chris McDonough
2011-01-19
- The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy``
Chris McDonough
[next]