summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk@127419. Test assert method not available in older pythons.3.10Ross Patterson2012-08-011-1/+1
* Merge trunk@127412. Don't pickle registry flattened bases in the 'ro' attrib...Ross Patterson2012-08-012-1/+13
* Merge trunk@127411. Add coverage for pickling/persisting registry bases.Ross Patterson2012-08-011-0/+22
* 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
* Add sphinx-based documentation building.Dan Korostelev2009-03-022-0/+24
* Remove deprecated stuff. Remove duplicated adapter declaration code. Clean up...Dan Korostelev2009-03-0222-1053/+29
* Fix bug introduced in 3.5.0: <utility factory="..."> no longer supportedMarius Gedminas2008-07-252-1/+9
* Fix obvious errors in test.Marius Gedminas2008-07-251-4/+4
* Fix a test failure introduced in the last changeWichert Akkerman2008-07-251-2/+2
* Correct error in persistance-bbb logic spotted by Jacob HolmWichert Akkerman2008-07-241-1/+1
* Merge wichert-utility-factories branch to trunkWichert Akkerman2008-07-244-42/+71
* Merge r88761 from wichert-utility-registration branchWichert Akkerman2008-07-232-21/+19
* Correct utility subscription logic. This fixes problems with utilities leavin...Wichert Akkerman2008-07-231-2/+2
* Wrong checkout..Wichert Akkerman2008-07-234-72/+41
* Add note to changelogWichert Akkerman2008-07-234-41/+72
* Formatting changeWichert Akkerman2008-07-231-4/+4
* Fixed a misleading comment and used hookable as a decorator because the code ...Shane Hathaway2008-07-121-6/+5
* Don't change persistent objects, as we would need a migration step for it. Th...Hanno Schlichting2007-11-012-5/+23
* Optimized un/registerUtility via storing an optimized data structure forHanno Schlichting2007-11-012-12/+6
* Slightly optimized un/registerUtility for already existing subscribers.Hanno Schlichting2007-10-271-10/+10
* whitespaceChristian Zagrodnick2007-09-211-1/+1
* I aussume an Unregistered event is issued when a component is *un*registered. :)Christian Zagrodnick2007-08-301-2/+2