<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/zope-component.git/src, branch 3.9</title>
<subtitle>github.com: zopefoundation/zope.component.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/'/>
<entry>
<title>Merge 3.10@127420.  Test assert method not in older Pythons.</title>
<updated>2012-08-01T16:27:08+00:00</updated>
<author>
<name>Ross Patterson</name>
<email>me@rpatterson.net</email>
</author>
<published>2012-08-01T16:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=17348ad0267d310d7d7238f79ec8599561f6d637'/>
<id>17348ad0267d310d7d7238f79ec8599561f6d637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge trunk@127412.  Don't pickle registry flattened bases in the 'ro' attribute.</title>
<updated>2012-08-01T04:37:24+00:00</updated>
<author>
<name>Ross Patterson</name>
<email>me@rpatterson.net</email>
</author>
<published>2012-08-01T04:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=d60ecbfb362f50df8294248f308e47acc38555df'/>
<id>d60ecbfb362f50df8294248f308e47acc38555df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge trunk@127411.  Add coverage for pickling/persisting registry bases.</title>
<updated>2012-08-01T04:34:54+00:00</updated>
<author>
<name>Ross Patterson</name>
<email>me@rpatterson.net</email>
</author>
<published>2012-08-01T04:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=627d4f9d74ad2147ea3d68ba261de55b74364c44'/>
<id>627d4f9d74ad2147ea3d68ba261de55b74364c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove CVS '6997Id$' fossils.</title>
<updated>2010-06-03T04:07:29+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2010-06-03T04:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=74de2c9a5723d93a69f4f365ce125b05b3e7abf6'/>
<id>74de2c9a5723d93a69f4f365ce125b05b3e7abf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer the standard libraries doctest module to the one from zope.testing.</title>
<updated>2010-04-30T20:33:17+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2010-04-30T20:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=81cb8930118f7d9325f3e78b169a76219a331758'/>
<id>81cb8930118f7d9325f3e78b169a76219a331758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comply with repository policy.</title>
<updated>2010-04-06T03:01:29+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2010-04-06T03:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=8169c1122865a3d3eb15c7438a7d9f155dbbd040'/>
<id>8169c1122865a3d3eb15c7438a7d9f155dbbd040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The ZCML directives provided by zope.component now register the components in</title>
<updated>2010-03-04T19:49:14+00:00</updated>
<author>
<name>Fabio Tranchitella</name>
<email>fabio@tranchitella.eu</email>
</author>
<published>2010-03-04T19:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=d857e3caa6f6a5da8e001858031f76f5e39c2761'/>
<id>d857e3caa6f6a5da8e001858031f76f5e39c2761</id>
<content type='text'>
the registry returned by getSiteManager instead of the global registry. This
allows the hooking of the getSiteManager method before the load of a ZCML file
to register the components in a custom registry.



</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the registry returned by getSiteManager instead of the global registry. This
allows the hooking of the getSiteManager method before the load of a ZCML file
to register the components in a custom registry.



</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed a bug introduced by recent refactoring, where passing</title>
<updated>2010-02-22T22:48:31+00:00</updated>
<author>
<name>Sidnei da Silva</name>
<email>sidnei.da.silva@gmail.com</email>
</author>
<published>2010-02-22T22:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=5e906fa3f5a783e10e8a7866424341122362c6fe'/>
<id>5e906fa3f5a783e10e8a7866424341122362c6fe</id>
<content type='text'>
  CheckerPublic to securityAdapterFactory wrongly wrapped the factory
  into a LocatingUntrustedAdapterFactory.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  CheckerPublic to securityAdapterFactory wrongly wrapped the factory
  into a LocatingUntrustedAdapterFactory.

</pre>
</div>
</content>
</entry>
<entry>
<title>The tested testrunner was picking up options from the outer testrunner.</title>
<updated>2010-01-21T18:45:45+00:00</updated>
<author>
<name>Martijn Faassen</name>
<email>faassen@startifact.com</email>
</author>
<published>2010-01-21T18:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=ed8b03b1f918c61e23c127d8fb30695cf5d53b02'/>
<id>ed8b03b1f918c61e23c127d8fb30695cf5d53b02</id>
<content type='text'>
Avoid this.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid this.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug where dotted names didn't work in ZCML with ZCMLFileLayer.</title>
<updated>2010-01-21T18:27:26+00:00</updated>
<author>
<name>Martijn Faassen</name>
<email>faassen@startifact.com</email>
</author>
<published>2010-01-21T18:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=46fac458431787c9c0b11ecaf9f44e4677a99c77'/>
<id>46fac458431787c9c0b11ecaf9f44e4677a99c77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
