<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/evalexception/middleware.py, 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>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>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>
<entry>
<title>evalexception was using the wrong contet-type, probably a typo</title>
<updated>2006-07-29T23:48:25+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-29T23:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=08a94c85aaeecff33f2c73d692122f96f0a058b1'/>
<id>08a94c85aaeecff33f2c73d692122f96f0a058b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o use response.HeaderDict instead of wsgilib.ResponseHeaderDict</title>
<updated>2006-07-27T01:46:42+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-27T01:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=3f11c29ee57abbfc8b801c38a5879b4346a3a99f'/>
<id>3f11c29ee57abbfc8b801c38a5879b4346a3a99f</id>
<content type='text'>
o fixed the misleading ResponseHeaderDict deprecation warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o fixed the misleading ResponseHeaderDict deprecation warning
</pre>
</div>
</content>
</entry>
<entry>
<title>commenting out make_repost_button's unused block of code</title>
<updated>2006-07-24T01:49:58+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-24T01:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=6ac1b315d366733f2b43956696a2efbd6e2f00ef'/>
<id>6ac1b315d366733f2b43956696a2efbd6e2f00ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
