summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-16mention paster pshell using bootstrapChris McDonough
2011-07-16mention paster pshell using prepareChris McDonough
2011-07-16add note about removing make_requestChris McDonough
2011-07-16Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-07-16Changed the URL generation example to be more practical.Michael Merickel
2011-07-16Added test coverage for 'PShellCommand'.Michael Merickel
2011-07-16Updated 'pshell' to support the new bootstrap api.Michael Merickel
2011-07-16Reworked pyramid.scripting. Modified docs and made make_request private.Michael Merickel
2011-07-16Modified the order of the WeakOrderedSet to remember the most recent.Michael Merickel
2011-07-16Renamed the 'info' dict to 'env' in scripting.Michael Merickel
2011-07-16gardenMichael Merickel
2011-07-16Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-07-16- Omit custom environ variables when rendering a custom exception template inChris McDonough
2011-07-16Mmm, maybe the bad func name was pasted from an emacs bufferCarlos de la Guardia
2011-07-16typo in func nameCarlos de la Guardia
2011-07-16promote bootstrap to major featureChris McDonough
2011-07-16note version reqt; fix dangling refChris McDonough
2011-07-16- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"Chris McDonough
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-15prep for 1.1b3Chris McDonough
2011-07-15silence coverage warningChris McDonough
2011-07-15Merge branch 'mmerickel-feature.scripting'Chris 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-15Merge pull request #238 from jinty/masterChris 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-14Merge pull request #236 from AnneGilles/patch-1Michael Merickel
2011-07-14Edited docs/narr/viewconfig.rst via GitHubAnneGilles