<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command/easy_install.py, branch 3.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Issue #156: Fix spelling of __PYVENV_LAUNCHER__ variable.</title>
<updated>2014-03-04T13:28:47+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2014-03-04T13:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=11f4bbc2d46628ff5b3890b037928fec93802f3c'/>
<id>11f4bbc2d46628ff5b3890b037928fec93802f3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding comment referencing #134.</title>
<updated>2014-02-08T15:16:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-08T15:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=69eb2865b8fae0760f9cb62d099ec7e92a908672'/>
<id>69eb2865b8fae0760f9cb62d099ec7e92a908672</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSIX systems plain #!python</title>
<updated>2013-12-17T14:27:37+00:00</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2013-12-17T14:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a606f1f9b98810666dea3682e7def0d322988b3b'/>
<id>a606f1f9b98810666dea3682e7def0d322988b3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE.</title>
<updated>2013-11-27T19:12:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-27T19:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d52f1865ccc7cc10389ff731ff4e84302fd83010'/>
<id>d52f1865ccc7cc10389ff731ff4e84302fd83010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dict lookup default for sys_executable</title>
<updated>2013-11-27T19:00:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-27T19:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=57bf0b99a118d93749fdeef7aad95c7d82e53be6'/>
<id>57bf0b99a118d93749fdeef7aad95c7d82e53be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract py31compat module for get_config_vars and get_path</title>
<updated>2013-11-27T18:58:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-27T18:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8a94f99bfbb19859aed1d96e5d169c80b51936d0'/>
<id>8a94f99bfbb19859aed1d96e5d169c80b51936d0</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='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6474847292f1cf4fcda55afe2cd5e46497ce339f'/>
<id>6474847292f1cf4fcda55afe2cd5e46497ce339f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sys.getfilesystemencoding for decoding bdist_wininst config. Fixes #114.</title>
<updated>2013-11-23T21:39:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-23T21:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=63f856f5797afb3497818820f038c00ed10c0518'/>
<id>63f856f5797afb3497818820f038c00ed10c0518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove long-disabled functionality 'check_conflicts'.</title>
<updated>2013-09-02T18:29:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-09-02T18:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=234c0fc5d3ecde835fd130a8d072fcffba7e172c'/>
<id>234c0fc5d3ecde835fd130a8d072fcffba7e172c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused import</title>
<updated>2013-09-02T18:24:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-09-02T18:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6826957239fac24794af05c81a8fb176467c698f'/>
<id>6826957239fac24794af05c81a8fb176467c698f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
