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
2012-02-15
Use req instead of r for #413. It's more likely that somebody is already pas...
Chris McDonough
2012-02-15
add sentence
Chris McDonough
2012-02-15
- The system value ``r`` is now supplied to renderers as an alias for
Chris McDonough
2012-02-15
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Chris McDonough
2012-02-14
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
Chris McDonough
2012-02-14
- Better error message when a .pyc-only module is ``config.include`` -ed.
Chris McDonough
2012-02-14
- Better error messages when a view callable returns a value that cannot be
Chris McDonough
2012-02-09
Features
Chris McDonough
2012-02-08
prep for 1.3a7
Chris McDonough
2012-02-07
Modified match_param to accept a tuple. Fixes #425.
Michael Merickel
2012-02-07
- Internal: catch unhashable discriminators early (raise an error instead of
Chris McDonough
2012-01-30
garden
Chris McDonough
2012-01-22
- More informative error message when a ``config.include`` cannot find an
Chris McDonough
2012-01-21
garden
Chris McDonough
2012-01-21
- The ``prequest`` script would fail when used against URLs which did not
Chris McDonough
2012-01-21
- The process will now restart when ``pserve`` is used with the ``--reload``
Chris McDonough
2012-01-20
prep for 1.3a6
Chris McDonough
2012-01-19
Backport fix for issue #407 to 1.3 branch.
Chris McDonough
2012-01-19
- When using a dotted name for a ``view`` argument to
Chris McDonough
2012-01-19
garden
Chris McDonough
2012-01-16
- Responses generated by Pyramid's ``static_view`` now use
Chris McDonough
2012-01-11
Updated the changelogs.
Michael Merickel
2012-01-09
prep for 1.3a5
Chris McDonough
2012-01-06
- The ``path_info`` route and view predicates now match against
Chris McDonough
2012-01-06
- The ``pyramid.view.view_defaults`` decorator did not work properly when
Chris McDonough
2012-01-05
prep for 1.3a4
Chris McDonough
2012-01-05
garden
Chris McDonough
2012-01-05
- Using a dynamic segment named ``traverse`` in a route pattern like this::
Chris McDonough
2012-01-05
garden
Chris McDonough
2012-01-03
- The documentation of ``pyramid.events.subscriber`` indicated that using it
Chris McDonough
2012-01-02
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Chris McDonough
2011-12-30
Updated the changelog for Request.set_property.
Michael Merickel
2011-12-21
prep for 1.3a3
Chris McDonough
2011-12-21
- Add undocumented ``__discriminator__`` API to derived view callables.
Chris McDonough
2011-12-16
- Removed the "Running Pyramid on Google App Engine" tutorial from the main
Chris McDonough
2011-12-15
- Added a section named "Making Your Script into a Console Script" in the
Chris McDonough
2011-12-15
- Normalized exit values and ``-h`` output for all ``p*`` scripts
Chris McDonough
2011-12-15
finish prequest feature
Chris McDonough
2011-12-14
prep for 1.3a2
Chris McDonough
2011-12-14
- Changed scaffolding machinery around a bit to make it easier for people who
Chris McDonough
2011-12-14
add a backwards compatibility knob to pcreate to emulate paster create handli...
Chris McDonough
2011-12-14
Flesh out new view_defaults feature and add docs, change notes, and add to wh...
Chris McDonough
2011-12-09
prep for 1.3a1
Chris McDonough
2011-12-08
- New APIs: ``pyramid.path.AssetResolver`` and
Chris McDonough
2011-12-06
garden
Chris McDonough
2011-12-06
garden
Chris McDonough
2011-12-05
- Removed the ``pyramid.renderers.renderer_from_name`` function. It has been
Chris McDonough
2011-12-05
add whatsnew-1.3; garden
Chris McDonough
2011-12-05
the starter scaffold now uses url dispatch; add a minimal section about using...
Chris McDonough
2011-12-04
merge feature.introspection branch
Chris McDonough
[next]