<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/dynload_win.c, branch 3.4</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>Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().</title>
<updated>2013-06-10T14:38:54+00:00</updated>
<author>
<name>Richard Oudkerk</name>
<email>shibturn@gmail.com</email>
</author>
<published>2013-06-10T14:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=409f90237c07d2365f6e0b527071e74415c073f3'/>
<id>409f90237c07d2365f6e0b527071e74415c073f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and</title>
<updated>2013-03-23T23:05:36+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2013-03-23T23:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b803c6c4b8d6256ac3d69f07f28c5c7024c3d4f5'/>
<id>b803c6c4b8d6256ac3d69f07f28c5c7024c3d4f5</id>
<content type='text'>
correctly check for errors on two CreateFileMapping calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correctly check for errors on two CreateFileMapping calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #13210. Port the Windows build from VS2008 to VS2010.</title>
<updated>2012-05-13T16:19:23+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2012-05-13T16:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=401f9f3d32dcebf5ead8079d46a83fe7c7631581'/>
<id>401f9f3d32dcebf5ead8079d46a83fe7c7631581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.</title>
<updated>2012-05-04T19:20:40+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2012-05-04T19:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2657df47449dd5d324985a5eb43b937217e0d7e0'/>
<id>2657df47449dd5d324985a5eb43b937217e0d7e0</id>
<content type='text'>
This introduces a new function, imp.extension_suffixes(), which is
currently undocumented. That is forthcoming once issue #14657 is
resolved and how to expose file suffixes is decided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a new function, imp.extension_suffixes(), which is
currently undocumented. That is forthcoming once issue #14657 is
resolved and how to expose file suffixes is decided.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #14600. Correct reference handling and naming of ImportError convenience function</title>
<updated>2012-04-17T21:57:09+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2012-04-17T21:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=09b86d1196427f2028d7e072b106847d8c693815'/>
<id>09b86d1196427f2028d7e072b106847d8c693815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #10854. Make use of the new path and name attributes on ImportError</title>
<updated>2012-04-16T05:10:17+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2012-04-16T05:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b206a80dab519256a348e9800c4e52659d948359'/>
<id>b206a80dab519256a348e9800c4e52659d948359</id>
<content type='text'>
for extension modules on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for extension modules on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new Unicode API</title>
<updated>2011-11-22T01:27:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-11-22T01:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9d3b93ba305e8a83bf1cec5146def2078e40b1a5'/>
<id>9d3b93ba305e8a83bf1cec5146def2078e40b1a5</id>
<content type='text'>
 * Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
 * Replce PyUnicode_FromUnicode(str, len) by PyUnicode_FromWideChar(str, len)
 * Replace Py_UNICODE by wchar_t
 * posix_putenv() uses PyUnicode_FromFormat() to create the string, instead
   of PyUnicode_FromUnicode() + _snwprintf()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
 * Replce PyUnicode_FromUnicode(str, len) by PyUnicode_FromWideChar(str, len)
 * Replace Py_UNICODE by wchar_t
 * posix_putenv() uses PyUnicode_FromFormat() to create the string, instead
   of PyUnicode_FromUnicode() + _snwprintf()
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for PyUnicode_AS_UNICODE() failure</title>
<updated>2011-11-21T01:01:41+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-11-21T01:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=333544764619b8e338b7485ea94b9be9b9e75a9d'/>
<id>333544764619b8e338b7485ea94b9be9b9e75a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check error when calling PyUnicode_AppendAndDel()</title>
<updated>2011-10-02T18:35:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-10-02T18:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=67002af32309be6f3a484b4f47f1a1551a57ee6e'/>
<id>67002af32309be6f3a484b4f47f1a1551a57ee6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a Windows 9x trick used before LoadLibraryExW.</title>
<updated>2011-06-09T22:55:54+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2011-06-09T22:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=589f89e2ad08a6cae34d90b227d3ffcfe1c06216'/>
<id>589f89e2ad08a6cae34d90b227d3ffcfe1c06216</id>
<content type='text'>
Windows 9x has long been unsupported and the result of GetFullPathName
was not even being used in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows 9x has long been unsupported and the result of GetFullPathName
was not even being used in the first place.
</pre>
</div>
</content>
</entry>
</feed>
