summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-02-24use paren-bracketed imports for modules from the same sourceChris McDonough
2012-02-23fixes #307Chris McDonough
2012-02-22- ``pyramid.config.Configurator.with_package`` didn't work if theChris McDonough
2012-02-22move init_mimetypes to response moduleChris McDonough
2012-02-22allow user to pass content type and encoding, change favicon example to use F...Chris McDonough
2012-02-22- New APIs: ``pyramid.response.FileResponse`` andChris McDonough
2012-02-22Merge branch 'master' into 1.3-branchChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
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-19Merge branch '1.3-branch'Chris 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-17Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-02-17docs fixesChris McDonough
2012-02-17FeaturesChris McDonough
2012-02-16Remove PEP8-violating spaces around "="Hynek Schlawack
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