| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-14 | Fix typo in Mac OS X Python install instructinos | Paul Cutler | |
| Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888) | |||
| 2017-08-14 | Merge pull request #3153 from larsblumberg/change-wording | Steve Piercy | |
| Update wording on tutorial page | |||
| 2017-08-14 | Add my name to contributors list | Lars Blumberg | |
| 2017-08-14 | Add a functional test for the static file | Lars Alexander Blumberg | |
| 2017-08-14 | Update wording on tutorial page | Lars Blumberg | |
| 2017-08-14 | Add functional test for css file | Lars Alexander Blumberg | |
| Static files were introduced in this tutorial step. As the tutorials emphasise to write tests, this commits adds a test for the static file `app.css` that was introduced with this tutorial step. | |||
| 2017-08-14 | Merge pull request #3151 from larsblumberg/larsblumberg-patch-1 | Steve Piercy | |
| Add missing word to jinja2 tutorials page | |||
| 2017-08-14 | Add missing word to jinja2 tutorials page | Lars Alexander Blumberg | |
| 2017-08-04 | Drop repoze.lru on Python 3 | Mathieu Bridon | |
| Starting with Python 3.2, the functools module grew a lru_cache function which can replace our usage of repoze.lru. | |||
| 2017-08-03 | Merge pull request #3141 from stevepiercy/master | Steve Piercy | |
| update zodb wiki files to synch with its cookiecutter using context m… | |||
| 2017-08-03 | update zodb wiki files to synch with its cookiecutter using context manager | Steve Piercy | |
| 2017-08-02 | Merge pull request #3138 from stevepiercy/master | Steve Piercy | |
| update zodb wiki files to synch with its cookiecutter | |||
| 2017-07-27 | update zodb wiki files to synch with its cookiecutter | Steve Piercy | |
| 2017-07-24 | Merge pull request #3135 from kdebowski/master | Steve Piercy | |
| Fix typo | |||
| 2017-07-24 | Fix typo | Kamil Dębowski | |
| 2017-07-20 | Merge pull request #3131 from stevepiercy/master | Steve Piercy | |
| Update webob intersphinx | |||
| 2017-07-20 | Update webob intersphinx | Steve Piercy | |
| 2017-07-19 | add changelog for #3129 | Michael Merickel | |
| 2017-07-19 | Merge pull request #3129 from mmerickel/fix-request-module-name | Michael Merickel | |
| fix the __module__ and import path of the request after custom proper… | |||
| 2017-07-18 | fix the __module__ and import path of the request after custom properties ↵ | Michael Merickel | |
| have been set previously anytime ``config.add_request_method`` was used the request would appear as ``pyramid.util.Request`` when displaying ``request.__class__``. This overwrites the ``__module__`` which fixes that issue so that it appears as ``pyramid.request.Request``. | |||
| 2017-07-15 | Merge pull request #3127 from stevepiercy/master | Steve Piercy | |
| Add more references about context manager and `with` statement | |||
| 2017-07-15 | Add more references about context manager and `with` statement | Steve Piercy | |
| 2017-07-12 | Merge pull request #3119 from stevepiercy/docs-context-manager | Michael Merickel | |
| Update docs to use a Configurator context manager | |||
| 2017-07-10 | Add pyramid.interfaces.IRouter.request_context and pyramid.paster.bootstrap | Steve Piercy | |
| - sort all Pyramid context managers | |||
| 2017-07-08 | fix the other link to pastedeploy | Michael Merickel | |
| 2017-07-08 | update link to pastedeploy | Michael Merickel | |
| 2017-07-08 | add changelog for #3122 | Michael Merickel | |
| 2017-07-08 | add _depth and _category arguments to all decorators | Michael Merickel | |
| ``subscriber``, ``response_adapter``, ``exception_view_config``, ``notfound_view_config``, ``forbidden_view_config`` This is an extension of #3105 to add support to the remaining decorators. | |||
| 2017-07-08 | add changelog for #3105 | Michael Merickel | |
| 2017-07-07 | Merge branch 'pr/3105' | Michael Merickel | |
| 2017-07-03 | Add a term for context manager in Quick Tutorial | Steve Piercy | |
| 2017-07-03 | Add a term for context manager in Quick Tour | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager in Quick Tour | Steve Piercy | |
| - add missing EOF line ending | |||
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Use lineno-match instead of linenos | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Link context manager term to glossary | Steve Piercy | |
| 2017-07-03 | Add term "context manager" | Steve Piercy | |
| 2017-07-02 | Merge pull request #3116 from cacarrara/fix-typo-in-doc | Steve Piercy | |
| Fix simple doc typo | |||
| 2017-07-02 | Fix doc typo | Caio Carrara | |
| 2017-06-29 | Merge pull request #3111 from mmerickel/check-manifest | Michael Merickel | |
| add a manifest and a tox step to check it | |||
| 2017-06-29 | avoid installing the sdist in certain tox environments | Michael Merickel | |
| 2017-06-29 | combine tox steps into lint | Michael Merickel | |
| 2017-06-28 | add a manifest and a tox step to check it | Michael Merickel | |
| 2017-06-27 | add tosh lyons to contributors.txt file | tosh | |
| 2017-06-27 | rename view_config argmuent category to _category | tosh | |
| 2017-06-27 | documentation updates | tosh | |
| link to relevant venusian docs improved grammer | |||
| 2017-06-27 | Merge pull request #3109 from stevepiercy/master | Steve Piercy | |
| Update all external links per `make linkcheck` | |||
| 2017-06-27 | Update all external links per `make linkcheck` | Steve Piercy | |
| - Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes. | |||
