<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/monkey.py, branch v36.2.3</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>Merge branch 'master' into feature/re-vendor-sadface</title>
<updated>2017-05-30T23:39:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-30T23:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fcdf12ee7fdf43c9dded5b68232a0fb3376d4858'/>
<id>fcdf12ee7fdf43c9dded5b68232a0fb3376d4858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make _get_mro private; Swap logic to put preferred behavior at top level; Update docstring to reference issue.</title>
<updated>2017-04-27T19:28:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-27T19:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8219fe5211aebbc8de8da9c988cc2a2b85b92829'/>
<id>8219fe5211aebbc8de8da9c988cc2a2b85b92829</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a different method to lookup base classes on Jython</title>
<updated>2017-04-27T11:03:31+00:00</updated>
<author>
<name>Nick Douma</name>
<email>n.douma@nekoconeko.nl</email>
</author>
<published>2017-04-27T09:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b1cb67c743de2581f9393315b23777011c22ecf7'/>
<id>b1cb67c743de2581f9393315b23777011c22ecf7</id>
<content type='text'>
Jython seems to implement inspect.getmro differently, which causes
any classes with the same name as a class lower in the MRO not to
be returned.

This patch offloads the MRO lookup to a separate function, which
implements different logic for Jython only.

Ref #1024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jython seems to implement inspect.getmro differently, which causes
any classes with the same name as a class lower in the MRO not to
be returned.

This patch offloads the MRO lookup to a separate function, which
implements different logic for Jython only.

Ref #1024
</pre>
</div>
</content>
</entry>
<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>Remove incorrect open bound on 3.6 or later for warehouse patch.</title>
<updated>2017-02-23T21:55:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-23T21:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bb4906b775ac64e0ac4184df4f1b4900be5ddae8'/>
<id>bb4906b775ac64e0ac4184df4f1b4900be5ddae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version match for issue12885. Ref #971.</title>
<updated>2017-02-23T21:53:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-23T21:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=31cbff363a92d872f2daaaf1a24e1f9c0e47ca1f'/>
<id>31cbff363a92d872f2daaaf1a24e1f9c0e47ca1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Traverse the class hierarchy when searching for the unpatched class. Ref #889.</title>
<updated>2016-12-24T19:21:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-24T19:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=07a7b06dd8c6dc08c789505f263986e5f084f802'/>
<id>07a7b06dd8c6dc08c789505f263986e5f084f802</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>Patch MSVC functions by name. Fixes #790.</title>
<updated>2016-09-27T18:34:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-27T18:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=44a670456c81f844cad1d5aa713cd304ed80fc09'/>
<id>44a670456c81f844cad1d5aa713cd304ed80fc09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
