<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/evalexception, branch stringio</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Make sure all necessary media files come with evalexception</title>
<updated>2010-04-20T17:00:39+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-04-20T17:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=eed0c2665f196ceb8726d3d97b4ca4989b4fe15f'/>
<id>eed0c2665f196ceb8726d3d97b4ca4989b4fe15f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert r6094: evalexception is tied to MochiKit 1.3.1,</title>
<updated>2007-01-17T04:55:45+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-17T04:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=357cd14ae443cb61f53229d8851a725c54972f9b'/>
<id>357cd14ae443cb61f53229d8851a725c54972f9b</id>
<content type='text'>
which these changes are incompatible with
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which these changes are incompatible with
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from David Smith to support newer versions of MochiKit in evalexception</title>
<updated>2007-01-15T19:03:53+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-15T19:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=4c1d2311a4e2e67ea24bb9e5aed7c5576333ac6f'/>
<id>4c1d2311a4e2e67ea24bb9e5aed7c5576333ac6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/end in_restoration</title>
<updated>2006-12-22T00:55:25+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-12-22T00:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9057500bef6e97ec6e0c674fba33e86d259cfebc'/>
<id>9057500bef6e97ec6e0c674fba33e86d259cfebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable the StackedObjectRestorer during show_frame so locals show up</title>
<updated>2006-12-04T23:06:02+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-12-04T23:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=fe19c0f3f3eb330d92718305f8c78ec03db5705f'/>
<id>fe19c0f3f3eb330d92718305f8c78ec03db5705f</id>
<content type='text'>
correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correctly
</pre>
</div>
</content>
</entry>
<entry>
<title>StackedObjectProxies now work within the interactive debugger. When</title>
<updated>2006-12-01T06:00:25+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-12-01T06:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=d348d38217bbb6193698c670b7862bd80bba97bd'/>
<id>d348d38217bbb6193698c670b7862bd80bba97bd</id>
<content type='text'>
EvalException is enabled and RegistryManager and or EvalException detect an
unexpected exception, they'll call StackedObjectRestorer to:
o save the Registry state
o change currently registered StackedObjectProxies to detect when they're being
used within the interactive debugger via a threadlocal (resulting in a small
performance hit). They'll get their proxied object from the restorer when they
detect the presence of the debugger, otherwise they'll continue to work as
normal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EvalException is enabled and RegistryManager and or EvalException detect an
unexpected exception, they'll call StackedObjectRestorer to:
o save the Registry state
o change currently registered StackedObjectProxies to detect when they're being
used within the interactive debugger via a threadlocal (resulting in a small
performance hit). They'll get their proxied object from the restorer when they
detect the presence of the debugger, otherwise they'll continue to work as
normal
</pre>
</div>
</content>
</entry>
<entry>
<title>A big commit, primarily aesthetic/whitespace in nature.  This is the result of running pylint over the codebase.  Some minor/hard-to-reach typos were also picked up.</title>
<updated>2006-10-20T22:08:05+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=44fa5352360b78696c3d81cafa8e24eaa4f6c3ed'/>
<id>44fa5352360b78696c3d81cafa8e24eaa4f6c3ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved evalexception entry point</title>
<updated>2006-10-20T19:05:40+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T19:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=e4815ce24daa232d588d588490b214b079890451'/>
<id>e4815ce24daa232d588d588490b214b079890451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>the catching_iter method is no longer used; removing it</title>
<updated>2006-08-11T03:35:18+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-11T03:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2de006bd02329d9ca6da3d34b349c44dc729c0e0'/>
<id>2de006bd02329d9ca6da3d34b349c44dc729c0e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only displaying EvalException's full traceback button when the full traceback</title>
<updated>2006-07-31T02:46:11+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-31T02:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=45a5adb9e393a140dfc2fb465d683648322842a6'/>
<id>45a5adb9e393a140dfc2fb465d683648322842a6</id>
<content type='text'>
differs from the regular (includes hidden frames)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
differs from the regular (includes hidden frames)
</pre>
</div>
</content>
</entry>
</feed>
