<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch benjamin-tanh-zero</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.</title>
<updated>2018-09-12T00:27:37+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-12T00:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb5fa98c9f1810e627b018b2f84e0ecc92deb075'/>
<id>cb5fa98c9f1810e627b018b2f84e0ecc92deb075</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete old expat comment. (GH-9197)</title>
<updated>2018-09-12T00:17:39+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-12T00:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b9bf9d025e659b5a1963027eb73690e57cb35dd0'/>
<id>b9bf9d025e659b5a1963027eb73690e57cb35dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)</title>
<updated>2018-09-12T00:10:37+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-09-12T00:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8be876e44b2dffb96b551029454cbfb16d697992'/>
<id>8be876e44b2dffb96b551029454cbfb16d697992</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34605: Replace "pliant children" with "helpers" (GH-9195)</title>
<updated>2018-09-11T23:40:06+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-11T23:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fa7dfae3171914f91d629a64c6e829788b485b06'/>
<id>fa7dfae3171914f91d629a64c6e829788b485b06</id>
<content type='text'>
In distutils.command.install, replace "pliant children" (previously,
it was "pliant slaves") with "helpers".

&lt;!-- issue-number: [bpo-34605](https://www.bugs.python.org/issue34605) --&gt;
https://bugs.python.org/issue34605
&lt;!-- /issue-number --&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In distutils.command.install, replace "pliant children" (previously,
it was "pliant slaves") with "helpers".

&lt;!-- issue-number: [bpo-34605](https://www.bugs.python.org/issue34605) --&gt;
https://bugs.python.org/issue34605
&lt;!-- /issue-number --&gt;
</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-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)</title>
<updated>2018-09-11T23:18:01+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-09-11T23:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6c7d67ce83a62b5f0fe5c53a6df602827451bf7f'/>
<id>6c7d67ce83a62b5f0fe5c53a6df602827451bf7f</id>
<content type='text'>
Address a C undefined behavior signed integer overflow issue in set object table resizing.  Our -fwrapv compiler flag and practical reasons why sets are unlikely to get this large should mean this was never an issue but it was incorrect code that generates code analysis warnings.

&lt;!-- issue-number: [bpo-1621](https://www.bugs.python.org/issue1621) --&gt;
https://bugs.python.org/issue1621
&lt;!-- /issue-number --&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address a C undefined behavior signed integer overflow issue in set object table resizing.  Our -fwrapv compiler flag and practical reasons why sets are unlikely to get this large should mean this was never an issue but it was incorrect code that generates code analysis warnings.

&lt;!-- issue-number: [bpo-1621](https://www.bugs.python.org/issue1621) --&gt;
https://bugs.python.org/issue1621
&lt;!-- /issue-number --&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)</title>
<updated>2018-09-11T23:14:00+00:00</updated>
<author>
<name>Max Bélanger</name>
<email>aeromax@gmail.com</email>
</author>
<published>2018-09-11T23:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4859ba0d2ce4506fddc3f55f90f8dce031b3804f'/>
<id>4859ba0d2ce4506fddc3f55f90f8dce031b3804f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)</title>
<updated>2018-09-11T22:47:59+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-09-11T22:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ec014a101a7f6243b95dfc08acfe1542b9fa5d39'/>
<id>ec014a101a7f6243b95dfc08acfe1542b9fa5d39</id>
<content type='text'>
When handling \s, \d, or \w (and their inverse) escapes in bytes regexes this a small but measurable performance improvement.

&lt;!-- issue-number: [bpo-34636](https://www.bugs.python.org/issue34636) --&gt;
https://bugs.python.org/issue34636
&lt;!-- /issue-number --&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When handling \s, \d, or \w (and their inverse) escapes in bytes regexes this a small but measurable performance improvement.

&lt;!-- issue-number: [bpo-34636](https://www.bugs.python.org/issue34636) --&gt;
https://bugs.python.org/issue34636
&lt;!-- /issue-number --&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the line comes from the same node as the col offset. (GH-9189)</title>
<updated>2018-09-11T22:29:57+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-11T22:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d13e59c1b512069d90efe7ee9b613d3913e79c56'/>
<id>d13e59c1b512069d90efe7ee9b613d3913e79c56</id>
<content type='text'>
Followup to 90fc8980bbcc5c7dcced3627fe172b0bfd193a3b.

&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>
Followup to 90fc8980bbcc5c7dcced3627fe172b0bfd193a3b.

&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>Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)</title>
<updated>2018-09-11T22:23:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-11T22:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=998b80636690ffbdb0a278810d9c031fad38631d'/>
<id>998b80636690ffbdb0a278810d9c031fad38631d</id>
<content type='text'>
This reverts commit 886483e2b9bbabf60ab769683269b873381dd5ee.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 886483e2b9bbabf60ab769683269b873381dd5ee.</pre>
</div>
</content>
</entry>
</feed>
