| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Config with pure python (#22) | Michael Howitz | 2022-12-15 | 1 | -0/+1 |
| | | | | | | * Fix GHA: ubuntu-latest no longer contains Python 3.5 and 3.6 * Support Python 3.11. * Lint the code. | ||||
| * | Port documentation to Python 3. | Michael Howitz | 2021-07-16 | 4 | -2/+9 |
| | | | | | Lint the code. | ||||
| * | Remove useless __repr__ override in event classes | Laurent VOULLEMIER | 2019-08-13 | 1 | -8/+7 |
| | | |||||
| * | Move the function signature to the .rst file per discussion.dry-classhandler-docs | Jason Madden | 2018-03-22 | 1 | -6/+7 |
| | | | | | Also rename decorator to _decorator per discussion. | ||||
| * | The sphinx docs for z.e.classhandler use `.. automodule`. | Jason Madden | 2018-03-22 | 1 | -1/+4 |
| | | | | | | | | For two reasons: 1) DRY 2) Ability to cross-reference :mod:`zope.event.classhandler`. | ||||
| * | Merge pull request #5 from zopefoundation/docs | Jason Madden | 2017-06-26 | 1 | -2/+3 |
| |\ | | | | | Reference zope.component docs on configuring events | ||||
| | * | Reference zope.component docs on configuring eventsdocs | Jason Madden | 2017-06-23 | 1 | -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 coveralls | Jason Madden | 2017-06-23 | 2 | -2/+2 |
| |/ | | | | Fixes #6 | ||||
| * | Added a simple class-based handler implementation.classhandler | Jim Fulton | 2015-10-17 | 1 | -0/+70 |
| | | |||||
| * | Added a simple class-based handler implementation. | Jim Fulton | 2015-10-17 | 1 | -0/+12 |
| | | |||||
| * | Note correct semantics for subscribers raising exceptions. | Tres Seaver | 2010-04-19 | 1 | -1/+1 |
| | | |||||
| * | Exemplar for proposed new style of documenting / testing ZTK packages | Tres Seaver | 2010-04-17 | 3 | -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 Seaver | 2010-04-16 | 1 | -3/+29 |
| | | |||||
| * | Conform to repository policy. | Tres Seaver | 2010-04-06 | 2 | -2/+2 |
| | | |||||
| * | As 'setuptools' is a dependency 'pkg_resources' will be available always. ↵ | Baiju Muthukadan | 2009-03-11 | 1 | -10/+1 |
| | | | | | Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html | ||||
| * | Fix package's mailing list address and homepage. | Dan Korostelev | 2009-03-03 | 1 | -36/+3 |
| | | | | | | Remove pre-python 2.4 testing patch. Update documentation a bit. | ||||
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 3 | -0/+153 |
| | | |||||
| * | Altered setup.py to import and use find_packages. The version number was also | Alexander Heavner | 2007-02-13 | 1 | -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 generic | Jim Fulton | 2006-03-01 | 8 | -765/+0 |
| | | |||||
| * | Declare zope as a namespace package. | Nathan Yergler | 2006-02-28 | 1 | -1/+7 |
| | | |||||
| * | Fixed up new project to perform tests as an independent project. | Nathan Yergler | 2006-02-28 | 1 | -0/+1 |
| | | |||||
| * | Copying i18nmessage to new project. | Nathan Yergler | 2006-02-28 | 8 | -0/+765 |
