summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-18prep for 1.1b4Chris McDonough
2011-07-18move import statementChris McDonough
2011-07-16orderingChris McDonough
2011-07-16gardenChris McDonough
2011-07-16not reusing thisChris McDonough
2011-07-16gardenChris McDonough
2011-07-16- Change paster pviews and paster proutes to use bootstrap.Chris McDonough
2011-07-16mention manual logging configChris McDonough
2011-07-16gardenChris McDonough
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