| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for Python 3.7Python3.7support | Jeremy Kolbe | 2018-10-04 | 4 | -4/+10 |
| | | |||||
| * | Merge pull request #10 from zopefoundation/dry-classhandler-docs | Jason Madden | 2018-03-23 | 3 | -42/+19 |
| |\ | | | | | The sphinx docs for z.e.classhandler use `.. automodule`. | ||||
| | * | Move the function signature to the .rst file per discussion.dry-classhandler-docs | Jason Madden | 2018-03-22 | 2 | -6/+10 |
| | | | | | | | | | Also rename decorator to _decorator per discussion. | ||||
| | * | The sphinx docs for z.e.classhandler use `.. automodule`. | Jason Madden | 2018-03-22 | 3 | -41/+14 |
| |/ | | | | | | | For two reasons: 1) DRY 2) Ability to cross-reference :mod:`zope.event.classhandler`. | ||||
| * | Use SVG icon for Travis | Marius Gedminas | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.3.1 | Jason Madden | 2017-07-25 | 2 | -1/+7 |
| | | |||||
| * | Preparing release 4.3.04.3.0 | Jason Madden | 2017-07-25 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #5 from zopefoundation/docs | Jason Madden | 2017-06-26 | 5 | -42/+87 |
| |\ | | | | | Reference zope.component docs on configuring events | ||||
| | * | Reference zope.component docs on configuring eventsdocs | Jason Madden | 2017-06-23 | 5 | -42/+87 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #7 from zopefoundation/issue6 | Jason Madden | 2017-06-26 | 11 | -54/+103 |
| |\ \ | |/ |/| | Add Python 3.6 and coveralls | ||||
| | * | Fix pyroma and check-manifest.issue6 | Jason Madden | 2017-06-23 | 3 | -1/+13 |
| | | | |||||
| | * | Add Python 3.6 and coveralls | Jason Madden | 2017-06-23 | 9 | -53/+90 |
| |/ | | | | Fixes #6 | ||||
| * | update bootstrap.py | Adam Groszer | 2016-04-20 | 1 | -15/+36 |
| | | |||||
| * | svb | Tres Seaver | 2016-02-17 | 2 | -1/+7 |
| | | |||||
| * | Prep 4.2.0 release.4.2.0 | Tres Seaver | 2016-02-17 | 2 | -2/+2 |
| | | |||||
| * | Drop Python 2.6 / 3.2 support. | Tres Seaver | 2016-02-17 | 4 | -10/+10 |
| | | | | | Bump to new minor version due to platform support changes. | ||||
| * | Belated post-release version bump | Marius Gedminas | 2015-11-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3 from felixonmars/master | Marius Gedminas | 2015-11-07 | 5 | -2/+9 |
| |\ | | | | | Note explicit support for Python 3.5 | ||||
| | * | Note explicit support for Python 3.5 | Felix Yan | 2015-11-07 | 5 | -2/+9 |
| |/ | |||||
| * | 4.1.04.1.0 | Jim Fulton | 2015-10-18 | 1 | -1/+1 |
| | | |||||
| * | 4.1.0 | Jim Fulton | 2015-10-18 | 2 | -2/+3 |
| | | |||||
| * | Fix breakage. | Tres Seaver | 2015-10-18 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2 from zopefoundation/classhandler | Tres Seaver | 2015-10-17 | 5 | -2/+127 |
| |\ | | | | | Classhandler | ||||
| | * | Added a simple class-based handler implementation.classhandler | Jim Fulton | 2015-10-17 | 2 | -0/+112 |
| | | | |||||
| | * | Added a simple class-based handler implementation. | Jim Fulton | 2015-10-17 | 3 | -2/+15 |
| |/ | |||||
| * | Exclude *.class from source distributions | Marius Gedminas | 2015-02-24 | 1 | -0/+1 |
| | | | | Because https://pypi.python.org/packages/source/z/zope.event/zope.event-4.0.3.tar.gz#md5=9a3780916332b18b8b85f522bcc3e249 contains a `src/zope/__init__$py.class` that shouldn't be there. | ||||
| * | Tidy up Travis integration: | Tres Seaver | 2015-02-16 | 1 | -2/+2 |
| | | | | | | | - Don't pass deprecated '--use-mirrors' to pip. - Suppress setuptools chatter when running tests. | ||||
| * | Tidy up jython stuff: | Tres Seaver | 2015-02-16 | 1 | -7/+4 |
| | | | | | | | - Don't need a custom environment. - Move the note about the blocking bug up to the environments list. | ||||
| * | Garden. | Tres Seaver | 2015-02-16 | 1 | -15/+18 |
| | | |||||
| * | Tighten up tox description. | Tres Seaver | 2015-02-16 | 1 | -3/+3 |
| | | |||||
| * | Point to RTD for the docs. | Tres Seaver | 2015-02-16 | 1 | -3/+3 |
| | | |||||
| * | Remove stray dep. | Tres Seaver | 2015-02-16 | 1 | -1/+0 |
| | | |||||
| * | Silence some setuptools chatter running tests. | Tres Seaver | 2015-02-16 | 1 | -4/+4 |
| | | | | | Prefer Python 2.7 to 2.6 for coverage, docs. | ||||
| * | Normalize example path. | Tres Seaver | 2015-02-05 | 1 | -1/+1 |
| | | |||||
| * | Add RTD badge. | Tres Seaver | 2015-01-28 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #1 from msabramo/patch-1 | Marius Gedminas | 2015-01-27 | 1 | -0/+4 |
| |\ | | | | | README.rst: Add PyPI badge | ||||
| | * | README.rst: Add PyPI badge | Marc Abramowitz | 2015-01-27 | 1 | -0/+4 |
| |/ | |||||
| * | Silence Sphinx warning. | Tres Seaver | 2015-01-22 | 1 | -0/+0 |
| | | |||||
| * | Remove SVN fossil | Tres Seaver | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Edit myself out in favor of J. Random Hacker. | Tres Seaver | 2015-01-20 | 4 | -2/+8 |
| | | | | | [ci skip] | ||||
| * | Remove no-longer true mention of building docs in buildout. | Tres Seaver | 2015-01-19 | 1 | -35/+0 |
| | | |||||
| * | Modernize 'Hacking' docs. | Tres Seaver | 2015-01-10 | 1 | -46/+56 |
| | | | | | [ci skip] | ||||
| * | Bow to our new PEP 440 overlords. | Tres Seaver | 2014-12-29 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | Update to latest bootstrap. | Tres Seaver | 2014-12-20 | 1 | -7/+18 |
| | | |||||
| * | Speed up Travis start via 'sudo: false'. | Tres Seaver | 2014-12-18 | 1 | -0/+1 |
| | | | | | See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ | ||||
| * | Document hangup for Jython 2.7b1 support. | Tres Seaver | 2014-12-08 | 1 | -2/+3 |
| | | |||||
| * | Add branch coverage. | Tres Seaver | 2014-12-08 | 1 | -0/+1 |
| | | |||||
| * | Move coverage floor to setup.cfg. | Tres Seaver | 2014-12-08 | 2 | -1/+2 |
| | | |||||
| * | Add Travis badge. | Tres Seaver | 2014-12-08 | 1 | -0/+3 |
| | | |||||
| * | Require 100% coverage. | Tres Seaver | 2014-12-08 | 1 | -1/+1 |
| | | |||||
