<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/getpath.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 #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer</title>
<updated>2015-02-16T11:28:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-16T11:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1a1ff29659f068659dea07f1bd67b8fd4331071c'/>
<id>1a1ff29659f068659dea07f1bd67b8fd4331071c</id>
<content type='text'>
overflows.  Added few missed PyErr_NoMemory().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
overflows.  Added few missed PyErr_NoMemory().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17095: Temporarily revert getpath.c change that added the Modules</title>
<updated>2014-09-15T02:19:49+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@acm.org</email>
</author>
<published>2014-09-15T02:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ad24d62882df33551205a049483714636c2d7982'/>
<id>ad24d62882df33551205a049483714636c2d7982</id>
<content type='text'>
directory to sys.path when running from a build directory.  That has
proven to be problematic for several standard library modules with
C extension modules whose builds can fail on some platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory to sys.path when running from a build directory.  That has
proven to be problematic for several standard library modules with
C extension modules whose builds can fail on some platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17095: Fix Modules/Setup *shared* support.</title>
<updated>2014-06-02T08:05:29+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@acm.org</email>
</author>
<published>2014-06-02T08:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b16619188633a22a924ea9497c55932cd03fdc44'/>
<id>b16619188633a22a924ea9497c55932cd03fdc44</id>
<content type='text'>
Original patch by Thomas Wouters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Thomas Wouters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16136: Remove VMS support and VMS-related code</title>
<updated>2013-12-21T15:19:10+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-12-21T15:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=af01f668173d4061893148b54a0f01b91c7716c2'/>
<id>af01f668173d4061893148b54a0f01b91c7716c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>calculate_path() now fails with a fatal error when it fails to allocate memory</title>
<updated>2013-11-16T00:22:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-16T00:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72967a4c1ad2b4d17fbaa922e7bda45472f1fe1d'/>
<id>72967a4c1ad2b4d17fbaa922e7bda45472f1fe1d</id>
<content type='text'>
for module_search_path. It was already the case on _Py_char2wchar() failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for module_search_path. It was already the case on _Py_char2wchar() failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't mix wide character strings and byte strings (L"lib/python" VERSION): use</title>
<updated>2013-11-15T23:45:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-15T23:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ce4179d0226768988965ac238ad15791cd377def'/>
<id>ce4179d0226768988965ac238ad15791cd377def</id>
<content type='text'>
_Py_char2wchar() to decode lib_python instead.

Some compilers don't support concatenating literals: L"wide" "bytes". Example:
IRIX compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_Py_char2wchar() to decode lib_python instead.

Some compilers don't support concatenating literals: L"wide" "bytes". Example:
IRIX compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],</title>
<updated>2013-07-22T10:54:21+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-07-22T10:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=de0e63bd9cf3f4f4833664988d2ec03b75c0d5a1'/>
<id>de0e63bd9cf3f4f4833664988d2ec03b75c0d5a1</id>
<content type='text'>
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],</title>
<updated>2013-07-22T10:53:32+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-07-22T10:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=60a60677093e2792439c9e34debe6d55feead63f'/>
<id>60a60677093e2792439c9e34debe6d55feead63f</id>
<content type='text'>
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization</title>
<updated>2013-07-07T14:25:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-07T14:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1a7425f67a0d141483d89ca80ca01e3cb7f6be92'/>
<id>1a7425f67a0d141483d89ca80ca01e3cb7f6be92</id>
<content type='text'>
* Replace malloc() with PyMem_RawMalloc()
* Replace PyMem_Malloc() with PyMem_RawMalloc() where the GIL is not held.
* _Py_char2wchar() now returns a buffer allocated by PyMem_RawMalloc(), instead
  of PyMem_Malloc()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace malloc() with PyMem_RawMalloc()
* Replace PyMem_Malloc() with PyMem_RawMalloc() where the GIL is not held.
* _Py_char2wchar() now returns a buffer allocated by PyMem_RawMalloc(), instead
  of PyMem_Malloc()
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all.</title>
<updated>2012-11-03T11:52:58+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2012-11-03T11:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=69032c81aaad1eaff7b58d5cbf9e51537e135c55'/>
<id>69032c81aaad1eaff7b58d5cbf9e51537e135c55</id>
<content type='text'>
Thanks to Armin Rigo and Alexey Kachayev.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Armin Rigo and Alexey Kachayev.
</pre>
</div>
</content>
</entry>
</feed>
