| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added Travis, appveyor, tox, manylinux for 3.6 branch.travis-36 | Maurits van Rees | 2017-04-22 | 1 | -11/+0 |
| | | | | | | | | | | | | | | Copied from master branch, but removed the Python 3 stuff, which is unsupported on the 3.6 branch. Well, 3.1 seems supported, but that is very old, and on 3.3 I got errors locally. Also removed 'docs' from the tox envs, as that proved tricky to get to work, and has changed much. Removed 'TODO_test_classProvides_fails_for_odd_class' test method, which would always fail but be ignored due to its name, except that the coverage tests would *not* ignore it, leading to a failure. | ||||
| * | Repository policy. | Tres Seaver | 2012-06-11 | 2 | -2/+2 |
| | | |||||
| * | Work around sporadic x86-64 test failures. | Tres Seaver | 2011-08-18 | 1 | -0/+10 |
| | | |||||
| * | Correctly compare interfaces from different modules but with the same names. | Tres Seaver | 2011-08-13 | 3 | -4/+40 |
| | | | | | | | | | | Fixes LP #570942. N.B.: This is a less intrusive / destabilizing fix than the one applied in 3.6.3: we only fix the underlying cmp-alike function, rather than adding the other "rich comparison" functions. | ||||
| * | 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 |
| | | | | | | | | Fixes LP #185974: Thanks to Jacob Holm for the patch. | ||||
| * | 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. ↵ | Lennart Regebro | 2010-04-11 | 8 | -28/+22 |
| | | | | | Pyflakes is happier now, but we do a lot of things that confuses it. | ||||
| * | 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 |
| | | | | | | has been deprecated. | ||||
| * | Fixed unit tests replacing zope.testing.doctestunit with doctest: it has been | Fabio Tranchitella | 2009-12-22 | 3 | -5/+4 |
| | | | | | | deprecated. | ||||
| * | 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 |
| | | | | | | its __slots__ (see http://thread.gmane.org/gmane.comp.web.zope.devel/22490) | ||||
| * | 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 |
| | | | | | | | objects; this makes it easier for those objects to be removed from apps once relevant registrations are removed | ||||
| * | 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. ↵ | Baiju Muthukadan | 2009-03-11 | 1 | -7/+1 |
| | | | | | Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html | ||||
| * | 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 |
| | | | | | | Remove zpkg stuff. Cleanup CHANGES.txt formatting. | ||||
| * | verifyObject: use getattr instead of hasattr to test for object attributes | Thomas Lotze | 2008-10-28 | 2 | -6/+6 |
| | | | | | | | in order to let exceptions other than AttributeError raised by properties propagate to the caller | ||||
| * | 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 |
| | | | | | | | - Add a DocTestSuite for odd.py module, so their tests are run | ||||
| * | Fixed: test returns <type 'object'> | Georgy Berdyshev | 2008-07-08 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Georgy Berdyshev - Георгий Бердышев <codingmaster@gmail.com> | ||||
| * | 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 ↵ | Andreas Zeidler | 2008-01-14 | 1 | -6/+6 |
| | | | | | folks depend on" | ||||
| * | Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification | Philipp von Weitershausen | 2007-11-10 | 1 | -0/+9 |
| | | | | | | | was missing a declaration for __iro__. | ||||
| * | using `__setattr__` instead of `property` speeds up zope start-up time ↵ | Andreas Zeidler | 2007-11-01 | 1 | -6/+6 |
| | | | | | again, since getting the value for `__bases__` through `__dict__` adds up with almost 200.000 calls; of course, there's some overhead, since `__setattr__` gets called for the other attributes as well, but overall start-up is still faster | ||||
| * | replaced `_flatten` with a non-recursive implementation, effectively making ↵ | Andreas Zeidler | 2007-11-01 | 1 | -6/+12 |
| | | | | | it 3x faster | ||||
| * | 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 |
| | | |||||
| * | Updated translation for README.txt | Dmitry Vasiliev | 2007-06-23 | 2 | -2/+111 |
| | | |||||
| * | Fixed ReST markup | Dmitry Vasiliev | 2007-06-23 | 2 | -19/+18 |
| | | |||||
| * | Fixed RST title markup | Dmitry Vasiliev | 2007-06-19 | 1 | -1/+1 |
| | | |||||
| * | Fixed typos | Dmitry Vasiliev | 2007-06-19 | 2 | -8/+8 |
| | | |||||
| * | Fixed bug https://bugs.launchpad.net/zope3/+bug/109980. | Jim Fulton | 2007-05-22 | 2 | -3/+25 |
| | | | | | | | | The registry code should always use identity tests to test whether an object is already in the registry so as not to run afoul of custom comparison methods. | ||||
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 46 | -0/+11679 |
| | | |||||
| * | make happier eggs | Fred Drake | 2006-09-07 | 1 | -1/+7 |
| | | |||||
| * | Removed interface copy | Jim Fulton | 2006-03-11 | 45 | -10372/+1 |
| | | |||||
