summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-02-22register notfound views with __no_permission_required__Chris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_notfound_view``. This is aChris McDonough
2012-02-20squash the last resource warningChris McDonough
2012-02-20squash some resource warnings under py3Chris McDonough
2012-02-20- The static file response object used by ``config.add_static_view`` openedChris McDonough
2012-02-20add tests for introspection switchChris McDonough
2012-02-20FeaturesChris 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-18renderingChris McDonough
2012-02-18dont allow a registration for the request type in add_resource_url_adapter (w...Chris McDonough
2012-02-18spacingChris McDonough
2012-02-18commentChris McDonough
2012-02-18reorder testsChris McDonough
2012-02-18comment intentChris McDonough
2012-02-18deprecate pyramid.interfaces.IContextURL and pyramid.traversal.TraversalConte...Chris McDonough
2012-02-18fix search linksChris McDonough
2012-02-18move add_traverser and add_resource_url_adapter to adaptersChris McDonough
2012-02-17docs fixesChris 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-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-15handhold more after rendering the sqla scaffoldChris McDonough
2012-02-14- Better error message when a .pyc-only module is ``config.include`` -ed.Chris McDonough
2012-02-14commentChris McDonough
2012-02-14only mutate mapped_view if it's a functionChris McDonough
2012-02-14Merge branch 'wwitzel3-ww/415'Chris McDonough
2012-02-14- Better error messages when a view callable returns a value that cannot beChris McDonough
2012-02-14Merge branch 'ww/415' of https://github.com/wwitzel3/pyramid into wwitzel3-ww...Chris McDonough
2012-02-14import from the right placeChris McDonough
2012-02-14[#415] Using repr of view based on @mcdonc commentsWayne Witzel III
2012-02-13[#415] Making the response is None exception more informative.Wayne Witzel III
2012-02-09FeaturesChris McDonough
2012-02-07link to the interfaceChris McDonough
2012-02-06simplifyPhilip Jenvey
2012-02-07Modified match_param to accept a tuple. Fixes #425.Michael Merickel
2012-02-07Added a test to reproduce #425.Michael Merickel
2012-02-07- Internal: catch unhashable discriminators early (raise an error instead ofChris McDonough
2012-01-29Merge branch 'master' into 1.3-branchChris McDonough
2012-01-24Hard-coded /static references now use request.static_urlDaniel Kimsey
2012-01-22- More informative error message when a ``config.include`` cannot find anChris McDonough
2012-01-21- The ``prequest`` script would fail when used against URLs which did notChris McDonough
2012-01-21Merge branch 'master' of https://github.com/tomlikestorock/pyramid into tomli...Chris McDonough
2012-01-20Using non mutable optional parameter for install_reloader extra_filesThomas Hill
2012-01-20Adding app_spec to list of files that trigger restartThomas Hill
2012-01-20Changing mytemplate.pt to a .pt_tmpl for starterDaniel Kimsey
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-19coverageChris McDonough