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-05-15
garden
Chris McDonough
2011-05-13
- The ``add_route`` method of the Configurator now accepts a ``static``
Chris McDonough
2011-05-13
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
Chris McDonough
2011-05-04
note pviews
Chris McDonough
2011-04-27
- Passing an ``environ`` dictionary to the ``__call__`` method of a
Chris McDonough
2011-04-27
- Previously, ``pyramid.request.Request`` inherited from
Chris McDonough
2011-04-22
reference an issue
Chris McDonough
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-21
Merge branch 'scriptname_fixes'
Chris McDonough
2011-04-21
add changelog entries, fix docs for wsgiapp2
Chris McDonough
2011-04-21
add 'adding a custom settings'
Chris McDonough
2011-04-19
Merge branch 'jgonera-master'
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
Merge branch 'master' of git://github.com/Pylons/pyramid
Juliusz Gonera
2011-04-19
replacement for torturous_route_re, inner squigglies work again
Juliusz Gonera
2011-04-19
clarify
Chris McDonough
2011-04-18
merge requestresponse section into various changes subsections
Chris McDonough
2011-04-18
Merge branch 'requestresponse'
Chris McDonough
2011-04-18
Fix parens.
Chris McDonough
2011-04-18
- Pyramid now depends on WebOb >= 1.0.2 (tests depend on the bugfix in that
Chris McDonough
2011-04-18
garden change message
Chris McDonough
2011-04-18
- Deprecated all assignments to ``request.response_*`` attributes such as
Chris McDonough
2011-04-18
- When visiting a URL that represented a static view which resolved to a
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-04-13
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
Chris McDonough
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
[next]