summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.7Python3.7supportJeremy Kolbe2018-10-044-4/+10
|
* Merge pull request #10 from zopefoundation/dry-classhandler-docsJason Madden2018-03-233-42/+19
|\ | | | | The sphinx docs for z.e.classhandler use `.. automodule`.
| * Move the function signature to the .rst file per discussion.dry-classhandler-docsJason Madden2018-03-222-6/+10
| | | | | | | | Also rename decorator to _decorator per discussion.
| * The sphinx docs for z.e.classhandler use `.. automodule`.Jason Madden2018-03-223-41/+14
|/ | | | | | | For two reasons: 1) DRY 2) Ability to cross-reference :mod:`zope.event.classhandler`.
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.3.1Jason Madden2017-07-252-1/+7
|
* Preparing release 4.3.04.3.0Jason Madden2017-07-252-2/+2
|
* Merge pull request #5 from zopefoundation/docsJason Madden2017-06-265-42/+87
|\ | | | | Reference zope.component docs on configuring events
| * Reference zope.component docs on configuring eventsdocsJason Madden2017-06-235-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/issue6Jason Madden2017-06-2611-54/+103
|\ \ | |/ |/| Add Python 3.6 and coveralls
| * Fix pyroma and check-manifest.issue6Jason Madden2017-06-233-1/+13
| |
| * Add Python 3.6 and coverallsJason Madden2017-06-239-53/+90
|/ | | | Fixes #6
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* svbTres Seaver2016-02-172-1/+7
|
* Prep 4.2.0 release.4.2.0Tres Seaver2016-02-172-2/+2
|
* Drop Python 2.6 / 3.2 support.Tres Seaver2016-02-174-10/+10
| | | | Bump to new minor version due to platform support changes.
* Belated post-release version bumpMarius Gedminas2015-11-071-1/+1
|
* Merge pull request #3 from felixonmars/masterMarius Gedminas2015-11-075-2/+9
|\ | | | | Note explicit support for Python 3.5
| * Note explicit support for Python 3.5Felix Yan2015-11-075-2/+9
|/
* 4.1.04.1.0Jim Fulton2015-10-181-1/+1
|
* 4.1.0Jim Fulton2015-10-182-2/+3
|
* Fix breakage.Tres Seaver2015-10-181-1/+1
|
* Merge pull request #2 from zopefoundation/classhandlerTres Seaver2015-10-175-2/+127
|\ | | | | Classhandler
| * Added a simple class-based handler implementation.classhandlerJim Fulton2015-10-172-0/+112
| |
| * Added a simple class-based handler implementation.Jim Fulton2015-10-173-2/+15
|/
* Exclude *.class from source distributionsMarius Gedminas2015-02-241-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 Seaver2015-02-161-2/+2
| | | | | | - Don't pass deprecated '--use-mirrors' to pip. - Suppress setuptools chatter when running tests.
* Tidy up jython stuff:Tres Seaver2015-02-161-7/+4
| | | | | | - Don't need a custom environment. - Move the note about the blocking bug up to the environments list.
* Garden.Tres Seaver2015-02-161-15/+18
|
* Tighten up tox description.Tres Seaver2015-02-161-3/+3
|
* Point to RTD for the docs.Tres Seaver2015-02-161-3/+3
|
* Remove stray dep.Tres Seaver2015-02-161-1/+0
|
* Silence some setuptools chatter running tests.Tres Seaver2015-02-161-4/+4
| | | | Prefer Python 2.7 to 2.6 for coverage, docs.
* Normalize example path.Tres Seaver2015-02-051-1/+1
|
* Add RTD badge.Tres Seaver2015-01-281-0/+4
|
* Merge pull request #1 from msabramo/patch-1Marius Gedminas2015-01-271-0/+4
|\ | | | | README.rst: Add PyPI badge
| * README.rst: Add PyPI badgeMarc Abramowitz2015-01-271-0/+4
|/
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Remove SVN fossilTres Seaver2015-01-211-1/+1
|
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-204-2/+8
| | | | [ci skip]
* Remove no-longer true mention of building docs in buildout.Tres Seaver2015-01-191-35/+0
|
* Modernize 'Hacking' docs.Tres Seaver2015-01-101-46/+56
| | | | [ci skip]
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
| | | | [ci skip]
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
|
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-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 Seaver2014-12-081-2/+3
|
* Add branch coverage.Tres Seaver2014-12-081-0/+1
|
* Move coverage floor to setup.cfg.Tres Seaver2014-12-082-1/+2
|
* Add Travis badge.Tres Seaver2014-12-081-0/+3
|
* Require 100% coverage.Tres Seaver2014-12-081-1/+1
|