<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/msvc.py, branch v38.2.4</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Extract variable for exceptions to provide explanation</title>
<updated>2017-08-03T18:52:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-08-03T18:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=20d6c6c22d88260669a1aec573d62aabc4052abf'/>
<id>20d6c6c22d88260669a1aec573d62aabc4052abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception on mingw built Python 2</title>
<updated>2017-08-03T18:43:37+00:00</updated>
<author>
<name>Segev Finer</name>
<email>segev208@gmail.com</email>
</author>
<published>2017-08-03T18:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=300c8802ef4d13d9433af3bce9d22936ff3c610f'/>
<id>300c8802ef4d13d9433af3bce9d22936ff3c610f</id>
<content type='text'>
msvc9compiler doesn't like being imported on mingw built Python. It
throws DistutilsPlatformError, so catch it.

Fixes #1118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
msvc9compiler doesn't like being imported on mingw built Python. It
throws DistutilsPlatformError, so catch it.

Fixes #1118
</pre>
</div>
</content>
</entry>
<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='https://git.replicant.us/replicant-next/external_python_setuptools/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>Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992."</title>
<updated>2017-04-16T14:00:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-16T14:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=74b46ceaf9affd65da0ba0d2d56e58a85955a652'/>
<id>74b46ceaf9affd65da0ba0d2d56e58a85955a652</id>
<content type='text'>
This reverts commit b50fdf497d6970002a2f7156650d7da21e2e39f5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b50fdf497d6970002a2f7156650d7da21e2e39f5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for Visual Studio 2017</title>
<updated>2017-04-10T15:56:48+00:00</updated>
<author>
<name>JGoutin</name>
<email>JGoutin@users.noreply.github.com</email>
</author>
<published>2017-04-10T15:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a1aa1be06bdef8824c8954bb74dc9a57f324f826'/>
<id>a1aa1be06bdef8824c8954bb74dc9a57f324f826</id>
<content type='text'>
- VCRuntimeRedist new path since VS2017.
- Use always last Windows SDK and UCRT SDK when more than one version are available.
- Minors docstrings changes.

Tested with "Visual Studio 2017 Community" and "Visual Studio Build Tools 2017".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- VCRuntimeRedist new path since VS2017.
- Use always last Windows SDK and UCRT SDK when more than one version are available.
- Minors docstrings changes.

Tested with "Visual Studio 2017 Community" and "Visual Studio Build Tools 2017".</pre>
</div>
</content>
</entry>
<entry>
<title>Correct typo. Ref #992.</title>
<updated>2017-04-08T15:23:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-08T15:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6ab912d1f676604d71e8e2090d262002f78929d4'/>
<id>6ab912d1f676604d71e8e2090d262002f78929d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992.</title>
<updated>2017-04-08T14:44:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-08T14:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b50fdf497d6970002a2f7156650d7da21e2e39f5'/>
<id>b50fdf497d6970002a2f7156650d7da21e2e39f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract private method for locating latest available vc ver.</title>
<updated>2017-04-08T14:20:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-08T14:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=66177c944536aab86994f6df7172c0d9d6acb5cf'/>
<id>66177c944536aab86994f6df7172c0d9d6acb5cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the default vc_min_ver represent the most lenient, degenerate limit.</title>
<updated>2017-04-08T14:18:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-08T14:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f420bb2093f85d3aa34e732c42133b0e2e06ecd9'/>
<id>f420bb2093f85d3aa34e732c42133b0e2e06ecd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary raw string. Ref #995.</title>
<updated>2017-04-08T02:33:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-08T02:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cd13a8c0c4ee765a8bd083863338dec4ba618d08'/>
<id>cd13a8c0c4ee765a8bd083863338dec4ba618d08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
