| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-21 | - add p* scripts | Steve Piercy | |
| - add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading | |||
| 2015-10-27 | Restore link target used by 'whatsnew-1.3.rst'. | Tres Seaver | |
| Should fix Jenkins breakage. | |||
| 2015-10-22 | fix entry point example | Michael Merickel | |
| 2015-10-21 | remove ipython and bpython from core | Michael Merickel | |
| 2015-10-19 | add pshell --list and default_shell ini options | Michael Merickel | |
| 2015-10-19 | Merge pull request #2007 from stevepiercy/master | Steve Piercy | |
| add Method sentence and heading for proutes, minor grammar, rewrap 79… | |||
| 2015-10-19 | add Method sentence and heading for proutes, minor grammar, rewrap 79 cols, ↵ | Steve Piercy | |
| .rst syntax fixes | |||
| 2015-10-18 | Fix entrypoints syntax in pshell as part of #1891. | Michael Merickel | |
| 2015-10-11 | removed default fall through when passed a specific shell | John Anderson | |
| 2015-09-06 | Use entry points for pshell | John Anderson | |
| 2015-01-27 | fix count | Michael Merickel | |
| 2015-01-22 | Make more ways to configure [proutes] section | John Anderson | |
| 2015-01-01 | Terminated the highlight on ``format`` | John Anderson | |
| 2015-01-01 | Updated the docs to talk about `--format` | John Anderson | |
| 2014-07-04 | Fix path to pshell | Kamal Gill | |
| 2013-11-18 | Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branch | Chris McDonough | |
| 2013-10-14 | update old ptweens output | Michael Merickel | |
| 2013-10-14 | add note about custom args to python when using command-line scripts | Chris McDonough | |
| 2013-08-15 | prefer the functionish print | Philip Jenvey | |
| 2013-08-02 | add pdistreport command | Chris McDonough | |
| 2013-04-01 | Consistently link middleware term to the glossary | Catalin Iacob | |
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #890 from tshepang/misc | Michael Merickel | |
| miscellaneous doc improvements | |||
| 2013-03-06 | brevity | Tshepang Lekhonkhobe | |
| 2013-03-06 | remove some clutter | Tshepang Lekhonkhobe | |
| 2013-03-05 | fix wrong highlighting | Tshepang Lekhonkhobe | |
| 2013-03-04 | fix #311 | Tshepang Lekhonkhobe | |
| 2013-02-27 | readability | Tshepang Lekhonkhobe | |
| 2013-02-11 | what was added? | Tshepang Lekhonkhobe | |
| 2013-01-30 | use the more appropriate directives | Tshepang Lekhonkhobe | |
| 2013-01-01 | eliminate repeated "the" words | Tshepang Lekhonkhobe | |
| 2012-08-14 | Typo pwteens -> ptweens | Kees Hink | |
| 2012-06-12 | docs reference setup_logging instead of fileConfig | Michael Merickel | |
| 2012-05-01 | Change the example script's description string to match the console_script's ↵ | Dan Jacka | |
| name: show_settings | |||
| 2012-04-30 | Separator between name and value in --header option to prequest is ':', not '=' | Dan Jacka | |
| 2012-03-02 | Correct section name in pshell example. | Martijn Pieters | |
| The section in the example is called 'app:main', not 'app:MyProject'. | |||
| 2012-02-11 | Updated the scripting example for more url control. | Michael Merickel | |
| 2011-12-21 | Split long run-on sentence into two. | Steve Piercy | |
| Attempt to make it more understandable, not sure of technical correctness. | |||
| 2011-12-15 | undo cutnpaste mistakes | Chris McDonough | |
| 2011-12-15 | - Added a section named "Making Your Script into a Console Script" in the | Chris McDonough | |
| "Command-Line Pyramid" chapter. | |||
| 2011-12-15 | finish prequest feature | Chris McDonough | |
| 2011-12-05 | add whatsnew-1.3; garden | Chris McDonough | |
| 2011-11-21 | add bpython support to pshell with raydeo remarks and design | Jean-Philippe Camguilhem | |
| 2011-11-21 | add bpython support for pshell | Jean-Philippe Camguilhem | |
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-08-31 | wrong path for logging.config | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-16 | Added some docs for the new 'setup' option key in [pshell]. | Michael Merickel | |
| 2011-08-14 | - The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and | Chris McDonough | |
| ``current_route_url`` functions in the ``pyramid.url`` package now delegate to a method on the request they've been passed, instead of the other way around. The pyramid.request.Request object now inherits from a mixin named pyramid.url.URLMethodsMixin to make this possible, and all url/path generation logic is embedded in this mixin. - Narrative and API documentation which used the ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ``current_route_url`` functions in the ``pyramid.url`` package have now been changed to use eponymous methods of the request instead. | |||
| 2011-08-13 | disallow adding a tween factory which is an instance without passing its ↵ | Chris McDonough | |
| globally importable name | |||
