| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Produce deprecation warnings for deprecated names in interfaces.py and ↵remove-unused-imports | Jason Madden | 2017-11-08 | 2 | -4/+3 |
| | | | | | | | | | | | | | | registry.py And also in hookable.py Do this using zope.deferredimport and zope.deprecation, two new dependencies. This introduces a transitive dependency on zope.proxy, but that was already part of the 'security' extra. zope.proxy runs on pypy but it doesn't yet support making the C extension optional (https://github.com/zopefoundation/zope.proxy/issues/26) Also drop the use of _compat._BLANK everywhere and just use the literal. | ||||
| * | Use 'text' instead of 'unicode' | Jason Madden | 2017-06-29 | 1 | -4/+5 |
| | | |||||
| * | Enable doctests on Python 3 and PyPy | Jason Madden | 2017-06-29 | 3 | -12/+17 |
| | | | | | | | | | Drop pypy3.3-5.5-alpha Sphinx needs Python 2.7 or 3.4+ to run, and this is a (really old) version of Python 3.3. (Unfortunately the beta of PyPy3.5 does not appear to be available.) | ||||
| * | Merge tseaver-test_cleanup branch. | Tres Seaver | 2012-06-29 | 8 | -0/+1339 |
