<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/dynload_shlib.c, branch v2.5.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>Fix a warning from gcc by adding a missed const qualifier.</title>
<updated>2006-01-04T01:30:17+00:00</updated>
<author>
<name>Hye-Shik Chang</name>
<email>hyeshik@gmail.com</email>
</author>
<published>2006-01-04T01:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=23f391c6a19beedf5b0c96eaeb636a99298c0121'/>
<id>23f391c6a19beedf5b0c96eaeb636a99298c0121</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"</title>
<updated>2005-11-09T06:59:35+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2005-11-09T06:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=67715f042096b4f77e359823f2c8d330f2b965b9'/>
<id>67715f042096b4f77e359823f2c8d330f2b965b9</id>
<content type='text'>
  It was possible dlerror() returns a NULL pointer, use a default error
  message in this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  It was possible dlerror() returns a NULL pointer, use a default error
  message in this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print verbose messages to stderr. Fixes #1036752.</title>
<updated>2004-10-03T08:51:35+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2004-10-03T08:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=507a485984111874fe36302c4701be9861a1849c'/>
<id>507a485984111874fe36302c4701be9861a1849c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A few more PyThreadState_Get to PyThreadState_GET conversions</title>
<updated>2004-03-25T02:16:23+00:00</updated>
<author>
<name>Nicholas Bastin</name>
<email>nick.bastin@gmail.com</email>
</author>
<published>2004-03-25T02:16:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2786d90617993c5958a477067b20882395de5ac9'/>
<id>2786d90617993c5958a477067b20882395de5ac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #708495: Port more stuff to OpenVMS.</title>
<updated>2003-05-03T09:14:54+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2003-05-03T09:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c16f3bd8a391a68427a95e15a3c1894198ff0377'/>
<id>c16f3bd8a391a68427a95e15a3c1894198ff0377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OS/2 EMX port changes (Python part of patch #450267):</title>
<updated>2002-02-26T11:41:34+00:00</updated>
<author>
<name>Andrew MacIntyre</name>
<email>andymac@bullseye.apana.org.au</email>
</author>
<published>2002-02-26T11:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d940054ad4bcd39e31f6e22d0fd6f674ec4a99b3'/>
<id>d940054ad4bcd39e31f6e22d0fd6f674ec4a99b3</id>
<content type='text'>
  Python/
    dynload_shlib.c  // EMX port emulates dlopen() etc. for DL extensions
    import.c         // changes to support 8.3 DLL name limit (VACPP+EMX)
                     //  and case sensitive import semantics
    importdl.h
    thread_os2.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Python/
    dynload_shlib.c  // EMX port emulates dlopen() etc. for DL extensions
    import.c         // changes to support 8.3 DLL name limit (VACPP+EMX)
                     //  and case sensitive import semantics
    importdl.h
    thread_os2.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyOS_snprintf instead of sprintf.</title>
<updated>2001-11-28T20:42:20+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2001-11-28T20:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=518ab1c02a01a1a502fedeccb62ea73f2a952ba7'/>
<id>518ab1c02a01a1a502fedeccb62ea73f2a952ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move dlfcn.h block out of NetBSD block, assuming that NetBSD before</title>
<updated>2001-10-18T21:24:04+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2001-10-18T21:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8a57f00081b6f83168007fc701447d7926acc6c4'/>
<id>8a57f00081b6f83168007fc701447d7926acc6c4</id>
<content type='text'>
199712 didn't have dlfcn.h, or that it wouldn't conflict with the other
stuff defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
199712 didn't have dlfcn.h, or that it wouldn't conflict with the other
stuff defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch to bug #472202: Correctly recognize NetBSD before 199712.</title>
<updated>2001-10-18T11:45:19+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2001-10-18T11:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0eb1ed556b3efefd210361c658aab9e808113534'/>
<id>0eb1ed556b3efefd210361c658aab9e808113534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #455231: Support ELF properly on OpenBSD.</title>
<updated>2001-09-05T14:24:43+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2001-09-05T14:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=36546db7507273f9a1dffc6d8497c738b93f5fa2'/>
<id>36546db7507273f9a1dffc6d8497c738b93f5fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
