<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/extension.py, branch v40.2.0</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>Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"</title>
<updated>2017-02-24T16:49:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-24T16:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6'/>
<id>3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6</id>
<content type='text'>
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip out vendored packages and require them instead. Ref #581.</title>
<updated>2017-01-02T03:34:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-01-02T03:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ff371f18f0076bc63da05334f7e551c1cc29e10d'/>
<id>ff371f18f0076bc63da05334f7e551c1cc29e10d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quantity of blank lines.</title>
<updated>2016-10-18T13:29:34+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-10-18T13:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96'/>
<id>31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move (much of?) the rest of the monkey patching into the monkey module</title>
<updated>2016-09-04T23:50:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-04T23:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cd22ba427f9b201d6bc48586ddf4595312b9e19e'/>
<id>cd22ba427f9b201d6bc48586ddf4595312b9e19e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove private prefix from monkey as monkey module explicitly declares that all functions are private.</title>
<updated>2016-09-04T23:30:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-04T23:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=443cabec148460b3a688923df1a63f689d1164c7'/>
<id>443cabec148460b3a688923df1a63f689d1164c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce a new monkey module to encapsulate the monkeypatching.</title>
<updated>2016-09-04T23:09:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-04T23:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d6efc9424328b42a3c7aeae758bab35bc7df5014'/>
<id>d6efc9424328b42a3c7aeae758bab35bc7df5014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Extension accept positional arguments again (fixes #752).</title>
<updated>2016-08-20T07:23:24+00:00</updated>
<author>
<name>Torsten Landschoff</name>
<email>torsten.landschoff@scale.eu</email>
</author>
<published>2016-08-20T07:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d687531884ee25d5a517d529b2fd535831b70115'/>
<id>d687531884ee25d5a517d529b2fd535831b70115</id>
<content type='text'>
As a side effect, py_limited_api may now only be passed as keyword
argument. I think it is early enough for this feature to change this
and enforce the flag to be passed as a keyword...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a side effect, py_limited_api may now only be passed as keyword
argument. I think it is early enough for this feature to change this
and enforce the flag to be passed as a keyword...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #718 from dholth/master</title>
<updated>2016-08-19T20:00:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-08-19T20:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6ae38d0538ceaa9c0360f7f04956acd5e138656d'/>
<id>6ae38d0538ceaa9c0360f7f04956acd5e138656d</id>
<content type='text'>
use abi3 extension if Extension().is_abi3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use abi3 extension if Extension().is_abi3</pre>
</div>
</content>
</entry>
<entry>
<title>rename is_abi3 to py_limited_api</title>
<updated>2016-08-05T11:55:57+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2016-08-05T11:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=702a4277768f0781e3d0a4cf770d29621f7f2cc3'/>
<id>702a4277768f0781e3d0a4cf770d29621f7f2cc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use abi3 extension if Extension().is_abi3</title>
<updated>2016-08-04T01:55:39+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2016-08-04T01:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a2605b297c147a1ad54078181d32fe369fa4f37d'/>
<id>a2605b297c147a1ad54078181d32fe369fa4f37d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
