| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-07 | separate the viewderiver module and allow overriding the mapper | Michael Merickel | |
| 2016-04-06 | rename pyramid.config.derivations to pyramid.viewderivers | Michael Merickel | |
| 2016-04-06 | Merge pull request #2433 from msabramo/setup_logging_nicer | Michael Merickel | |
| setup_logging: global_conf => extra_global_conf | |||
| 2016-04-06 | Simplify setup_logging global_conf handling | Marc Abramowitz | |
| A somewhat simpler and nicer implementation of handling `global_conf` than what I had in https://github.com/Pylons/pyramid/pull/2399 | |||
| 2016-04-06 | Merge pull request #2432 from ↵ | Michael Merickel | |
| msabramo/setup_logging_intersphinx_link_to_fileConfig setup_logging: Intersphinx link to fileConfig | |||
| 2016-04-06 | Merge pull request #2399 from msabramo/logging_global_conf | Michael Merickel | |
| Pass vars to logging.config.fileConfig | |||
| 2016-04-06 | setup_logging: Intersphinx link to fileConfig | Marc Abramowitz | |
| So Sphinx docs have a clickable link to `logging.config.fileConfig`. | |||
| 2016-04-06 | Pass vars to logging.config.fileConfig | Marc Abramowitz | |
| This allows one to set up a logging configuration that is parameterized based on variables specified on the command-line. e.g.: the application .ini file could have: ```ini [logger_root] level = %(LOGGING_LOGGER_ROOT_LEVEL)s handlers = console [handler_console] class = StreamHandler args = (sys.stderr,) level = %(LOGGING_HANDLER_CONSOLE_LEVEL)s formatter = generic ``` This app could be launched with: ``` pserve development.ini LOGGING_LOGGER_ROOT_LEVEL=DEBUG LOGGING_HANDLER_CONSOLE_LEVEL=DEBUG ``` | |||
| 2016-04-06 | Merge pull request #2431 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| - remove conf.py straggler | |||
| 2016-04-06 | - remove conf.py straggler | Steve Piercy | |
| - update intersphinx link to python3 docs - Closes #2429 | |||
| 2016-04-05 | Merge pull request #2430 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| - replace easy_install with pip | |||
| 2016-04-05 | - replace easy_install with pip | Steve Piercy | |
| - add python3 for intersphinx. See #2429 - minor grammar | |||
| 2016-04-04 | Merge pull request #2428 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| - replace setup.py with pip | |||
| 2016-04-04 | - replace setup.py with pip | Steve Piercy | |
| 2016-04-03 | Merge pull request #2427 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| - replace easy_install with pip | |||
| 2016-04-03 | - replace easy_install with pip | Steve Piercy | |
| - bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets | |||
| 2016-04-02 | Merge pull request #2426 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| remove note to install setuptools | |||
| 2016-04-02 | remove note to install setuptools | Steve Piercy | |
| 2016-04-02 | Merge remote-tracking branch 'upstream/docs/easy-install-to-pip.2104' into ↵ | Steve Piercy | |
| docs/easy-install-to-pip.2104 | |||
| 2016-04-02 | Merge pull request #2425 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| Docs/easy install to pip #2104 | |||
| 2016-04-02 | Merge branch 'docs/easy-install-to-pip.2104' of ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid into docs/easy-install-to-pip.2104 | |||
| 2016-04-02 | Merge branch 'easy-install-to-pip.2104' of https://github.com/Pylons/pyramid ↵ | Steve Piercy | |
| into docs/easy-install-to-pip.2104 | |||
| 2016-04-02 | Merge pull request #2423 from stevepiercy/master | Steve Piercy | |
| update url | |||
| 2016-04-02 | update url | Steve Piercy | |
| 2016-03-31 | - change $VENV to just env. | Steve Piercy | |
| 2016-03-31 | - change env35 to just env. | Steve Piercy | |
| 2016-03-31 | - update links to PyPA site as practical | Steve Piercy | |
| - update various easy_install/setup.py commands to use pip - update to use py35 - other small improvements | |||
| 2016-03-30 | Merge pull request #2418 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| update installation and glossary | |||
| 2016-03-30 | update installation and glossary | Steve Piercy | |
| 2016-03-27 | Merge pull request #2415 from stevepiercy/master | Steve Piercy | |
| attempt to clean out results of merges | |||
| 2016-03-27 | Merge branch 'master' of github.com:stevepiercy/pyramid | Steve Piercy | |
| 2016-03-27 | Merge pull request #2414 from PavloKapyshin/master | Steve Piercy | |
| Fix typo | |||
| 2016-03-26 | Fix typo | Pavlo Kapyshin | |
| 2016-03-21 | Merge branch 'master' into feature/configurable-view-deriver | Michael Merickel | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-17 | fix deriver docs to explain ordering issues | Michael Merickel | |
| 2016-03-17 | remove unused import | Michael Merickel | |
| 2016-03-17 | "over" is closer to ingress and "under" is closer to mapped_view | Michael Merickel | |
| 2016-03-14 | add a docstring for add_view_deriver and expose the method to the api docs | Michael Merickel | |
| 2016-03-14 | do not guess at the name of the view deriver without further discussion | Michael Merickel | |
| 2016-03-14 | use the implicit name in the doc examples | Michael Merickel | |
| 2016-03-14 | swap the order of view deriver arguments so that the name is implicit | Michael Merickel | |
| 2016-03-14 | first cut at documenting view derivers | Michael Merickel | |
| 2016-03-14 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-03-14 | Merge pull request #2411 from stevepiercy/master | Steve Piercy | |
| polish Invoking an Exception View docs | |||
| 2016-03-14 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-03-14 | polish Invoking an Exception View docs | Steve Piercy | |
| - add index entry - minor grammar, syntax | |||
| 2016-03-14 | Merge pull request #2410 from stevepiercy/master | Steve Piercy | |
| remove extra period | |||
