<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/command/egg_info.py, branch get_command_list</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/'/>
<entry>
<title>Replace deprecated usage with preferred usage. Fixes #364.</title>
<updated>2015-03-19T18:10:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-03-19T18:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=0a57282d45e72606b7d64bb77e4438ceae6c354e'/>
<id>0a57282d45e72606b7d64bb77e4438ceae6c354e</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 master</title>
<updated>2014-12-29T01:56:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-29T01:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=ec6f4284c1c7387f07fcecd6293ee43a899b40f6'/>
<id>ec6f4284c1c7387f07fcecd6293ee43a899b40f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #106 from Richard Ipsum.</title>
<updated>2014-12-26T18:32:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-26T18:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=69102130f8bb15746b5d857ddc78c8dcb26c6b57'/>
<id>69102130f8bb15746b5d857ddc78c8dcb26c6b57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed svn support from setuptools. Ref #313.</title>
<updated>2014-12-24T23:25:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-24T23:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=68f15c289e6c61400c3e5918502a5b792cdc3ef9'/>
<id>68f15c289e6c61400c3e5918502a5b792cdc3ef9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setuptools now uses the 'packaging' package from pkg_resources, unifying the behavior around resolution of that package.</title>
<updated>2014-12-24T22:11:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-24T22:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=dee0866e86070d63b9bfca87483c94d98fd69d4d'/>
<id>dee0866e86070d63b9bfca87483c94d98fd69d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move vendored packaging module into pkg_resources._vendor, restoring independence of pkg_resources from setuptools. Fixes #311.</title>
<updated>2014-12-24T22:02:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-24T22:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=befb53e0a7875b8f944f3c15777838f146f6b223'/>
<id>befb53e0a7875b8f944f3c15777838f146f6b223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move invocation bypass into function itself, pertinent to the docstring.</title>
<updated>2014-12-13T20:07:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-13T20:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=32286c40c33c4a47ab0d3425f0ed8d20b48f9289'/>
<id>32286c40c33c4a47ab0d3425f0ed8d20b48f9289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract variables to capture substeps.</title>
<updated>2014-12-13T20:03:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-13T20:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=0092ab191168db02a9b5b99f9c50b227fd514e7d'/>
<id>0092ab191168db02a9b5b99f9c50b227fd514e7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous list construction.</title>
<updated>2014-12-13T20:00:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-13T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=52aa639e06905def276e62c314f5053f381d35b9'/>
<id>52aa639e06905def276e62c314f5053f381d35b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Edit docstring for imperative form</title>
<updated>2014-12-13T19:59:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-12-13T19:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-bitbucket.git/commit/?id=abaa26c8b2c2ba37a4b850d527e8a058bc817867'/>
<id>abaa26c8b2c2ba37a4b850d527e8a058bc817867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
