<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/dist.py, branch 0.6.36</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Backed out changeset: 98a9f9dcce0e; Fixes #335.</title>
<updated>2012-11-26T14:20:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2012-11-26T14:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ceb03af882740ae02ef4be004a30b45c7b25b9ce'/>
<id>ceb03af882740ae02ef4be004a30b45c7b25b9ce</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 3f4ff1c880688e6dd72d2fa8fab3c07e7f486a7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 3f4ff1c880688e6dd72d2fa8fab3c07e7f486a7e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2012-11-25T03:47:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2012-11-25T03:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=80a210e263d8787b9bc87fffc7090b3769f8cb5b'/>
<id>80a210e263d8787b9bc87fffc7090b3769f8cb5b</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comment and updated CHANGES</title>
<updated>2012-11-24T15:23:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2012-11-24T15:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9d1e4a7a1f340147dca2f215dc33485c31f1834e'/>
<id>9d1e4a7a1f340147dca2f215dc33485c31f1834e</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 4c828b71eced1215219f5b16d881fa1f35972744
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 4c828b71eced1215219f5b16d881fa1f35972744
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't wrap sys.stdout if it's in the correct encoding already.</title>
<updated>2012-11-23T21:38:55+00:00</updated>
<author>
<name>Gabriel</name>
<email>g2p.code@gmail.com</email>
</author>
<published>2012-11-23T21:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7fbee015f7d31185ccfc890c59dbfab1c699db82'/>
<id>7fbee015f7d31185ccfc890c59dbfab1c699db82</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 314a8be1a2e63ceaf501ecb047a29f62302be0a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 314a8be1a2e63ceaf501ecb047a29f62302be0a0
</pre>
</div>
</content>
</entry>
<entry>
<title>Print metadata in UTF-8 independent of platform. Fixes #311.</title>
<updated>2012-10-08T18:32:46+00:00</updated>
<author>
<name>Stefan H. Holek</name>
<email>stefan@epy.co.at</email>
</author>
<published>2012-10-08T18:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=11270be66d228aacca12a211e3fdcb38988fb193'/>
<id>11270be66d228aacca12a211e3fdcb38988fb193</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 4ff0df4ad7d9ea8cee6342f9c642e4fe634b7f18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 4ff0df4ad7d9ea8cee6342f9c642e4fe634b7f18
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes and adds a regression test for #323; required adding some new keyword arguments to existing pkg_resources methods. Also had to update how __path__ is handled for namespace packages to ensure that when a new egg distribution containing a namespace package is placed on sys.path, the entries in __path__ are in the same order they would have been in had that egg been on the path when pkg_resources was first imported</title>
<updated>2012-09-11T17:53:29+00:00</updated>
<author>
<name>Erik Bray</name>
<email>embray@stsci.edu</email>
</author>
<published>2012-09-11T17:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dbbfab8fe8a8c146c2353f751d617c8761f6ddc4'/>
<id>dbbfab8fe8a8c146c2353f751d617c8761f6ddc4</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 63a120c9397f6619d2768ec982e5c6b664c97e40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 63a120c9397f6619d2768ec982e5c6b664c97e40
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds a fix for issue #318, including a regression test.  This also fixes another test that was passing trivially due to *bug* in yet another test, ugh</title>
<updated>2012-09-06T19:51:09+00:00</updated>
<author>
<name>Erik Bray</name>
<email>embray@stsci.edu</email>
</author>
<published>2012-09-06T19:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d847dbfeee2b2c85d7bc0a66813c33836a9850fa'/>
<id>d847dbfeee2b2c85d7bc0a66813c33836a9850fa</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 476550766b7b756dced040ad4356b7685d6f062a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 476550766b7b756dced040ad4356b7685d6f062a
</pre>
</div>
</content>
</entry>
<entry>
<title>setting to_scan to [] instead of None ensures (somewhat confusingly) that find_links are used, when available, to install each dist listed in setup_requires</title>
<updated>2011-05-23T14:52:19+00:00</updated>
<author>
<name>Erik Bray</name>
<email>embray@stsci.edu</email>
</author>
<published>2011-05-23T14:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6ad276bf9c860d9d62af0ec45c537cef03b3fc93'/>
<id>6ad276bf9c860d9d62af0ec45c537cef03b3fc93</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 4efd4ba05e527df60a33c55da30c19586a9cecdb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 4efd4ba05e527df60a33c55da30c19586a9cecdb
</pre>
</div>
</content>
</entry>
<entry>
<title>backporting the API Eby added in 0.6c11</title>
<updated>2009-11-01T14:01:40+00:00</updated>
<author>
<name>tarek</name>
<email>none@none</email>
</author>
<published>2009-11-01T14:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f0464d99bbc4d5e5b7d0a244d5f96befdabd1273'/>
<id>f0464d99bbc4d5e5b7d0a244d5f96befdabd1273</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 7e34c308ad98259f9344e10117750aeae3e8d2ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 7e34c308ad98259f9344e10117750aeae3e8d2ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Name changes of the parameters.</title>
<updated>2009-09-22T15:25:53+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2009-09-22T15:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7596dc0cf93965df85e36dcbca683270f5e9ded2'/>
<id>7596dc0cf93965df85e36dcbca683270f5e9ded2</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
</pre>
</div>
</content>
</entry>
</feed>
