| Commit message (Expand) | Author | Age | Files | Lines |
| * | Repository policy.3.7 | Tres Seaver | 2012-06-11 | 2 | -2/+2 |
| * | Fix test failure under 'python setup.py test' in new test for '__hash__'. | Tres Seaver | 2011-08-12 | 1 | -0/+2 |
| * | Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``. | Tres Seaver | 2011-08-12 | 1 | -1/+6 |
| * | Work around buggy behavior in some subclasses of `InterfaceClass`` | Tres Seaver | 2011-08-11 | 3 | -8/+60 |
| * | Revert r122462 after updating zope.app.interface. | Tres Seaver | 2011-08-11 | 1 | -2/+1 |
| * | Fix a regression introduced in 3.6.4, that made one zope.app.interface test fail | Gediminas Paulauskas | 2011-08-04 | 1 | -1/+2 |
| * | - Fix testing deprecation warnings issued when tested under Py3K. | Chris McDonough | 2011-07-21 | 3 | -70/+88 |
| * | LP 804951: InterfaceClass instances were unhashable under Python 3.x. | Tres Seaver | 2011-07-05 | 2 | -0/+12 |
| * | Correct comparison of interfaces from different modules but with the same name. | Tres Seaver | 2011-05-26 | 3 | -9/+59 |
| * | Fixes for small issues when running tests under Python 3.2 using zope.testrunner | Brian Sutherland | 2011-04-29 | 2 | -2/+5 |
| * | Specify return value type for C optimizations module init under Python 3. | Tres Seaver | 2010-11-15 | 1 | -4/+1 |
| * | Remove CVS-era Id fossils. | Tres Seaver | 2010-06-03 | 31 | -64/+2 |
| * | Fix compiler warnings under GCC 4.3.3. | Tres Seaver | 2010-05-02 | 1 | -2/+2 |
| * | Clear the cache used by ``Specificaton.get`` inside ``Specification.changed``. | Tres Seaver | 2010-04-13 | 2 | -0/+30 |
| * | Scrub trailing ws, use canonical suite-generation form. | Tres Seaver | 2010-04-13 | 1 | -23/+17 |
| * | Cleaning up imports, mostly in tests, some duplicates created by my merge. Py... | Lennart Regebro | 2010-04-11 | 8 | -28/+22 |
| * | Merge of regebro-python3 branch, adding Python 3.1 compatibility\! | Lennart Regebro | 2010-04-09 | 19 | -209/+363 |
| * | Comply with repository policy. | Tres Seaver | 2010-04-06 | 34 | -34/+34 |
| * | Fixed typo | Vincent Fretin | 2010-01-02 | 1 | -1/+1 |
| * | Use the standard Python doctest module instead of zope.testing.doctest, which | Fabio Tranchitella | 2009-12-23 | 6 | -11/+14 |
| * | Fixed unit tests replacing zope.testing.doctestunit with doctest: it has been | Fabio Tranchitella | 2009-12-22 | 3 | -5/+4 |
| * | Fix typo. | Martijn Faassen | 2009-12-18 | 1 | -1/+1 |
| * | Revert incorrect copyright header update. | Christian Theune | 2009-12-17 | 34 | -34/+34 |
| * | Cleanups: make pyflakes happy. | Tres Seaver | 2009-12-17 | 1 | -13/+20 |
| * | Clean out module-scope imports of MUT, other cruft. | Tres Seaver | 2009-12-17 | 1 | -78/+127 |
| * | Fix an edge case: make providedBy() work when a class has '__provides__' in | Wolfgang Schnerring | 2009-12-08 | 3 | -2/+21 |
| * | Updating copyright header after transfer of ownership to the Zope Foundation | Christian Theune | 2009-11-02 | 34 | -34/+34 |
| * | clean up some comments and some whitespace | Gary Poster | 2009-10-31 | 2 | -45/+41 |
| * | revert accidental checkin that should have been on a branch | Wolfgang Schnerring | 2009-09-12 | 6 | -683/+0 |
| * | copy fixers pertaining to zope.interface into the zope.interface tree | Wolfgang Schnerring | 2009-09-12 | 6 | -0/+683 |
| * | clean up registry structures to avoid unecessary references to global | Fred Drake | 2009-06-30 | 2 | -5/+97 |
| * | Confusion. | Chris McDonough | 2009-04-23 | 1 | -0/+9 |
| * | 'setuptools' is not a dependency, reverting r97875 | Baiju Muthukadan | 2009-03-28 | 1 | -1/+7 |
| * | As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref... | Baiju Muthukadan | 2009-03-11 | 1 | -7/+1 |
| * | Fix formatting. Improve package description. Add changelog entries. | Dan Korostelev | 2009-03-01 | 1 | -1/+1 |
| * | Add sphinx docs generation. | Dan Korostelev | 2009-03-01 | 4 | -14/+29 |
| * | verifyObject: use getattr instead of hasattr to test for object attributes | Thomas Lotze | 2008-10-28 | 2 | -6/+6 |
| * | added tests for verifyObject in its current state | Thomas Lotze | 2008-10-28 | 2 | -1/+123 |
| * | Whitespace fixes. | Baiju Muthukadan | 2008-10-24 | 1 | -2/+2 |
| * | - Fix a typo in documentation | Sidnei da Silva | 2008-07-08 | 1 | -1/+3 |
| * | Fixed: test returns <type 'object'> | Georgy Berdyshev | 2008-07-08 | 1 | -1/+1 |
| * | whitespace fixes | Benji York | 2008-04-01 | 2 | -12/+12 |
| * | trailing whitespace fix | Benji York | 2008-04-01 | 1 | -1/+1 |
| * | reverted r81363 since it "breaks assigning to __class__, which the twisted fo... | Andreas Zeidler | 2008-01-14 | 1 | -6/+6 |
| * | Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification | Philipp von Weitershausen | 2007-11-10 | 1 | -0/+9 |
| * | using `__setattr__` instead of `property` speeds up zope start-up time again,... | Andreas Zeidler | 2007-11-01 | 1 | -6/+6 |
| * | replaced `_flatten` with a non-recursive implementation, effectively making i... | Andreas Zeidler | 2007-11-01 | 1 | -6/+12 |
| * | Fixed RsT markup | Dmitry Vasiliev | 2007-06-26 | 2 | -26/+28 |
| * | Fixed some typos | Dmitry Vasiliev | 2007-06-26 | 3 | -9/+6 |
| * | Added russian translation for adapter.txt | Dmitry Vasiliev | 2007-06-24 | 3 | -5/+550 |