<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/importdl.c, branch v1.5.2b2</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>Patches by William Lewis for Nextstep descendants.</title>
<updated>1999-01-27T17:53:11+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-01-27T17:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=54ecc3d24f52ae45ca54a24167e434915c88b60f'/>
<id>54ecc3d24f52ae45ca54a24167e434915c88b60f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ty Sarna writes:</title>
<updated>1999-01-07T21:50:41+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-01-07T21:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=df69365f5f6676b6990d1eb6723e264f15f70d49'/>
<id>df69365f5f6676b6990d1eb6723e264f15f70d49</id>
<content type='text'>
The following patches (relative to 1.5.2b1) enable Python dynamic
loading to work on NetBSD platforms that use ELF (presnetly mips and
alpha systems).  They automaticly determine wether the system is ELF or
a.out rather than using astatic list of platforms so that when other
NetBSD platforms move to ELF, python will continue to work without
change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following patches (relative to 1.5.2b1) enable Python dynamic
loading to work on NetBSD platforms that use ELF (presnetly mips and
alpha systems).  They automaticly determine wether the system is ELF or
a.out rather than using astatic list of platforms so that when other
NetBSD platforms move to ELF, python will continue to work without
change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Chris Herborth writes:</title>
<updated>1999-01-04T16:45:59+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-01-04T16:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cad3d47f1e3aeeccf0394a2fb4642ed934751c90'/>
<id>cad3d47f1e3aeeccf0394a2fb4642ed934751c90</id>
<content type='text'>
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Thanks to Chris Herborth, the thread primitives now have proper Py*</title>
<updated>1998-12-21T19:32:43+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-12-21T19:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=65d5b5763c6bbd99d2e2c6b219570f4562382ff0'/>
<id>65d5b5763c6bbd99d2e2c6b219570f4562382ff0</id>
<content type='text'>
names in the source code (they already had those for the linker,
through some smart macros; but the source still had the old, un-Py names).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
names in the source code (they already had those for the linker,
through some smart macros; but the source still had the old, un-Py names).
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace fprintf(stderr, ...) with PySys_WriteStderr(...).</title>
<updated>1998-10-12T18:23:55+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-10-12T18:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2f3667a7b92b4ef5d3d3db986b0723cf27706930'/>
<id>2f3667a7b92b4ef5d3d3db986b0723cf27706930</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On Win32, use</title>
<updated>1998-10-08T01:44:41+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-10-08T01:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0f8b30f8ce795c62b81ad5a922c8c3f232e7784a'/>
<id>0f8b30f8ce795c62b81ad5a922c8c3f232e7784a</id>
<content type='text'>
LoadLibraryEx(pathname, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)
to search dependent DLLs in the directory of the pathname.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LoadLibraryEx(pathname, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)
to search dependent DLLs in the directory of the pathname.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed thread.h to pythread.h.</title>
<updated>1998-10-01T20:43:23+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-10-01T20:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e364b7d46ad10ee1d75c2332a7fc13ab181f552b'/>
<id>e364b7d46ad10ee1d75c2332a7fc13ab181f552b</id>
<content type='text'>
(Also removed whitespace after # in some BEOS related cpp directives.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Also removed whitespace after # in some BEOS related cpp directives.)
</pre>
</div>
</content>
</entry>
<entry>
<title>In FreeBSD when using ELF, an underscore is needed in front of the</title>
<updated>1998-09-30T14:34:52+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-09-30T14:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=65f15d435eef5d84a6eb3da96101f8d188a27257'/>
<id>65f15d435eef5d84a6eb3da96101f8d188a27257</id>
<content type='text'>
function name.  (Vladimir Kushnir by way of Thomas Gellekum.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function name.  (Vladimir Kushnir by way of Thomas Gellekum.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Mac-specific mod to enable aliases on import paths.</title>
<updated>1998-09-14T13:40:53+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-09-14T13:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a0f0a33d0574108c71eeaa5833387658f3b92135'/>
<id>a0f0a33d0574108c71eeaa5833387658f3b92135</id>
<content type='text'>
(Jack Jansen and/or Just van Rossum)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Jack Jansen and/or Just van Rossum)
</pre>
</div>
</content>
</entry>
<entry>
<title>Ted Horst writes in psa-members@python.org:</title>
<updated>1998-08-24T14:15:44+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1998-08-24T14:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab076fdb6fa93542b3209d75002ce7e573758536'/>
<id>ab076fdb6fa93542b3209d75002ce7e573758536</id>
<content type='text'>
This is a patch that Bill Bummgarner did for 1.4 that hasn't made its
way into the distribution yet.  This is important if you want to use
the ObjC module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a patch that Bill Bummgarner did for 1.4 that hasn't made its
way into the distribution yet.  This is important if you want to use
the ObjC module.
</pre>
</div>
</content>
</entry>
</feed>
