<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/msvc9_support.py, branch drop-py26</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Rename msvc9_support to simply msvc.</title>
<updated>2016-07-02T16:06:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-02T16:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=54325a753f688285c71a6db0a062116e6dc6976c'/>
<id>54325a753f688285c71a6db0a062116e6dc6976c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes</title>
<updated>2016-06-14T18:01:41+00:00</updated>
<author>
<name>J. Goutin</name>
<email>JGoutin@users.noreply.github.com</email>
</author>
<published>2016-06-14T18:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9abc044eeb7c6c4acc72c0f537cc249e817b83e3'/>
<id>9abc044eeb7c6c4acc72c0f537cc249e817b83e3</id>
<content type='text'>
- Fix issue #593
- Fix some forgotten "vcver" =&gt; "vc_ver" renames in previous commit.
- Add comment on why I didn't followed PEP8 for some variables names.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix issue #593
- Fix some forgotten "vcver" =&gt; "vc_ver" renames in previous commit.
- Add comment on why I didn't followed PEP8 for some variables names.</pre>
</div>
</content>
</entry>
<entry>
<title>Use underscore to separate words (or acronyms) for clarity (vc_ver).</title>
<updated>2016-05-22T17:41:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T17:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b83cf1a68091b8de46f0ba19f1ce2f031d9cdc94'/>
<id>b83cf1a68091b8de46f0ba19f1ce2f031d9cdc94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing C for consistency.</title>
<updated>2016-05-22T17:32:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T17:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=81cbfafddd92b39a6598ad3372e33eb28fadaf7d'/>
<id>81cbfafddd92b39a6598ad3372e33eb28fadaf7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra redundant work. Patch the module so behavior is the same on Unix systems even if not invoked. Tests still pass on Linux due to import protections.</title>
<updated>2016-05-22T17:29:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T17:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6e11e32e4ac8afc30bf3a85d8e583ba55b1a1848'/>
<id>6e11e32e4ac8afc30bf3a85d8e583ba55b1a1848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update msvc9_support.py</title>
<updated>2016-05-19T16:06:49+00:00</updated>
<author>
<name>J. Goutin</name>
<email>JGoutin@users.noreply.github.com</email>
</author>
<published>2016-05-19T16:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=beddb52c98e81a191e04d61e020aca238d46b57b'/>
<id>beddb52c98e81a191e04d61e020aca238d46b57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes</title>
<updated>2016-05-02T18:21:49+00:00</updated>
<author>
<name>J. Goutin</name>
<email>JGoutin@users.noreply.github.com</email>
</author>
<published>2016-05-02T18:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=144f72286d67f8e0368333bf1c3115ebce18c374'/>
<id>144f72286d67f8e0368333bf1c3115ebce18c374</id>
<content type='text'>
After testing VC Builds Tools 2015 with current = Amd64 and target = Amd64, x86, Arm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After testing VC Builds Tools 2015 with current = Amd64 and target = Amd64, x86, Arm</pre>
</div>
</content>
</entry>
<entry>
<title>Restore ability for msvc9_support to be imported on non-Windows platforms.</title>
<updated>2016-05-02T14:06:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-02T14:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=28ef4014b03a6d1b2428def3bb78e665679a5b12'/>
<id>28ef4014b03a6d1b2428def3bb78e665679a5b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>useless 'r' before str</title>
<updated>2016-04-29T16:25:50+00:00</updated>
<author>
<name>J. Goutin</name>
<email>JGoutin@users.noreply.github.com</email>
</author>
<published>2016-04-29T16:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d4486dc692f07db138a129d08803ceb8f55ae4b8'/>
<id>d4486dc692f07db138a129d08803ceb8f55ae4b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests and fixes</title>
<updated>2016-04-29T16:11:51+00:00</updated>
<author>
<name>J. Goutin</name>
<email>JGoutin@users.noreply.github.com</email>
</author>
<published>2016-04-29T16:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=11cd038b9bf7231b2007c8accb406062965fa8a0'/>
<id>11cd038b9bf7231b2007c8accb406062965fa8a0</id>
<content type='text'>
Tests advancement:

I tested WinSDK 7.1, WinSDK 7.0, WinSDK 6.1, VC for Python 2.7 with current arch as X86 and all possible target architecture. Environment generated from script is good for all (With some little fixes in this commit), some path are add on some case, I will look if I need to remove them. I need also to check .Net Framework 64bit in this case.

I need also to do test for sames compilers on X64 architecture, I will also test MSVC++ 2015 Build tools on X64.

I looked for create automated test on AppVeyor for this, but it is impossible to only have one of theses compilers only installed... So I did all test manually.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests advancement:

I tested WinSDK 7.1, WinSDK 7.0, WinSDK 6.1, VC for Python 2.7 with current arch as X86 and all possible target architecture. Environment generated from script is good for all (With some little fixes in this commit), some path are add on some case, I will look if I need to remove them. I need also to check .Net Framework 64bit in this case.

I need also to do test for sames compilers on X64 architecture, I will also test MSVC++ 2015 Build tools on X64.

I looked for create automated test on AppVeyor for this, but it is impossible to only have one of theses compilers only installed... So I did all test manually.</pre>
</div>
</content>
</entry>
</feed>
