<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/PC/python_ver_rc.h, branch v3.8.5</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)</title>
<updated>2020-06-24T16:42:55+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-06-24T16:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fb4a6241054ad6b7f24d1b32af6827e02936d568'/>
<id>fb4a6241054ad6b7f24d1b32af6827e02936d568</id>
<content type='text'>
In absence of explicit declaration, resource compiler uses system
codepage. When this codepage is DBCS or UTF-8, Python's copyright
string is corrupted, because it contains copyright sign encoded
as \xA9.

The fix is to explicitly declare codepage 1252.
(cherry picked from commit 33b79b11b891adea5a916df8e3779505b37aabe7)

Co-authored-by: Nikita Nemkin &lt;nikita@nemkin.ru&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In absence of explicit declaration, resource compiler uses system
codepage. When this codepage is DBCS or UTF-8, Python's copyright
string is corrupted, because it contains copyright sign encoded
as \xA9.

The fix is to explicitly declare codepage 1252.
(cherry picked from commit 33b79b11b891adea5a916df8e3779505b37aabe7)

Co-authored-by: Nikita Nemkin &lt;nikita@nemkin.ru&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions.</title>
<updated>2016-04-13T03:11:25+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2016-04-13T03:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a7a222fde79af10dcccbfbd30f24e41913b2473d'/>
<id>a7a222fde79af10dcccbfbd30f24e41913b2473d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds version info to all signed binaries on Windows.</title>
<updated>2016-04-06T19:35:24+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2016-04-06T19:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b0660582cc9260022053c83dcfddd47891700147'/>
<id>b0660582cc9260022053c83dcfddd47891700147</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.4</title>
<updated>2016-01-01T16:25:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-01-01T16:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4c70293755ce8ea0adc5b224c714da2b7625d232'/>
<id>4c70293755ce8ea0adc5b224c714da2b7625d232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #23018: Replace copyright symbol with escape.</title>
<updated>2015-02-20T17:08:48+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-02-20T17:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6712137444820e2ac15e07ce932e1bb15330359'/>
<id>d6712137444820e2ac15e07ce932e1bb15330359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright year (after my patch from last year reverted it)</title>
<updated>2015-01-17T22:29:01+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-01-17T22:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9c13bd9ac27d8e67c9bdc57c1d34dd4f4a03a567'/>
<id>9c13bd9ac27d8e67c9bdc57c1d34dd4f4a03a567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 23018: Add version info to python[w].exe</title>
<updated>2015-01-15T17:10:43+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-01-15T17:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab0406475698ceb374be38e5fe54eb884e9ec59d'/>
<id>ab0406475698ceb374be38e5fe54eb884e9ec59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
