<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/setup.py, branch zooba-patch-1</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>[2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)</title>
<updated>2018-02-25T11:31:17+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2018-02-25T11:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4bb9b9aea04b1a96632da1b30a58fb31cbe6ec92'/>
<id>4bb9b9aea04b1a96632da1b30a58fb31cbe6ec92</id>
<content type='text'>
The ctypes module used to depend on indirect linking for dlopen. The shared
extension is now explicitly linked against libdl on platforms with dl.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;.
(cherry picked from commit 5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23)

Co-authored-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ctypes module used to depend on indirect linking for dlopen. The shared
extension is now explicitly linked against libdl on platforms with dl.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;.
(cherry picked from commit 5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23)

Co-authored-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[2.7] bpo-32521: nis libnsl (GH-5190) (#5353)</title>
<updated>2018-01-27T08:39:39+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2018-01-27T08:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=38487a05cce32536b49dd6c89df7dc85b96eaef4'/>
<id>38487a05cce32536b49dd6c89df7dc85b96eaef4</id>
<content type='text'>
The nismodule is now compatible with new libnsl and headers location

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;.
(cherry picked from commit 29a7df78277447cf6b898dfa0b1b42f8da7abc0c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The nismodule is now compatible with new libnsl and headers location

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;.
(cherry picked from commit 29a7df78277447cf6b898dfa0b1b42f8da7abc0c)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32521: nis libtirpc (GH-5137) (#5166)</title>
<updated>2018-01-12T15:35:25+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-01-12T15:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab95b3074ee43098edf3f23b07fb18ef57ee614d'/>
<id>ab95b3074ee43098edf3f23b07fb18ef57ee614d</id>
<content type='text'>
glibc has removed Sun RPC. Use replacement libtirpc headers and library in
nis module

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;
(cherry picked from commit f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glibc has removed Sun RPC. Use replacement libtirpc headers and library in
nis module

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;
(cherry picked from commit f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)</title>
<updated>2017-08-18T23:06:45+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-08-18T23:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ec4ab09b7c0b5070bdb27351f979cbecc4636245'/>
<id>ec4ab09b7c0b5070bdb27351f979cbecc4636245</id>
<content type='text'>
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3

* Add NEWS entry

* Add new loadlibrary.c

* expat_external.h: restore include "pyexpatns.h"

* PCbuild: add expat/loadlibrary.c

* Define XML_POOR_ENTROPY to compile expat

Python 2.7 backport: add expat/loadlibrary.c to PC/VS9.0/ project
files (_elementtree and pyexpat).

(cherry picked from commit 93d0cb58b4da2a88c56f472c6c19491cc7a390df)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3

* Add NEWS entry

* Add new loadlibrary.c

* expat_external.h: restore include "pyexpatns.h"

* PCbuild: add expat/loadlibrary.c

* Define XML_POOR_ENTROPY to compile expat

Python 2.7 backport: add expat/loadlibrary.c to PC/VS9.0/ project
files (_elementtree and pyexpat).

(cherry picked from commit 93d0cb58b4da2a88c56f472c6c19491cc7a390df)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26661: setup.py now detects system libffi with multiarch wrapper.</title>
<updated>2016-09-18T12:40:15+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-18T12:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=37471dc6f9911b0f36aafdf4c130ce608e0443d1'/>
<id>37471dc6f9911b0f36aafdf4c130ce608e0443d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some spelling errors</title>
<updated>2016-08-20T08:00:53+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-08-20T08:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=99496760c71ec6a798eadfe3d5beca418cd26300'/>
<id>99496760c71ec6a798eadfe3d5beca418cd26300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27171: Fix typos in documentation, code comments, and tests</title>
<updated>2016-06-02T10:35:44+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-06-02T10:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8d496add74530767cad3aa8b5b371b9a7f0b8498'/>
<id>8d496add74530767cad3aa8b5b371b9a7f0b8498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2007-09-04T19:43:19+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2007-09-04T19:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9c771ba0858c58c56eb37f475d05d5eb528890b4'/>
<id>9c771ba0858c58c56eb37f475d05d5eb528890b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24421: Compile _math.c separately to avoid race condition</title>
<updated>2016-02-03T05:19:44+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-02-03T05:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83e9b5763245c727993eab0a0133b2b337605f88'/>
<id>83e9b5763245c727993eab0a0133b2b337605f88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.</title>
<updated>2016-02-24T13:55:24+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2016-02-24T13:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83abccbbc0d6935f889391c09ab990a5c221a6c4'/>
<id>83abccbbc0d6935f889391c09ab990a5c221a6c4</id>
<content type='text'>
As of Xcode 7, SDKs for Apple platforms now include textual-format stub
libraries whose file names have a .tbd extension rather than the
standard OS X .dylib extension.  The Apple compiler tool chain handles
these stub libraries transparently and the installed system shared libraries
are still .dylibs.  However, the new stub libraries cause problems for
third-party programs that support building with Apple SDKs and make
build-time decisions based on the presence or paths of system-supplied
shared libraries in the SDK.  In particular, building Python itself with
an SDK fails to find system-supplied libraries during setup.py's build of
standard library extension modules.  The solution is to have
find_library_file() in Distutils search for .tbd files, along with
the existing types (.a, .so, and .dylib).  Patch by Tim Smith.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of Xcode 7, SDKs for Apple platforms now include textual-format stub
libraries whose file names have a .tbd extension rather than the
standard OS X .dylib extension.  The Apple compiler tool chain handles
these stub libraries transparently and the installed system shared libraries
are still .dylibs.  However, the new stub libraries cause problems for
third-party programs that support building with Apple SDKs and make
build-time decisions based on the presence or paths of system-supplied
shared libraries in the SDK.  In particular, building Python itself with
an SDK fails to find system-supplied libraries during setup.py's build of
standard library extension modules.  The solution is to have
find_library_file() in Distutils search for .tbd files, along with
the existing types (.a, .so, and .dylib).  Patch by Tim Smith.
</pre>
</div>
</content>
</entry>
</feed>
