<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/compat.py, branch 5.2</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/'/>
<entry>
<title>Use context manager for brevity</title>
<updated>2014-05-18T03:21:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=e06e37c0555e6906aed5e31069e7ef50e402d416'/>
<id>e06e37c0555e6906aed5e31069e7ef50e402d416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a PY2 also.</title>
<updated>2014-05-17T16:14:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-17T16:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=93b61d39dae9b8179a3bf53da0769c4922a937f9'/>
<id>93b61d39dae9b8179a3bf53da0769c4922a937f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compute PY3 directly and switch on that for clarity.</title>
<updated>2014-05-17T16:13:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-17T16:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=a504b224e7822d3e6d89a99e866f98b5b43e88d0'/>
<id>a504b224e7822d3e6d89a99e866f98b5b43e88d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with 1.4.2</title>
<updated>2013-12-01T11:17:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-12-01T11:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=9cec740f8be76de5e8fe8a7c6b7e685705fe5163'/>
<id>9cec740f8be76de5e8fe8a7c6b7e685705fe5163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved imports to the top, made them compatible with Python 2, and added a docstring.</title>
<updated>2013-12-01T11:08:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-12-01T11:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=601f8ff8075a36247f17a737e3612394f26e4be7'/>
<id>601f8ff8075a36247f17a737e3612394f26e4be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reduce compatibility references (intended for earlier commit).</title>
<updated>2013-11-24T22:08:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-24T22:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=e517e8816d4552aafa87ab24e51215a22293c644'/>
<id>e517e8816d4552aafa87ab24e51215a22293c644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop compatibility function exec_, required for Python 2.5 and earlier.</title>
<updated>2013-11-24T21:25:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-24T21:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=9b977e0b908cedf8ab8de6790cd1b7580f830130'/>
<id>9b977e0b908cedf8ab8de6790cd1b7580f830130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The one use of xrange could also use range, so just use range.</title>
<updated>2013-11-24T21:19:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-24T21:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=6784fa94b0362ef41db40d92c60710166463f207'/>
<id>6784fa94b0362ef41db40d92c60710166463f207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with default</title>
<updated>2013-09-28T17:33:19+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-09-28T17:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=347bff02cd6a7f39f66a4f0f02bd2ae47b475b41'/>
<id>347bff02cd6a7f39f66a4f0f02bd2ae47b475b41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>execfile now opens target in binary mode for better compatibility. Fixes Distribute #349.</title>
<updated>2013-09-18T14:10:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-09-18T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=763c5299bb1838a04f490ec5107460d7851901c8'/>
<id>763c5299bb1838a04f490ec5107460d7851901c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
