index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
narr
/
events.rst
Age
Commit message (
Expand
)
Author
2018-08-18
Clean up code-blocks in events
Steve Piercy
2015-10-17
minor grammar, rewrap 79 cols, .rst syntax fixes
Steve Piercy
2014-02-10
- Garden PR #1121
Steve Piercy
2013-11-17
Removed extra indentation from some examples (:linenos: should be indented wi...
Antti Haapala
2013-08-15
prefer the functionish print
Philip Jenvey
2013-08-12
remove the "thread" reference
Michael Merickel
2013-08-12
Mention subscriber predicates.
Amos Latteier
2013-08-12
Minor fixes suggested by @tshepang and @mmerickel thanks!
Amos Latteier
2013-08-12
Fix tab/space snafu.
Amos Latteier
2013-08-12
Add documentation for creating and firing custom events. See issue #982.
Amos Latteier
2011-01-27
module name contractions
Chris McDonough
2011-01-18
Merge https://github.com/Pylons/pyramid
Casey Duncan
2011-01-18
- Most references to ZCML in narrative chapters have been removed or
Chris McDonough
2011-01-15
promote event listener config topics to subheadings. Topic formatting is too ...
Casey Duncan
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-07
- All references to events by interface
Chris McDonough
2010-11-04
de-zcml-ify events chapter
Chris McDonough
2010-10-25
convert more docs from bfg to pyramid
Chris McDonough
2010-10-25
convert narrative docs to Pyramid
Chris McDonough
2010-09-09
remove repeated section
Chris McDonough
2010-09-06
renderings
Chris McDonough
2010-09-06
- The ``repoze.bfg.interfaces.INewResponse`` interface now includes a
Chris McDonough
2010-09-05
- Each of the follow methods of the Configurator now allow the
Chris McDonough
2010-07-28
- A ``repoze.bfg.events.subscriber`` decorator was added. This
Chris McDonough
2010-03-23
trivial fix
Carlos de la Guardia
2010-01-18
Prep for b1
Chris McDonough
2010-01-11
Merge of andrew-docs branch.
Chris McDonough
2009-12-28
Fix overlong lines.
Chris McDonough
2009-12-27
- Added manual index entries to generated index.
Chris McDonough
2009-12-26
- Created new top-level documentation section: "ZCML Directives".
Chris McDonough
2009-12-25
Fix syntax errors found via manuel, and add manuel-style markers to prevent
Chris McDonough
2009-12-22
Use roles.
Chris McDonough
2009-12-09
- Remove explanation of changing the request type in a new request
Chris McDonough
2009-11-24
Docs updates.
Chris McDonough
2009-11-22
Rendering tweaks.
Chris McDonough
2009-07-03
API docs audit.
Chris McDonough
2009-07-03
General editing walkthrough.
Chris McDonough
2009-05-31
- The ``request_type`` argument of ZCML ``view`` declarations and
Chris McDonough
2008-12-21
Backwards Incompatibilities (Major)
Chris McDonough
2008-11-16
Describe registration.
Chris McDonough
2008-11-16
Don't mention REST; I don't understand it obviously.
Chris McDonough
2008-11-15
Use elif.
Chris McDonough
2008-11-15
Don't mention XML-RPC.
Chris McDonough
2008-11-14
Fix code and improve narrative.
Chris McDonough
2008-11-14
- Document adding a request type interface to the request via a
Chris McDonough
2008-08-04
- Add a ``request_type`` attribute to the available attributes of a
Chris McDonough