summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 100% coverageissue29Jason Madden2017-06-3017-445/+225
* Remove _u compat function.Jason Madden2016-08-021-7/+1
* Add failing functiona/integration tests at this level for the interaction bet...Jason Madden2015-05-281-1/+72
* Run test_persistentregistry under PyPy/3, and fix it. Doctests still fail und...Jason Madden2015-05-271-0/+2
* Disable 'standalone' test when zope.security is missing.Tres Seaver2015-02-251-35/+42
* Restore 100% coverage.Tres Seaver2014-12-111-1/+1
* Suppress ResourceWarning under Py3k.Tres Seaver2014-03-171-14/+18
* Implemented ability to specify adapter and utility names in Python. UseStephan Richter2014-02-055-12/+71
* Replace failUnless with the new spelling to fix a warning on Python 3.Gediminas Paulauskas2013-07-051-6/+6
* Reset the cached adapter_hooks at zope.testing.cleanup.cleanUp time (LP1100501).Jason Madden2013-03-042-1/+15
* - Changed "ZODB3" depdendency to "persistent".Stephan Richter2013-02-283-3/+9
* Defend against hash randomization.Tres Seaver2012-11-211-1/+1
* Assert unsupported in older PythonsRoss Patterson2012-08-011-1/+1
* Don't pickle registry flattened bases in the 'ro' attribute.Ross Patterson2012-08-012-1/+13
* Add coverage for pickling/persisting registry bases.Ross Patterson2012-08-011-5/+7
* Merge tseaver-test_cleanup branch.Tres Seaver2012-06-2949-6650/+5078
* Fixes LP768151: Wrap ``site`` context manager in try/finally (patch by Jason ...Wolfgang Schnerring2012-04-022-2/+19
* Make tests for ``with site()`` run under Python-2.5Wolfgang Schnerring2011-11-162-3/+5
* Add convenience contextmanager for setting the siteWolfgang Schnerring2011-11-163-2/+31
* Merge:Chris McDonough2011-09-156-1043/+67
* note about interface declaration order for multi adaptersJohannes Raggam2011-02-281-0/+6
* forgot to include the zope.component meta.zcml as a dependency of configure.zcmlThomas Lotze2010-09-191-0/+2
* no need to clearZCML() in the configure testThomas Lotze2010-09-191-2/+0
* added a smoke test for configure.zcmlThomas Lotze2010-09-182-0/+17
* use the new zope.testrunner packageThomas Lotze2010-09-182-2/+2
* Remove CVS '6997Id$' fossils.Tres Seaver2010-06-0321-41/+1
* Prefer the standard libraries doctest module to the one from zope.testing.Hanno Schlichting2010-04-301-1/+3
* Comply with repository policy.Tres Seaver2010-04-0622-22/+22
* The ZCML directives provided by zope.component now register the components inFabio Tranchitella2010-03-044-5/+27
* - Fixed a bug introduced by recent refactoring, where passingSidnei da Silva2010-02-223-1/+81
* The tested testrunner was picking up options from the outer testrunner.Martijn Faassen2010-01-211-2/+2
* Fix a bug where dotted names didn't work in ZCML with ZCMLFileLayer.Martijn Faassen2010-01-211-2/+5
* Add eventtesting support for ZCMLLayerBase.Sylvain Viollon2010-01-211-2/+9
* merge -r 108354:108362 svn+ssh://svn.zope.org/repos/main/zope.component/branc...Jan-Wijbrand Kolman2010-01-215-0/+234
* merged the conditional-zope.security branch to the trunkFabio Tranchitella2009-11-087-98/+995
* All tests passed before;Godefroid Chapelle2009-10-121-6/+5
* - Fixed a problem, where ``queryNextUtility`` could fail if the context couldStephan Richter2009-07-242-1/+10
* Fixed 2 related bugs:Jim Fulton2009-06-023-45/+94
* Move over zope:view and zope:resource from zope.app.component intoMartijn Faassen2009-05-214-6/+764
* Hook in the hookable tests, which weren't run by default.Martijn Faassen2009-05-211-0/+1
* Move testingNextUtility from zope.app.component.testing.Dan Korostelev2009-03-122-0/+107
* Add getNextUtility/queryNextUtility functions that used to be in zope.site ea...Dan Korostelev2009-03-114-0/+139
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-7/+1
* Remove IDefaultViewName, add more sensible changelog entry about removal of B...Dan Korostelev2009-03-081-19/+0
* Bring back ComponentLookupError to zope.component's root module as it's used ...Dan Korostelev2009-03-081-0/+1
* Remove the broken IResource interface. It will be added to zope.app.publisher.Dan Korostelev2009-03-081-4/+1
* Remove most of deprecated interfaces. IResource and IDefaultViewName are stil...Dan Korostelev2009-03-071-62/+1
* Remove duplication of bbb interfaces. Add a marker comment that those things ...Dan Korostelev2009-03-071-71/+7
* Ugh. Fix borked merge.Tres Seaver2009-03-057-231/+209
* Merge the 'tseaver-wo_zope_deferredimport' branch:Tres Seaver2009-03-054-4/+220