summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Expand)Author
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_notfound_view``. This is aChris McDonough
2012-02-20- The static file response object used by ``config.add_static_view`` openedChris McDonough
2012-02-20gardenChris McDonough
2012-02-20provide version numberChris McDonough
2012-02-20FeaturesChris McDonough
2012-02-19prep for 1.3a8Chris McDonough
2012-02-19- Create a "MakoRendererFactoryHelper" that provides customizable settingsChris McDonough
2012-02-19- Put ``pyramid.includes`` targets within ini files in scaffolds on separateChris McDonough
2012-02-17FeaturesChris McDonough
2012-02-15Use req instead of r for #413. It's more likely that somebody is already pas...Chris McDonough
2012-02-15add sentenceChris McDonough
2012-02-15- The system value ``r`` is now supplied to renderers as an alias forChris McDonough
2012-02-15- Add ``pyramid.config.Configurator.set_traverser`` API method. See theChris McDonough
2012-02-14- Don't create a ``session`` instance in SQLA Wiki tutorial, use rawChris 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 beChris McDonough
2012-02-09FeaturesChris McDonough
2012-02-08prep for 1.3a7Chris McDonough
2012-02-07Modified match_param to accept a tuple. Fixes #425.Michael Merickel
2012-02-07- Internal: catch unhashable discriminators early (raise an error instead ofChris McDonough
2012-01-30gardenChris McDonough
2012-01-22- More informative error message when a ``config.include`` cannot find anChris McDonough
2012-01-21gardenChris McDonough
2012-01-21- The ``prequest`` script would fail when used against URLs which did notChris McDonough
2012-01-21- The process will now restart when ``pserve`` is used with the ``--reload``Chris McDonough
2012-01-20prep for 1.3a6Chris McDonough
2012-01-19Backport fix for issue #407 to 1.3 branch.Chris McDonough
2012-01-19- When using a dotted name for a ``view`` argument toChris McDonough
2012-01-19gardenChris McDonough
2012-01-16- Responses generated by Pyramid's ``static_view`` now useChris McDonough
2012-01-11Updated the changelogs.Michael Merickel
2012-01-09prep for 1.3a5Chris McDonough
2012-01-06- The ``path_info`` route and view predicates now match againstChris McDonough
2012-01-06- The ``pyramid.view.view_defaults`` decorator did not work properly whenChris McDonough
2012-01-05prep for 1.3a4Chris McDonough
2012-01-05gardenChris McDonough
2012-01-05- Using a dynamic segment named ``traverse`` in a route pattern like this::Chris McDonough
2012-01-05gardenChris McDonough
2012-01-03- The documentation of ``pyramid.events.subscriber`` indicated that using itChris McDonough
2012-01-02- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.Chris McDonough
2011-12-30Updated the changelog for Request.set_property.Michael Merickel
2011-12-21prep for 1.3a3Chris 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 mainChris McDonough
2011-12-15- Added a section named "Making Your Script into a Console Script" in theChris McDonough
2011-12-15- Normalized exit values and ``-h`` output for all ``p*`` scriptsChris McDonough
2011-12-15finish prequest featureChris McDonough
2011-12-14prep for 1.3a2Chris McDonough
2011-12-14- Changed scaffolding machinery around a bit to make it easier for people whoChris McDonough