summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added new function asreStructuredTest to keep backward compatibilityMichael McNeil Forbes2014-10-292-19/+261
* Merge remote-tracking branch 'origin/patch-2' into patch-1Michael McNeil Forbes2014-10-291-24/+24
|\
| * Updated tests.Michael McNeil Forbes2014-10-291-24/+24
* | Fix typo.Michael McNeil Forbes2014-10-291-1/+1
* | Place code in ``code`` formatting.Michael McNeil Forbes2014-10-291-4/+4
|/
* The imports are alphabetically sorted.Stephan Richter2014-02-051-1/+1
* Added ``@named(name)`` declaration.Stephan Richter2014-02-045-10/+103
* Fixed a verifyClass false positive with a decorated method.Albertas Agejevas2013-02-282-0/+27
* - Fixed a bug that was revealed by porting zope.traversing. During a loop, theStephan Richter2013-02-211-1/+1
* - LP #1055223: Fix test which depended on dictionary order and failed randomlyBrian Sutherland2012-09-281-2/+2
* Repository policy.Tres Seaver2012-06-182-2/+2
* Drop explicit DeprecationWarnings for "class advice" APISTres Seaver2012-05-222-28/+9
* further simplify some attribute lookupsFred Drake2012-04-063-4/+4
* Drop unneeded compatibility shims for method / function attributes.Tres Seaver2012-04-064-18/+5
* Deprecated the "class advice" APIs from ``zope.interface.declarations``.Tres Seaver2012-04-062-47/+98
* Improve the error raised by the class advice APIs when invoked under Py3k.Tres Seaver2012-04-061-3/+14
* Re-silence Py3k whines.Tres Seaver2012-04-061-31/+44
* Close Py3k coverage gap to absolute minimum.Tres Seaver2012-04-066-36/+206
* Coverage under Py3k.Tres Seaver2012-04-062-6/+3
* 100% coverage under Python 2.x.Tres Seaver2012-04-061-0/+67
* Move commented-out doctest snippets into API docs as real snippets.Tres Seaver2012-04-063-710/+74
* Guard against possible failure under hash-randomizing Pythons.Tres Seaver2012-04-051-2/+2
* Silence Py3k whining.Tres Seaver2012-04-053-16/+16
* Restore 'adapter_hooks' after patching for test purposes.Tres Seaver2012-04-051-3/+7
* The C impl. caches BuiltinImmplentationSpecifications too early.Tres Seaver2012-04-051-12/+33
* PyPy coverage tweak.Tres Seaver2012-04-041-1/+1
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-0415-1082/+1155
* Merge from LP branch.Tres Seaver2012-03-2633-5791/+8227
* Avoid exceptions due to tne new ``__qualname__`` attribute added in Python 3.3 Tres Seaver2012-02-161-3/+5
* typo implementor->implementerBrian Sutherland2011-10-093-5/+5
* Merge chrism-componentregistry branch: Chris McDonough2011-09-153-2/+2035
* Fix test failure under 'python setup.py test' in new test for '__hash__'.Tres Seaver2011-08-121-0/+2
* Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``.Tres Seaver2011-08-121-1/+6
* Work around buggy behavior in some subclasses of `InterfaceClass``Tres Seaver2011-08-113-8/+60
* Revert r122462 after updating zope.app.interface.Tres Seaver2011-08-111-2/+1
* Fix a regression introduced in 3.6.4, that made one zope.app.interface test failGediminas Paulauskas2011-08-041-1/+2
* - Fix testing deprecation warnings issued when tested under Py3K.Chris McDonough2011-07-213-70/+88
* LP 804951: InterfaceClass instances were unhashable under Python 3.x.Tres Seaver2011-07-052-0/+12
* Correct comparison of interfaces from different modules but with the same name.Tres Seaver2011-05-263-9/+59
* Fixes for small issues when running tests under Python 3.2 using zope.testrunnerBrian Sutherland2011-04-292-2/+5
* Specify return value type for C optimizations module init under Python 3.Tres Seaver2010-11-151-4/+1
* Remove CVS-era Id fossils.Tres Seaver2010-06-0331-64/+2
* Fix compiler warnings under GCC 4.3.3.Tres Seaver2010-05-021-2/+2
* Clear the cache used by ``Specificaton.get`` inside ``Specification.changed``.Tres Seaver2010-04-132-0/+30
* Scrub trailing ws, use canonical suite-generation form.Tres Seaver2010-04-131-23/+17
* Cleaning up imports, mostly in tests, some duplicates created by my merge. Py...Lennart Regebro2010-04-118-28/+22
* Merge of regebro-python3 branch, adding Python 3.1 compatibility\!Lennart Regebro2010-04-0919-209/+363
* Comply with repository policy.Tres Seaver2010-04-0634-34/+34
* Fixed typoVincent Fretin2010-01-021-1/+1
* Use the standard Python doctest module instead of zope.testing.doctest, whichFabio Tranchitella2009-12-236-11/+14