<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/import.c, branch v3.5.0a2</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>Removed redundant casts to `char *`.</title>
<updated>2014-09-28T08:27:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-09-28T08:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=20b39b27d96b7c068f364ea79584feaa70fd15b6'/>
<id>20b39b27d96b7c068f364ea79584feaa70fd15b6</id>
<content type='text'>
Corresponding functions now accept `const char *` (issue #1772673).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corresponding functions now accept `const char *` (issue #1772673).
</pre>
</div>
</content>
</entry>
<entry>
<title>(Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove unused parameter in</title>
<updated>2014-07-07T21:07:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-07-07T21:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ac7d80c7d040936ee90e6d62058493727caa7611'/>
<id>ac7d80c7d040936ee90e6d62058493727caa7611</id>
<content type='text'>
PySys_FormatStderr() call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PySys_FormatStderr() call
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21925: PyImport_Cleanup(): Remove unused parameter in</title>
<updated>2014-07-07T21:06:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-07-07T21:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab826d11a310fd4d7c99f6cf449660b690846a3b'/>
<id>ab826d11a310fd4d7c99f6cf449660b690846a3b</id>
<content type='text'>
PySys_FormatStderr() call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PySys_FormatStderr() call
</pre>
</div>
</content>
</entry>
<entry>
<title>Move import.c to use Clinic file output.</title>
<updated>2014-05-30T15:21:14+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-05-30T15:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fd4d0504df24e9a5849478d69db97c4d69d2e746'/>
<id>fd4d0504df24e9a5849478d69db97c4d69d2e746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21226: fix a ref leak.</title>
<updated>2014-05-29T18:31:39+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2014-05-29T18:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=58cfdd8af80f2ffa44b207e0846ddbe7f73836cb'/>
<id>58cfdd8af80f2ffa44b207e0846ddbe7f73836cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.</title>
<updated>2014-05-12T23:54:55+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2014-05-12T23:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08197a4616f6294e21672fd8ebb5da7ce956c8e5'/>
<id>08197a4616f6294e21672fd8ebb5da7ce956c8e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets</title>
<updated>2014-04-04T14:01:46+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2014-04-04T14:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=18fc4e70f3cd18803fda01667dcc0d6bab9f9b25'/>
<id>18fc4e70f3cd18803fda01667dcc0d6bab9f9b25</id>
<content type='text'>
__file__.

This causes _frozen_importlib to no longer have __file__ set as well
as any frozen module imported using imp.init_frozen() (which is
deprecated).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__file__.

This causes _frozen_importlib to no longer have __file__ set as well
as any frozen module imported using imp.init_frozen() (which is
deprecated).
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary silence test broken by issue19255.</title>
<updated>2014-02-10T17:09:19+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-10T17:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e0a976c09d379485380728be54d96b3213a10fa9'/>
<id>e0a976c09d379485380728be54d96b3213a10fa9</id>
<content type='text'>
Remove unused variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19255: The builtins module is restored to initial value before</title>
<updated>2014-02-10T16:21:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-10T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=013bb91aa304062bb65fe8951e2d263f2065ee56'/>
<id>013bb91aa304062bb65fe8951e2d263f2065ee56</id>
<content type='text'>
cleaning other modules.  The sys and builtins modules are cleaned last.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cleaning other modules.  The sys and builtins modules are cleaned last.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 22 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:46:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfe98a102ec8723d750f78ecda08a7adb9360eb1'/>
<id>dfe98a102ec8723d750f78ecda08a7adb9360eb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
