<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/setup.py, branch v3.6.7</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>[3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)</title>
<updated>2018-02-25T12:07:36+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-02-25T12:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=192bff4e2d196b8933829923ca1db77d8dee67e2'/>
<id>192bff4e2d196b8933829923ca1db77d8dee67e2</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>[3.6] bpo-32521: nis libnsl (GH-5190) (#5352)</title>
<updated>2018-01-27T08:39:16+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2018-01-27T08:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=12ae40766ea39f09c2ddf6842017ee80f7f3d00b'/>
<id>12ae40766ea39f09c2ddf6842017ee80f7f3d00b</id>
<content type='text'>
* bpo-32521: nis libnsl (#5190)

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>
* bpo-32521: nis libnsl (#5190)

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>[3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)</title>
<updated>2018-01-12T15:29:35+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-01-12T15:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d55d6825d7bd0fc120c95d579065623ce6392a2f'/>
<id>d55d6825d7bd0fc120c95d579065623ce6392a2f</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>[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)</title>
<updated>2017-12-14T14:19:51+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2017-12-14T14:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=28453feaa8d88bbcbf6d834b1d5ca396d17265f2'/>
<id>28453feaa8d88bbcbf6d834b1d5ca396d17265f2</id>
<content type='text'>
* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803)

* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py.

(cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803)

* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py.

(cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3)
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)</title>
<updated>2017-11-29T23:00:35+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-11-29T23:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dedcbee04cd52790027ecfb46cb3aa33efebdc84'/>
<id>dedcbee04cd52790027ecfb46cb3aa33efebdc84</id>
<content type='text'>
* bpo-30923: Silence fall-through warnings in libexpat build. (#3205)

(cherry picked from commit 9e1e6f528f3fec16b9bd99f5ee38048ffec04a81)

* bpo-31279: Silence -Wstringop-overflow warning. (#3207)

(cherry picked from commit dce6502059f46a04f90938b9d832394c8215397b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-30923: Silence fall-through warnings in libexpat build. (#3205)

(cherry picked from commit 9e1e6f528f3fec16b9bd99f5ee38048ffec04a81)

* bpo-31279: Silence -Wstringop-overflow warning. (#3207)

(cherry picked from commit dce6502059f46a04f90938b9d832394c8215397b)
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)</title>
<updated>2017-11-25T16:52:20+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-11-25T16:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=04af8ace86d4396bc64fc401f36049ab745fd8c1'/>
<id>04af8ace86d4396bc64fc401f36049ab745fd8c1</id>
<content type='text'>
detect_modules() in setup.py now also searches the sysroot paths when
cross-compiling.
(cherry picked from commit 77f5139954a878b856b0ac4c76486b27b6f4ec26)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
detect_modules() in setup.py now also searches the sysroot paths when
cross-compiling.
(cherry picked from commit 77f5139954a878b856b0ac4c76486b27b6f4ec26)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)</title>
<updated>2017-08-18T23:06:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-08-18T23:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83e37e16f3065086d721d4e62a3788e01db3431c'/>
<id>83e37e16f3065086d721d4e62a3788e01db3431c</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

(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

(cherry picked from commit 93d0cb58b4da2a88c56f472c6c19491cc7a390df)</pre>
</div>
</content>
</entry>
<entry>
<title>Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042)</title>
<updated>2017-06-16T02:12:46+00:00</updated>
<author>
<name>Neil Schemenauer</name>
<email>nas-github@arctrix.com</email>
</author>
<published>2017-06-16T02:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9cead06076f890d4951b3ea2571408efe76f8b2c'/>
<id>9cead06076f890d4951b3ea2571408efe76f8b2c</id>
<content type='text'>
(cherry picked from commit 6c991bdee7ec4bedd8c1b8d3812dc884b654b57c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6c991bdee7ec4bedd8c1b8d3812dc884b654b57c)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue29439: _decimal on Android requires linking with libm.</title>
<updated>2017-02-04T13:58:50+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-02-04T13:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=75c0d4f6bb97e723adc3a03c0ff6aaaee0c6981a'/>
<id>75c0d4f6bb97e723adc3a03c0ff6aaaee0c6981a</id>
<content type='text'>
Patch by Chi Hsuan Yen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Chi Hsuan Yen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20211: Do not add the directory for installing C header files and</title>
<updated>2016-12-14T10:14:33+00:00</updated>
<author>
<name>Xavier de Gaye</name>
<email>xdegaye@users.sourceforge.net</email>
</author>
<published>2016-12-14T10:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1351c31aa9651b278d7ef8ec79af3b646a520235'/>
<id>1351c31aa9651b278d7ef8ec79af3b646a520235</id>
<content type='text'>
the directory for installing object code libraries to the cross compilation
search paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the directory for installing object code libraries to the cross compilation
search paths.
</pre>
</div>
</content>
</entry>
</feed>
