summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* made zope.component work with python2.5nikhil n2007-07-141-1/+3
* Made the standalone test output parsing a bit more robust/relaxed. My shell wasChristian Theune2007-07-051-6/+14
* Pass the factory into adapters.unsubscribe so that only the rightRoss Patterson2007-06-142-1/+14
* Moving code to satellite.Christian Theune2007-05-0338-0/+8464
* Altered setup.py in order to import and then use find_packages.Alexander Heavner2007-02-131-6/+6
* make more genericJim Fulton2006-03-018-765/+0
* Declare zope as a namespace package.Nathan Yergler2006-02-281-1/+7
* Fixed up new project to perform tests as an independent project.Nathan Yergler2006-02-281-0/+1
* Copying i18nmessage to new project.Nathan Yergler2006-02-288-0/+765