~ztk-steering-group/zope.hookable/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Changes
-------

4.0.5 (unreleased)
##################

- TBD

4.0.4 (2014-03-19)
##################

- Added support for Python 3.4.

4.0.3 (2014-03-17)
##################

- Updated ``boostrap.py`` to version 2.2.

- Fixed extension compilation on Py3k.

4.0.2 (2012-12-31)
##################

- Fleshed out PyPI Trove classifiers.

4.0.1 (2012-11-21)
##################

- Added support for Python 3.3.

- Avoid building the C extension explicitly (use the "feature" indirection
  instead).  https://bugs.launchpad.net/zope.hookable/+bug/1025470

4.0.0 (2012-06-04)
##################

- Added support for PyPy.

- Added support for continuous integration using ``tox`` and ``jenkins``.

- Added a pure-Python reference implementation.

- Doctests moved to Sphinx documentation.

- 100% unit test coverage.

- Added 'setup.py docs' alias (installs ``Sphinx`` and dependencies).

- Added 'setup.py dev' alias (runs ``setup.py develop`` plus installs
  ``nose`` and ``coverage``).

- Dropped support for Python 2.4 / 2.5.

- Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.

- Added Python 3 support.

3.4.1 (2009-04-05)
##################

- Updated tests for compatibility with Python 2.6 traceback formats.

- Use Jython-compatible ``bootstrap.py``.

3.4.0 (2007-07-20)
##################

- Initial release as a separate project.