summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-07-15add not-for-civilians warningsChris McDonough
2011-07-15remove bogus information about route_name, refer to the right method of Confi...Chris McDonough
2011-07-15typoChris McDonough
2011-07-15note that make_app mutates global_registriesChris McDonough
2011-07-15silence coverage warningChris McDonough
2011-07-15- get_root2 -> prepareChris McDonough
2011-07-15add description of return valueChris McDonough
2011-07-15Merge branch 'master' into mmerickel-feature.scriptingChris McDonough
2011-07-15Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-07-15fix Jython test failuresChris McDonough
2011-07-15Use assertFalse instead of deprecated failIfBrian Sutherland
2011-07-15deshadow testChris McDonough
2011-07-14Modified tests to use global_registries.remove() instead of relying on gc.Michael Merickel
2011-07-14Added test coverage for p.paster.bootstrap.Michael Merickel
2011-07-14Modified bootstrap to return a dict.Michael Merickel
2011-07-14Removed unused variableMichael Merickel
2011-07-14Added p.paster.bootstrap for handling simple loading of INI files.Michael Merickel
2011-07-14gardenMichael Merickel
2011-07-14Added p.scripting.get_root2 that doesn't require an app arg.Michael Merickel
2011-07-14Just changed some of the docstrings to reference config_uri.Michael Merickel
2011-07-14Reverted get_root back to its behavior of expecting a router instance.Michael Merickel
2011-07-14Updated scripting test coverage to 100%.Michael Merickel
2011-07-14Added some docs for make_request and global_registries.Michael Merickel
2011-07-14Added the ability to make a request object for use in scripts.Michael Merickel
2011-07-14Moved the WeakOrderedSet into pyramid.util.Michael Merickel
2011-07-14Added tracking of p.config.global_registries for created apps.Michael Merickel
2011-07-14Adding a global to track the last registry loaded by Pyramid.Michael Merickel
2011-07-14- Without a mo-file loaded for the combination of domain/locale,Chris McDonough
2011-07-14- New API class: ``pyramid.static.static_view``. This supersedes theChris McDonough
2011-07-13- Fix corner case to ease semifunctional testing of views: create a newChris McDonough
2011-07-13- Views associated with routes with spaces in the route name may not haveChris McDonough
2011-07-13- We now clear ``request.response`` before we invoke an exception view; anChris McDonough
2011-07-12- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and newChris McDonough
2011-07-12- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffoldsChris McDonough
2011-07-12- The ``Configurator.add_route`` method allowed two routes with the sameChris McDonough
2011-07-12remove unused importChris McDonough
2011-07-12- Previously, If a ``BeforeRender`` event subscriber added a value via theChris McDonough
2011-07-12remove references to add_route view-related configurationChris McDonough
2011-07-11remove request clasattr, it breaks testsChris McDonough
2011-07-11give request a registry = None clasattr so registry can successfully be passe...Chris McDonough
2011-07-10slightly more informative error messageChris McDonough
2011-07-10add info to changes.txt and whatsnew about pshell changes; removed unused imp...Chris McDonough
2011-07-10Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into mm...Chris McDonough
2011-07-10reverse position of custom decorator and http cache decoratorChris McDonough
2011-07-09add prevent_auto flag to cache controlChris McDonough
2011-07-09add prevent_auto flag to cache controlChris McDonough
2011-07-09prevent an extra function call when a renderer is in useChris McDonough
2011-07-09request.json -> request.json_body; add some docs for json_bodyChris McDonough
2011-07-09Merge branch 'responsewrapping'Chris McDonough
2011-07-09massive test rejiggering to account for the addition of response_resolved_viewChris McDonough