Chris McDonough
2012-02-08 e3f9d0e6ea3c98699de7b60bc3900b1a40fcba19
2012-02-08 Chris McDonough
prep for 1.3a7
blob@ e3f9d0 commitdiff | diff to current
2012-02-07 Michael Merickel
Modified match_param to accept a tuple. Fixes #425.
blob@ 835d48 commitdiff | diff to current
2012-02-07 Chris McDonough
- Internal: catch unhashable discriminators early (raise an error instead o...
blob@ 22e0aa commitdiff | diff to current
2012-01-31 Chris McDonough
garden
blob@ 7cf063 commitdiff | diff to current
2012-01-22 Chris McDonough
- More informative error message when a ``config.include`` cannot find an ...
blob@ f8bfc6 commitdiff | diff to current
2012-01-21 Chris McDonough
garden
blob@ a3a711 commitdiff | diff to current
2012-01-21 Chris McDonough
- The ``prequest`` script would fail when used against URLs which did not ...
blob@ 8a3621 commitdiff | diff to current
2012-01-21 Chris McDonough
- The process will now restart when ``pserve`` is used with the ``--reload`...
blob@ ea68d2 commitdiff | diff to current
2012-01-20 Chris McDonough
prep for 1.3a6
blob@ a41c8c commitdiff | diff to current
2012-01-20 Chris McDonough
Backport fix for issue #407 to 1.3 branch.
blob@ 05f462 commitdiff | diff to current
2012-01-19 Chris McDonough
- When using a dotted name for a ``view`` argument to ``Configurator.add_...
blob@ 134388 commitdiff | diff to current
2012-01-19 Chris McDonough
garden
blob@ 87233a commitdiff | diff to current
2012-01-16 Chris McDonough
- Responses generated by Pyramid's ``static_view`` now use a ``wsgi.file_...
blob@ 830864 commitdiff | diff to current
2012-01-11 Michael Merickel
Updated the changelogs.
blob@ 6c2e8f commitdiff | diff to current
2012-01-09 Chris McDonough
prep for 1.3a5
blob@ cf3a11 commitdiff | diff to current
2012-01-07 Chris McDonough
- The ``path_info`` route and view predicates now match against ``request...
blob@ a5d994 commitdiff | diff to current
2012-01-06 Chris McDonough
- The ``pyramid.view.view_defaults`` decorator did not work properly when ...
blob@ 4c29ef commitdiff | diff to current
2012-01-05 Chris McDonough
prep for 1.3a4
blob@ 683941 commitdiff | diff to current
2012-01-05 Chris McDonough
garden
blob@ c52c92 commitdiff | diff to current
2012-01-05 Chris McDonough
- Using a dynamic segment named ``traverse`` in a route pattern like this::
blob@ 92dcb5 commitdiff | diff to current
2012-01-05 Chris McDonough
garden
blob@ ad9807 commitdiff | diff to current
2012-01-03 Chris McDonough
- The documentation of ``pyramid.events.subscriber`` indicated that using i...
blob@ 52a948 commitdiff | diff to current
2012-01-03 Chris McDonough
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
blob@ 030d10 commitdiff | diff to current
2011-12-30 Michael Merickel
Updated the changelog for Request.set_property.
blob@ b73edc commitdiff | diff to current
2011-12-21 Chris McDonough
prep for 1.3a3
blob@ d394da commitdiff | diff to current
2011-12-21 Chris McDonough
- Add undocumented ``__discriminator__`` API to derived view callables. e...
blob@ ba2a3f commitdiff | diff to current
2011-12-16 Chris McDonough
- Removed the "Running Pyramid on Google App Engine" tutorial from the main...
blob@ 9003a8 commitdiff | diff to current
2011-12-16 Chris McDonough
- Added a section named "Making Your Script into a Console Script" in the ...
blob@ 61838b commitdiff | diff to current
2011-12-16 Chris McDonough
- Normalized exit values and ``-h`` output for all ``p*`` scripts (``pvie...
blob@ d58614 commitdiff | diff to current
2011-12-15 Chris McDonough
finish prequest feature
blob@ c8061e commitdiff | diff to current
2011-12-14 Chris McDonough
prep for 1.3a2
blob@ 9dce50 commitdiff | diff to current
2011-12-14 Chris McDonough
- Changed scaffolding machinery around a bit to make it easier for people w...
blob@ bfd4b3 commitdiff | diff to current
2011-12-14 Chris McDonough
add a backwards compatibility knob to pcreate to emulate paster create hand...
blob@ 78d1e4 commitdiff | diff to current
2011-12-14 Chris McDonough
Flesh out new view_defaults feature and add docs, change notes, and add to ...
blob@ 4375cf commitdiff | diff to current
2011-12-09 Chris McDonough
prep for 1.3a1
blob@ 5f1cf3 commitdiff | diff to current
2011-12-08 Chris McDonough
- New APIs: ``pyramid.path.AssetResolver`` and ``pyramid.path.DottedNameR...
blob@ 56df90 commitdiff | diff to current
2011-12-06 Chris McDonough
garden
blob@ c753fc commitdiff | diff to current
2011-12-06 Chris McDonough
garden
blob@ b74abe commitdiff | diff to current
2011-12-05 Chris McDonough
- Removed the ``pyramid.renderers.renderer_from_name`` function. It has be...
blob@ e307fc commitdiff | diff to current
2011-12-05 Chris McDonough
add whatsnew-1.3; garden
blob@ d83b39 commitdiff | diff to current
2011-12-05 Chris McDonough
the starter scaffold now uses url dispatch; add a minimal section about usi...
blob@ 8fe021 commitdiff | diff to current
2011-12-05 Chris McDonough
merge feature.introspection branch
blob@ 5d462f commitdiff | diff to current
2011-12-04 Chris McDonough
allow config.action to take arbitrary kw args
blob@ 7d109d commitdiff | diff to current
2011-12-03 Chris McDonough
add skeleton for using introspection chapter
blob@ 9d97b6 commitdiff | diff to current
2011-12-02 Chris McDonough
garden
blob@ ea814b commitdiff | diff to current
2011-11-30 Chris McDonough
docs; todo; coverage for Introspector
blob@ 57a0d7 commitdiff | diff to current
2011-11-29 Chris McDonough
move register method from IIntrospector back to IIntrospectable; provide be...
blob@ 35ad08 commitdiff | diff to current
2011-11-28 Chris McDonough
garden
blob@ 14e5fa commitdiff | diff to current
2011-11-27 Chris McDonough
- The SQLAlchemy Wiki tutorial has been updated. It now uses ``@view_con...
blob@ 5edd54 commitdiff | diff to current
2011-11-27 Chris McDonough
- Added ``setup_logging`` API function to the ``pyramid.paster`` module. ...
blob@ 596495 commitdiff | diff to current
first | « prev | next »