<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/configure, branch benjamin-pyapi</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>closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)</title>
<updated>2018-09-12T13:51:18+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-12T13:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=865c17fb28f8c3275fd94da6ee4ac51472ec874a'/>
<id>865c17fb28f8c3275fd94da6ee4ac51472ec874a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193)</title>
<updated>2018-09-11T23:30:04+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-11T23:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=50c99d917c0eded2afcad0a3d7e49475a76440a3'/>
<id>50c99d917c0eded2afcad0a3d7e49475a76440a3</id>
<content type='text'>
It is unused.

&lt;!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] &lt;title from the original PR&gt; (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

--&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is unused.

&lt;!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] &lt;title from the original PR&gt; (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

--&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)</title>
<updated>2018-09-07T12:06:15+00:00</updated>
<author>
<name>William Grzybowski</name>
<email>wg@FreeBSD.org</email>
</author>
<published>2018-09-07T12:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=23e65b25557f957af840cf8fe68e80659ce28629'/>
<id>23e65b25557f957af840cf8fe68e80659ce28629</id>
<content type='text'>
Release GIL on grp.getgrnam(), grp.getgrgid(), pwd.getpwnam() and
pwd.getpwuid() if reentrant variants of these functions are available.

Patch by William Grzybowski.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release GIL on grp.getgrnam(), grp.getgrgid(), pwd.getpwnam() and
pwd.getpwuid() if reentrant variants of these functions are available.

Patch by William Grzybowski.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34448: Improve output of usable wchar_t check (GH-8846)</title>
<updated>2018-08-24T16:17:19+00:00</updated>
<author>
<name>Michael Osipov</name>
<email>1983-01-06@gmx.net</email>
</author>
<published>2018-08-24T16:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3738fadc670274ecc4649f51b52a93602820a375'/>
<id>3738fadc670274ecc4649f51b52a93602820a375</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)</title>
<updated>2018-08-23T13:27:19+00:00</updated>
<author>
<name>Michael Osipov</name>
<email>1983-01-06@gmx.net</email>
</author>
<published>2018-08-23T13:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=48ce4897f8f8d91d948ecd1241ffab002df2be9e'/>
<id>48ce4897f8f8d91d948ecd1241ffab002df2be9e</id>
<content type='text'>
Introduce a configure check for strsignal(3) which defines HAVE_STRSIGNAL for
signalmodule.c. Add some common signals on HP-UX. This change applies for
Windows and HP-UX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a configure check for strsignal(3) which defines HAVE_STRSIGNAL for
signalmodule.c. Add some common signals on HP-UX. This change applies for
Windows and HP-UX.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744)</title>
<updated>2018-08-20T14:36:19+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2018-08-20T14:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4c8555773a801f957297132a92c0acb382d640e4'/>
<id>4c8555773a801f957297132a92c0acb382d640e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)</title>
<updated>2018-07-16T17:03:03+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2018-07-16T17:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=961d54c5c1916c09883ebcf7191babc969e5a5cf'/>
<id>961d54c5c1916c09883ebcf7191babc969e5a5cf</id>
<content type='text'>
bpo-32430: Rename Modules/Setup.dist to Modules/Setup

Remove the necessity to copy the former manually to the latter when updating the local source tree.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bpo-32430: Rename Modules/Setup.dist to Modules/Setup

Remove the necessity to copy the former manually to the latter when updating the local source tree.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)</title>
<updated>2018-07-16T00:01:42+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-07-16T00:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15c7b2abdfb93f8902dd72474818aee2bf97fa66'/>
<id>15c7b2abdfb93f8902dd72474818aee2bf97fa66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)</title>
<updated>2018-07-11T11:01:27+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>grimreaper@users.noreply.github.com</email>
</author>
<published>2018-07-11T11:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b91a3a0d61596cafb1b46c98fab65fee16a8bbbb'/>
<id>b91a3a0d61596cafb1b46c98fab65fee16a8bbbb</id>
<content type='text'>
This code does not appear to be used anywhere in the python code base.
The use was removed in eb81795d7d3a8c898fa89.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code does not appear to be used anywhere in the python code base.
The use was removed in eb81795d7d3a8c898fa89.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30345: Add -g to LDFLAGS for LTO (GH-7709)</title>
<updated>2018-06-19T16:24:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-06-19T16:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=06fe77a84bd29d51506ab2ff703ae585a6121af2'/>
<id>06fe77a84bd29d51506ab2ff703ae585a6121af2</id>
<content type='text'>
Add -g to LDFLAGS when compiling with LTO to get debug symbols.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -g to LDFLAGS when compiling with LTO to get debug symbols.</pre>
</div>
</content>
</entry>
</feed>
