summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed unit tests replacing zope.testing.doctestunit with doctest: it has beenFabio Tranchitella2009-12-224-6/+6
* Fix typo.Martijn Faassen2009-12-181-1/+1
* Revert incorrect copyright header update.Christian Theune2009-12-1736-36/+36
* Cleanups: make pyflakes happy.Tres Seaver2009-12-171-13/+20
* Clean out module-scope imports of MUT, other cruft.Tres Seaver2009-12-171-78/+127
* Back to development: 3.5.4devThomas Lotze2009-12-082-1/+7
* Preparing release 3.5.3Thomas Lotze2009-12-082-2/+2
* Fix an edge case: make providedBy() work when a class has '__provides__' inWolfgang Schnerring2009-12-084-3/+23
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-0236-36/+36
* clean up some comments and some whitespaceGary Poster2009-10-312-45/+41
* revert accidental checkin that should have been on a branchWolfgang Schnerring2009-09-126-683/+0
* copy fixers pertaining to zope.interface into the zope.interface treeWolfgang Schnerring2009-09-126-0/+683
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
* bump version for developmentFred Drake2009-07-012-1/+8
* - set 3.5.2 release dateFred Drake2009-07-011-2/+2
* clean up registry structures to avoid unecessary references to globalFred Drake2009-06-303-6/+102
* Note reusability.Martijn Faassen2009-05-131-0/+3
* Confusion.Chris McDonough2009-04-231-0/+9
* 'setuptools' is not a dependency, reverting r97875Baiju Muthukadan2009-03-281-1/+7
* Bump version.Dan Korostelev2009-03-132-2/+8
* Little description formatting fix.Dan Korostelev2009-03-132-7/+1
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-7/+1
* Fix formatting. Improve package description. Add changelog entries.Dan Korostelev2009-03-014-22/+47
* Ignore the docs directory.Dan Korostelev2009-03-010-0/+0
* Add sphinx docs generation.Dan Korostelev2009-03-017-74/+82
* verifyObject: use getattr instead of hasattr to test for object attributesThomas Lotze2008-10-283-6/+10
* added tests for verifyObject in its current stateThomas Lotze2008-10-282-1/+123
* Update after 3.5.0Hanno Schlichting2008-10-262-1/+6
* Prepare releaseHanno Schlichting2008-10-262-2/+7
* Whitespace fixes.Baiju Muthukadan2008-10-241-2/+2
* Fixed declaration of _zope_interface_coptimizations, it's not a top level pac...Florian Schulze2008-08-302-3/+6
* Updated log.Georgy Berdyshev2008-08-271-1/+3
* Allow to bootstrap on Jython.Georgy Berdyshev2008-08-271-8/+24
* Reverted my last change, judging from the setuptools/distutils docs it should...Florian Schulze2008-08-272-4/+1
* Fixed declaration of _zope_interface_coptimizations, it's not a top level pac...Florian Schulze2008-08-272-1/+4
* Added missing changes.Georgy Berdyshev2008-07-091-0/+3
* - Fix a typo in documentationSidnei da Silva2008-07-081-1/+3
* Fixed: test returns <type 'object'>Georgy Berdyshev2008-07-081-1/+1
* Added optional code optimizations support, which allows the building ofGeorgy Berdyshev2008-07-081-6/+49
* whitespace fixesBenji York2008-04-012-12/+12
* trailing whitespace fixBenji York2008-04-011-1/+1
* reverted r81363 since it "breaks assigning to __class__, which the twisted fo...Andreas Zeidler2008-01-141-6/+6
* Added an interpreter to facilitate experimentation.Jim Fulton2008-01-061-1/+5
* Bumped version # to next feature release.Jim Fulton2008-01-061-1/+1
* Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecificationPhilipp von Weitershausen2007-11-102-0/+16
* Make reSt a bit more readablePhilipp von Weitershausen2007-11-101-10/+10
* Don't spit out files, if you want to check the long_description (e.g. whetherPhilipp von Weitershausen2007-11-101-2/+0
* The 3.4.1 release has happened already, so bump version number and add dev ma...Philipp von Weitershausen2007-11-101-1/+1
* using `__setattr__` instead of `property` speeds up zope start-up time again,...Andreas Zeidler2007-11-011-6/+6
* replaced `_flatten` with a non-recursive implementation, effectively making i...Andreas Zeidler2007-11-011-6/+12