<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/registry.py, branch 1.5</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>Replace and register are identical, aliasing the method.</title>
<updated>2007-10-08T18:33:28+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-10-08T18:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=56df0033765de67e11befd51c19d71852c06e110'/>
<id>56df0033765de67e11befd51c19d71852c06e110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Failing to pop proper obj during register.</title>
<updated>2007-10-08T18:07:03+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-10-08T18:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=9e89bc651f340e8d60214e4e730e20e93b3ceee0'/>
<id>9e89bc651f340e8d60214e4e730e20e93b3ceee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Registry fix that doesn't break restorer</title>
<updated>2007-10-04T22:00:25+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-10-04T22:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c1d4ab5b31d3b7acebc33219388af413b532581f'/>
<id>c1d4ab5b31d3b7acebc33219388af413b532581f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fixed memory leak with ``paste.registry`` not properly removing</title>
<updated>2007-10-03T18:44:53+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-10-03T18:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=9319b7ec34cebdb4de6504b7012c2ac3caf3246c'/>
<id>9319b7ec34cebdb4de6504b7012c2ac3caf3246c</id>
<content type='text'>
  all references to registered objects should register be called
  multiple times during a single context for a StackedObjectProxy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  all references to registered objects should register be called
  multiple times during a single context for a StackedObjectProxy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __call__ to StackedObjectProxy.  For cmlenz</title>
<updated>2007-04-26T22:03:02+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-04-26T22:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b7b13aeab5cb2baa329e0511827e01c6bc435619'/>
<id>b7b13aeab5cb2baa329e0511827e01c6bc435619</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added StackedObjectProxy._object_stack()</title>
<updated>2007-04-06T16:24:14+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-04-06T16:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=a9efff3fa55f9af307378b6d6b3586c8a442b059'/>
<id>a9efff3fa55f9af307378b6d6b3586c8a442b059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o self.__class__.__module__ is more appropriate than __name__ here</title>
<updated>2007-02-18T01:56:01+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-02-18T01:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=75d699802d9b1bcafd969994c5f2da79019a4df1'/>
<id>75d699802d9b1bcafd969994c5f2da79019a4df1</id>
<content type='text'>
o no need to pad the pointer address
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o no need to pad the pointer address
</pre>
</div>
</content>
</entry>
<entry>
<title>removed deprecated current_obj/push_object/pop_boject methods</title>
<updated>2007-02-15T08:15:04+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-02-15T08:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=4190d93f332d6f12ca79ec46e7f0a10946f1c2c3'/>
<id>4190d93f332d6f12ca79ec46e7f0a10946f1c2c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unused import</title>
<updated>2007-01-20T05:13:41+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-01-20T05:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b6aa6a8ed566068448ff909d5d14ec041a5e60aa'/>
<id>b6aa6a8ed566068448ff909d5d14ec041a5e60aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Jason Kirtland to allow false defaults fro StackedObjectProxy, and to proxy bool()/__nonzero__</title>
<updated>2007-01-16T15:05:12+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-16T15:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=db1225980810608e26ed34d75bf62e4f6e9bb732'/>
<id>db1225980810608e26ed34d75bf62e4f6e9bb732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
