<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/doctest.py, branch 3.7.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Remove stray import of exec_</title>
<updated>2013-11-24T21:36:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-24T21:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7b7f1ed5a7a8b14269dcc69de42e383558308030'/>
<id>7b7f1ed5a7a8b14269dcc69de42e383558308030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop compatibility function exec_, required for Python 2.5 and earlier.</title>
<updated>2013-11-24T21:25:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-11-24T21:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f07c527906b54fa8245c6804ae8062c8ddd6c6d7'/>
<id>f07c527906b54fa8245c6804ae8062c8ddd6c6d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Vinay Sajip's unified Python 2/3 support from distribute 3</title>
<updated>2013-06-18T19:08:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-06-18T19:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a85aa143f971ebfbb31ccaf58cb82a311f9315c6'/>
<id>a85aa143f971ebfbb31ccaf58cb82a311f9315c6</id>
<content type='text'>
--HG--
branch : distribute
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to support 2.x and 3.x in the same codebase.</title>
<updated>2011-06-20T21:55:16+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2011-06-20T21:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=58a658b26d1c95b31d02050dcccd648d2e4ce27b'/>
<id>58a658b26d1c95b31d02050dcccd648d2e4ce27b</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
</pre>
</div>
</content>
</entry>
<entry>
<title>Use types.ModuleType instead of new.module.</title>
<updated>2009-09-11T21:23:25+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2009-09-11T21:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7ee68f0c5fe9122442c3f44aa94ebd1dfcc7b47e'/>
<id>7ee68f0c5fe9122442c3f44aa94ebd1dfcc7b47e</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 3327441a867ad2878553ed1d42418a7e68ee3067
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 3327441a867ad2878553ed1d42418a7e68ee3067
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport some Python 2.5 compatibility work</title>
<updated>2006-09-20T20:22:04+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-09-20T20:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7e0489e508d6f3edeb525c05f1c84f19b94361a6'/>
<id>7e0489e508d6f3edeb525c05f1c84f19b94361a6</id>
<content type='text'>
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051932
</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%4051932
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some ResourceWarnings.</title>
<updated>2012-12-29T05:23:09+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2012-12-29T05:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=721559fe76a1cda3de639ee2aaa446595169d26b'/>
<id>721559fe76a1cda3de639ee2aaa446595169d26b</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive API refactoring; see setuptools.txt changelog for details.  Also,</title>
<updated>2005-07-18T01:39:45+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-18T01:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c7214855992b9657d6a490f46764ffaf4089c1cb'/>
<id>c7214855992b9657d6a490f46764ffaf4089c1cb</id>
<content type='text'>
add ``#egg=project-version`` link support, and docs on how to make your
package available for EasyInstall to find.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041135
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add ``#egg=project-version`` link support, and docs on how to make your
package available for EasyInstall to find.

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