<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/api_tests.txt, branch fix_changelog</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>moved api_tests.txt doctest to tests/</title>
<updated>2009-07-17T12:32:47+00:00</updated>
<author>
<name>Tarek Ziadé</name>
<email>tarek@ziade.org</email>
</author>
<published>2009-07-17T12:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded'/>
<id>5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714
</pre>
</div>
</content>
</entry>
<entry>
<title>Applied patch for Jython api_tests.txt doctest compatibility by pjenvey. This closes #7.</title>
<updated>2009-07-16T16:08:20+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2009-07-16T16:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=600590d491609a42e145cfb57cd26d4bf9817a10'/>
<id>600590d491609a42e145cfb57cd26d4bf9817a10</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : f60caa86a529c96b8159fe423098ee2be625658d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : f60caa86a529c96b8159fe423098ee2be625658d
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport all known 2.5-compatibility fixes</title>
<updated>2006-09-20T20:48:18+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-09-20T20:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3bf8c4fa854d9cbb9af700b3852b1fded03fea54'/>
<id>3bf8c4fa854d9cbb9af700b3852b1fded03fea54</id>
<content type='text'>
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``</title>
<updated>2006-02-14T19:05:04+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-02-14T19:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=38aa9be2b1edfa477277d4c1494642061cf43a0f'/>
<id>38aa9be2b1edfa477277d4c1494642061cf43a0f</id>
<content type='text'>
method to ``WorkingSet``, and the ``__add__()`` and ``__iadd__()`` methods
to ``Environment``.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
method to ``WorkingSet``, and the ``__add__()`` and ``__iadd__()`` methods
to ``Environment``.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042358
</pre>
</div>
</content>
</entry>
<entry>
<title>Significantly enhanced support and docs for "non-root" installation,</title>
<updated>2005-10-17T02:26:39+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-10-17T02:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3df2aabcc056e6d001355d4cec780437387ac4fa'/>
<id>3df2aabcc056e6d001355d4cec780437387ac4fa</id>
<content type='text'>
including both "virtual" and PYTHONPATH-based installs.  The activation
precedence of distributions has also changed so that PYTHONPATH-based
non-root installs can include eggs that override system-defined packages
(whether managed or unmanaged).  This version should eliminate most
common installation complaints from non-root Python users.
Note: this version includes a hacked 'site.py' to support processing
.pth files in directories that come *before* site-packages on sys.path.
However, because of its placement, it should only come into play when
a user puts the setuptools .egg file *directly* on PYTHONPATH, so it
doesn't affect "virtual" or "root" installations.  It's strictly to
provide support for luddites who refuse to give up their
existing non-root PYTHONPATH setup unless you pry it from their cold,
dead hands.  :)

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041262
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
including both "virtual" and PYTHONPATH-based installs.  The activation
precedence of distributions has also changed so that PYTHONPATH-based
non-root installs can include eggs that override system-defined packages
(whether managed or unmanaged).  This version should eliminate most
common installation complaints from non-root Python users.
Note: this version includes a hacked 'site.py' to support processing
.pth files in directories that come *before* site-packages on sys.path.
However, because of its placement, it should only come into play when
a user puts the setuptools .egg file *directly* on PYTHONPATH, so it
doesn't affect "virtual" or "root" installations.  It's strictly to
provide support for luddites who refuse to give up their
existing non-root PYTHONPATH setup unless you pry it from their cold,
dead hands.  :)

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041262
</pre>
</div>
</content>
</entry>
<entry>
<title>Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.</title>
<updated>2005-08-13T23:04:08+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-13T23:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=53cf2db1ed9a75fc4093cb81277510865e8a6db9'/>
<id>53cf2db1ed9a75fc4093cb81277510865e8a6db9</id>
<content type='text'>
Also fixed a few bugs.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed a few bugs.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041192
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix WorkingSet yielding the same distribution more than once if more than</title>
<updated>2005-08-06T20:54:01+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-06T20:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=568f7f51fb0dea510cfae83b178c642a06b801bd'/>
<id>568f7f51fb0dea510cfae83b178c642a06b801bd</id>
<content type='text'>
one path entry points to it.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041182
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one path entry points to it.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041182
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved backward compatibility of Mac OS platform string changes, thanks</title>
<updated>2005-07-21T16:11:34+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-21T16:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1b23ba3c222a3e4d09138bf2e252caa171cdc420'/>
<id>1b23ba3c222a3e4d09138bf2e252caa171cdc420</id>
<content type='text'>
to more help from Kevin Dangoor.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041143
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to more help from Kevin Dangoor.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041143
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak Mac OS platform string based on Mac SIG feedback: remove "micro"</title>
<updated>2005-07-21T04:50:50+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-21T04:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dce75aeae87e88e11ca54d5354e3af8216c39e89'/>
<id>dce75aeae87e88e11ca54d5354e3af8216c39e89</id>
<content type='text'>
version number, and map "PowerPC" and "Power_Macintosh" to "ppc".

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version number, and map "PowerPC" and "Power_Macintosh" to "ppc".

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041142
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for handling MacOS platform information in ``.egg``</title>
<updated>2005-07-21T01:11:31+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-21T01:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=92cd79e46cb454878df36258c3731d0cf771ab55'/>
<id>92cd79e46cb454878df36258c3731d0cf771ab55</id>
<content type='text'>
filenames, based on a contribution by Kevin Dangoor.  (NOTE: this may make
eggs compiled for OS X with older versions of setuptools unusable!  If you
have eggs whose file/directory names end with ``-darwin-*.egg``, you will
probably need to rename them to ``-macosx-*.egg``, substituting your
current Mac OS version for the darwin kernel version in the version number.
Or, you can just delete and reinstall the problematic eggs.)

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filenames, based on a contribution by Kevin Dangoor.  (NOTE: this may make
eggs compiled for OS X with older versions of setuptools unusable!  If you
have eggs whose file/directory names end with ``-darwin-*.egg``, you will
probably need to rename them to ``-macosx-*.egg``, substituting your
current Mac OS version for the darwin kernel version in the version number.
Or, you can just delete and reinstall the problematic eggs.)

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041141
</pre>
</div>
</content>
</entry>
</feed>
