<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command/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>Remove special handling of 'no_compile' option with comment about making DISTUTILS_DEBUG work right. While testing on Python 2.6 and later, I was unable to evoke any abberant or distinct behavior by removing the value (with DISTUTILS_DEBUG enabled and using variations of --compile and --no-compile). Therefore, I believe that whatever was the motivation for adding the attribute (in 2c91c12dc9b1), its purpose has passed.</title>
<updated>2014-03-14T03:11:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-14T03:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e72e8676e8b9eec8e39c14258c145b8e2e120769'/>
<id>e72e8676e8b9eec8e39c14258c145b8e2e120769</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove excess whitespace</title>
<updated>2014-01-06T15:21:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-01-06T15:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e81800c109d87617f2c82a4f53a565f9c26e0614'/>
<id>e81800c109d87617f2c82a4f53a565f9c26e0614</id>
<content type='text'>
--HG--
extra : rebase_source : 4d1b9f2354d8966b2bd8c375662e5f29817adbb3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 4d1b9f2354d8966b2bd8c375662e5f29817adbb3
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around apparent 3.x limitation wrt. variables</title>
<updated>2009-09-11T21:48:25+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2009-09-11T21:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c8fafe39c39a6814741b3f2825320c565c02058c'/>
<id>c8fafe39c39a6814741b3f2825320c565c02058c</id>
<content type='text'>
in list comprehensions.

--HG--
branch : distribute
extra : rebase_source : 214eb64288ef1955fd06ba1cf594b6a780cccde8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in list comprehensions.

--HG--
branch : distribute
extra : rebase_source : 214eb64288ef1955fd06ba1cf594b6a780cccde8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix interactions between the various "require" options,</title>
<updated>2008-01-19T02:55:03+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2008-01-19T02:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=60cf2d31c8edb39b418f522ad935320c6da9c927'/>
<id>60cf2d31c8edb39b418f522ad935320c6da9c927</id>
<content type='text'>
so that downloads aren't repeated and needed eggs are
always installed, even if they were downloaded to the
setup directory already.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that downloads aren't repeated and needed eggs are
always installed, even if they were downloaded to the
setup directory already.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect possible entry point override of 'easy_install' command.</title>
<updated>2007-02-20T22:50:42+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2007-02-20T22:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=877544db61f93a08d37b6dfba2cc7f54b15835a9'/>
<id>877544db61f93a08d37b6dfba2cc7f54b15835a9</id>
<content type='text'>
(backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053835
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053835
</pre>
</div>
</content>
</entry>
<entry>
<title>Support ``extra_path`` option to ``setup()`` when ``install`` is run in</title>
<updated>2006-07-18T16:03:45+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-07-18T16:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6'/>
<id>5afddb363fe7156d26d7faf0c3cc51e7a4c14fc6</id>
<content type='text'>
backward-compatibility mode.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backward-compatibility mode.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050700
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Python 2.5, which now includes its own install_egg_info command.</title>
<updated>2006-03-28T19:07:52+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-03-28T19:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c1294e1d0218322a1e3457897198837a071f2271'/>
<id>c1294e1d0218322a1e3457897198837a071f2271</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043406
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of obsolete --ignore-conflicts-at-my-risk option</title>
<updated>2006-03-24T17:48:17+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-03-24T17:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=874bb1e0edb998be14cc504a3186be2636099d8e'/>
<id>874bb1e0edb998be14cc504a3186be2636099d8e</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043296
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043296
</pre>
</div>
</content>
</entry>
<entry>
<title>Made ``--single-version-externally-managed`` automatic when ``--root`` is</title>
<updated>2006-03-04T00:00:20+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-03-04T00:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=087c9f1eb3e1b64b0d9cdb43d0946dd54d6885e5'/>
<id>087c9f1eb3e1b64b0d9cdb43d0946dd54d6885e5</id>
<content type='text'>
used, so that most system packagers won't require special support for
setuptools.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042823
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used, so that most system packagers won't require special support for
setuptools.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042823
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bdist_dumb support to use .egg-info instead of .egg format.</title>
<updated>2005-12-16T19:37:21+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-12-16T19:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=646a5b9410d36f9c2ecfb93998d2983f6f33d5d5'/>
<id>646a5b9410d36f9c2ecfb93998d2983f6f33d5d5</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041716
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041716
</pre>
</div>
</content>
</entry>
</feed>
