summaryrefslogtreecommitdiff
path: root/src/zope
Commit message (Collapse)AuthorAgeFilesLines
* Move the function signature to the .rst file per discussion.dry-classhandler-docsJason Madden2018-03-221-6/+7
| | | | Also rename decorator to _decorator per discussion.
* The sphinx docs for z.e.classhandler use `.. automodule`.Jason Madden2018-03-221-1/+4
| | | | | | | For two reasons: 1) DRY 2) Ability to cross-reference :mod:`zope.event.classhandler`.
* Merge pull request #5 from zopefoundation/docsJason Madden2017-06-261-2/+3
|\ | | | | Reference zope.component docs on configuring events
| * Reference zope.component docs on configuring eventsdocsJason Madden2017-06-231-2/+3
| | | | | | | | | | | | | | | | | | I'm working backwards from zopefoundation/zope.lifecycleevent#7 building up a chain of references :) Also reorganize the main "usage" documentation for more narrative readability. Make it the landing target for zope.event module references.
* | Add Python 3.6 and coverallsJason Madden2017-06-232-2/+2
|/ | | | Fixes #6
* Added a simple class-based handler implementation.classhandlerJim Fulton2015-10-171-0/+70
|
* Added a simple class-based handler implementation.Jim Fulton2015-10-171-0/+12
|
* Note correct semantics for subscribers raising exceptions.Tres Seaver2010-04-191-1/+1
|
* Exemplar for proposed new style of documenting / testing ZTK packagesTres Seaver2010-04-173-77/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add Sphinx documentation. - Add Sphinx builder recipe. - Keep the (empty) docs/_build in the checkout. - Move narrative docs to 'docs', remove from unit tests. The snippets in the docs get tested as part of building the HTML docs via the 'make-docs' script. - Move full docs out of the --long-description. We want to be able to make full use of Sphinx markup, which confuses the PyPI interface. Instead, the README.txt now points to the docs. - Let 2to3 know about the new location of the docs. - Add docs for hacking on the package. This page is actully pretty generic. Assuming that we make it true for any ZTK package, it might be better off in the top-level ZTK docs.
* 100% test coverage, even without the doctest.Tres Seaver2010-04-161-3/+29
|
* Conform to repository policy.Tres Seaver2010-04-062-2/+2
|
* As 'setuptools' is a dependency 'pkg_resources' will be available always. ↵Baiju Muthukadan2009-03-111-10/+1
| | | | Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html
* Fix package's mailing list address and homepage.Dan Korostelev2009-03-031-36/+3
| | | | | Remove pre-python 2.4 testing patch. Update documentation a bit.
* Moving code to satellite.Christian Theune2007-05-033-0/+153
|
* Altered setup.py to import and use find_packages. The version number was alsoAlexander Heavner2007-02-131-5/+8
| | | | | | | | updates. The try except statement in __init__.py file was altered. Removed setup.cfg,in, INSTALL.txt, develop.py, CHANGES.txt, test.py, MANIFEST.in and README.txt because they are no longer needed.
* make more genericJim Fulton2006-03-018-765/+0
|
* Declare zope as a namespace package.Nathan Yergler2006-02-281-1/+7
|
* Fixed up new project to perform tests as an independent project.Nathan Yergler2006-02-281-0/+1
|
* Copying i18nmessage to new project.Nathan Yergler2006-02-288-0/+765