| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-20 | Do not use trailing . on versionadded rst directive. It automatically adds a . | Steve Piercy | |
| 2015-11-03 | minor grammar, fix .rst markup, rewrap to 79 columns | Steve Piercy | |
| 2015-02-07 | move the IResponseFactory into the public api | Michael Merickel | |
| 2015-02-07 | Document the factory requires a positional argument | Bert JW Regeer | |
| 2015-01-22 | move index and reference down to proper section so that docs will build on ↵ | Steve Piercy | |
| master again | |||
| 2015-01-07 | Fix typo | Pavlo Kapyshin | |
| 2015-01-01 | Mkae the response factory a factory that takes a request | John Anderson | |
| 2014-12-27 | Added a version added flag | John Anderson | |
| 2014-12-27 | basic docs cleanup | John Anderson | |
| 2014-12-27 | Add the `set_response_factory` API | John Anderson | |
| 2014-05-21 | oops, re-clarify that tweens should not have mutable state | Michael Merickel | |
| 2014-05-21 | clarify tween thread-safety | Michael Merickel | |
| 2014-05-18 | Draw attention that tweens instances are unique and shared between threads | flibustenet | |
| Forgetting that tween instance are not instantiated for each request leads to threads issues difficult to detect | |||
| 2014-05-13 | Update hooks.rst | synthomat | |
| 'self' param was omitted in the constructor of simple_tween_factory class | |||
| 2013-11-17 | Should return the simple_tween here, not the handler. | Antti Haapala | |
| 2013-11-17 | Removed extra indentation from some examples (:linenos: should be indented ↵ | Antti Haapala | |
| with the same indentation as the rest of the code block) | |||
| 2013-11-16 | 80 chars | Chris McDonough | |
| 2013-11-16 | Enhanced the narrative documentation for tweens. | Antti Haapala | |
| 2013-09-08 | - The ``renderer_globals_factory`` argument to the | Chris McDonough | |
| ``pyramid.config.Configurator` constructor and its ``setup_registry`` method has been removed. The ``set_renderer_globals_factory`` method of ``pyramid.config.Configurator`` has also been removed. The (internal) ``pyramid.interfaces.IRendererGlobals`` interface was also removed. These arguments, methods and interfaces had been deprecated since 1.1. Use a ``BeforeRender`` event subscriber as documented in the "Hooks" chapter of the Pyramid narrative documentation instead of providing renderer globals values to the configurator. | |||
| 2013-09-08 | Update documentation to reflect the dotted python name | Bert JW Regeer | |
| 2013-09-07 | - The ``pyramid.events.NewResponse`` event is now sent **after** response | Chris McDonough | |
| callbacks are executed. It previously executed before response callbacks were executed. Rationale: it's more useful to be able to inspect the response after response callbacks have done their jobs instead of before. Closes #1116. | |||
| 2013-08-15 | prefer the functionish print | Philip Jenvey | |
| 2013-04-21 | docs/narr/hooks.rst: some improvements | Tshepang Lekhonkhobe | |
| * consistency fixes: "not found view" --> "Not Found View" * use comparable code for Imperative and Declarative configuration * remove unused import, HTTPForbidden | |||
| 2013-04-06 | fix some cross-references | Tshepang Lekhonkhobe | |
| Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict. | |||
| 2013-04-05 | fix some cross-references | Tshepang Lekhonkhobe | |
| 2013-04-01 | Improve phrasing | Catalin Iacob | |
| 2013-04-01 | Remove extra word | Catalin Iacob | |
| 2013-04-01 | Consistently link middleware term to the glossary | Catalin Iacob | |
| 2013-04-01 | Fix typo that broke the reference to pyramid.events.NewRequest | Catalin Iacob | |
| 2013-04-01 | Remove extra word | Catalin Iacob | |
| 2013-03-12 | Merge pull request #896 from tshepang/consistency | Michael Merickel | |
| consistency fixes | |||
| 2013-03-09 | consistency | Tshepang Lekhonkhobe | |
| 2013-03-09 | capitalize; add term role | Tshepang Lekhonkhobe | |
| 2013-03-05 | update some links and fix others | Tshepang Lekhonkhobe | |
| 2013-02-23 | replace awkward explanation | Tshepang Lekhonkhobe | |
| 2013-02-09 | fix warning block for newer docutils versions | Chris McDonough | |
| 2013-02-09 | Merge pull request #824 from kusut/add_request_method | Chris McDonough | |
| narrative docs for add_request_method | |||
| 2013-01-30 | use the more appropriate directives | Tshepang Lekhonkhobe | |
| 2013-01-29 | enhance! | kusut | |
| 2013-01-29 | narrative docs for add_request_method | kusut | |
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2012-11-12 | Modified the hooks documentation to currently describe how to access the ↵ | Robert Jackiewicz | |
| context in a forbidden view. | |||
| 2012-08-25 | Subscriber predicates: | Chris McDonough | |
| - Add ``add_subscriber_predicate`` method to Configurator. - Allow ``add_subscriber`` and ``subscriber`` venusian decorator to accept ``**predicates`` arguments. - Document subscriber predicate feature. - Share more code between view, route, and subscriber related method wrt predicates. | |||
| 2012-08-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-08-06 | add as-of-version notes | Chris McDonough | |
| 2012-08-06 | garden | Michael Merickel | |
| 2012-08-06 | add docs for third-party view predicates | Chris McDonough | |
| 2012-06-17 | docs: Add view callable example to section on rendering_val. | Jeff Cook | |
| 2012-06-07 | Update documentation to clarify purpose of BeforeRender.rendering_val. | Jeff Cook | |
| 2012-04-12 | Typos | Patricio Paez | |
