<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/sandbox.py, branch 18.3.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Check for Jython using sys.platform, not os.name</title>
<updated>2015-04-21T19:24:09+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2015-04-21T19:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2039b2aeba48685275bd2b341bf69d3f3f63786b'/>
<id>2039b2aeba48685275bd2b341bf69d3f3f63786b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setuptools.sandbox._execfile() with Python 3.1.</title>
<updated>2015-03-30T02:26:56+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2015-03-30T02:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8fe7605a2787648a23c28741e20ba403e95a357b'/>
<id>8fe7605a2787648a23c28741e20ba403e95a357b</id>
<content type='text'>
It fixes failure of setuptools.tests.test_sandbox.TestSandbox.test_setup_py_with_CRLF() with Python 3.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It fixes failure of setuptools.tests.test_sandbox.TestSandbox.test_setup_py_with_CRLF() with Python 3.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-use context available in sandbox.</title>
<updated>2015-02-03T18:28:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-03T18:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=492758aff46622fb93845f96b9062dab029064f4'/>
<id>492758aff46622fb93845f96b9062dab029064f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap unpickleable exceptions in another class. Fixes #329.</title>
<updated>2015-01-15T03:06:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-15T03:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9cf04f13f2ff72a7befa15f8f4835d2c662508e6'/>
<id>9cf04f13f2ff72a7befa15f8f4835d2c662508e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make attributes private and remove redundant naming.</title>
<updated>2015-01-15T02:40:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-15T02:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9948d3c8a7880cbc13012e8a3fedda130614601d'/>
<id>9948d3c8a7880cbc13012e8a3fedda130614601d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract Exception saving behavior.</title>
<updated>2015-01-15T02:23:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-15T02:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=74637dd638a30c153d9af60688078c7e12d810d3'/>
<id>74637dd638a30c153d9af60688078c7e12d810d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use except/as, now supported by Python 2.6</title>
<updated>2015-01-04T16:35:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-04T16:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9d6a6e5927ae0e67164383e419f3145fc154467e'/>
<id>9d6a6e5927ae0e67164383e419f3145fc154467e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure setuptools is present in the environment before invoking setup.py from easy_install. Fixes #319.</title>
<updated>2014-12-30T17:37:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-30T17:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fddd230b60c17ca2100e41962de7b9e16ee85408'/>
<id>fddd230b60c17ca2100e41962de7b9e16ee85408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch, save, and restore any exceptions across the save_modules context. This corrects the latter of the two test failures. Ref #315.</title>
<updated>2014-12-30T03:48:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-30T03:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=12169497ccb2303474016e01933f52d7e4eab93a'/>
<id>12169497ccb2303474016e01933f52d7e4eab93a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: 40cc1fbecb1c</title>
<updated>2014-12-30T03:17:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-30T03:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1e6095429693886831747050b38bad979eaaf966'/>
<id>1e6095429693886831747050b38bad979eaaf966</id>
<content type='text'>
Restores purging of distutils/setuptools during sandbox operations. Ref #315.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restores purging of distutils/setuptools during sandbox operations. Ref #315.
</pre>
</div>
</content>
</entry>
</feed>
