<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib, branch orphaned-comment</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>bpo-13236: Flush the output stream more often in unittest (GH-29864)</title>
<updated>2021-12-04T18:57:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-12-04T18:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f42a06ba279c916fb67289e47f9bc60dc5dee4ee'/>
<id>f42a06ba279c916fb67289e47f9bc60dc5dee4ee</id>
<content type='text'>
It can prevent some losses when output to buffered stream.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can prevent some losses when output to buffered stream.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed documentation typo in compileall.py (GH-29912)</title>
<updated>2021-12-04T15:38:17+00:00</updated>
<author>
<name>Vishal Pandey</name>
<email>vishalpandeyviptsk@gmail.com</email>
</author>
<published>2021-12-04T15:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=87a18deda43a9e512e8ca85daf363e9924f6db5f'/>
<id>87a18deda43a9e512e8ca85daf363e9924f6db5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)</title>
<updated>2021-12-03T22:01:15+00:00</updated>
<author>
<name>Irit Katriel</name>
<email>1055913+iritkatriel@users.noreply.github.com</email>
</author>
<published>2021-12-03T22:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bb7ef2768be5979b306e4c7552862b1746c251d'/>
<id>5bb7ef2768be5979b306e4c7552862b1746c251d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45885: Specialize COMPARE_OP (GH-29734)</title>
<updated>2021-12-03T11:29:12+00:00</updated>
<author>
<name>Dennis Sweeney</name>
<email>36520290+sweeneyde@users.noreply.github.com</email>
</author>
<published>2021-12-03T11:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=03768c4d139df46212a091ed931aad03bec18b57'/>
<id>03768c4d139df46212a091ed931aad03bec18b57</id>
<content type='text'>
* Add COMPARE_OP_ADAPTIVE adaptive instruction.

* Add COMPARE_OP_FLOAT_JUMP, COMPARE_OP_INT_JUMP and COMPARE_OP_STR_JUMP specialized instructions.

* Introduce and use _PyUnicode_Equal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add COMPARE_OP_ADAPTIVE adaptive instruction.

* Add COMPARE_OP_FLOAT_JUMP, COMPARE_OP_INT_JUMP and COMPARE_OP_STR_JUMP specialized instructions.

* Introduce and use _PyUnicode_Equal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45582: Port getpath[p].c to Python (GH-29041)</title>
<updated>2021-12-03T00:08:42+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-12-03T00:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=99fcf1505218464c489d419d4500f126b6d6dc28'/>
<id>99fcf1505218464c489d419d4500f126b6d6dc28</id>
<content type='text'>
The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45535: Improve output of Enum ``dir()`` (GH-29316)</title>
<updated>2021-12-02T16:49:52+00:00</updated>
<author>
<name>Alex Waygood</name>
<email>Alex.Waygood@Gmail.com</email>
</author>
<published>2021-12-02T16:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b2afdc95cc8f4e9228148730949a43cef0323f15'/>
<id>b2afdc95cc8f4e9228148730949a43cef0323f15</id>
<content type='text'>
Modify the ``EnumType.__dir__()`` and ``Enum.__dir__()`` to ensure
that user-defined methods and methods inherited from mixin classes always
show up in the output of `help()`. This change also makes it easier for
IDEs to provide auto-completion.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify the ``EnumType.__dir__()`` and ``Enum.__dir__()`` to ensure
that user-defined methods and methods inherited from mixin classes always
show up in the output of `help()`. This change also makes it easier for
IDEs to provide auto-completion.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)</title>
<updated>2021-12-02T10:43:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-12-02T10:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a6c3b0faa1d55e36539caf19bd3bcf1dea12df84'/>
<id>a6c3b0faa1d55e36539caf19bd3bcf1dea12df84</id>
<content type='text'>
Rename PyConfig.no_debug_ranges to PyConfig.code_debug_ranges and
invert the value.

Document -X no_debug_ranges and PYTHONNODEBUGRANGES env var in
PyConfig.code_debug_ranges documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename PyConfig.no_debug_ranges to PyConfig.code_debug_ranges and
invert the value.

Document -X no_debug_ranges and PYTHONNODEBUGRANGES env var in
PyConfig.code_debug_ranges documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40280: Emscripten has no support for subprocesses (GH-29872)</title>
<updated>2021-12-02T09:17:37+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-12-02T09:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb2b3c8d3566ae46b3b8d0718019e1c98484589e'/>
<id>cb2b3c8d3566ae46b3b8d0718019e1c98484589e</id>
<content type='text'>
Fixes ``platform`` and ``help()`` on emscripten.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;

Automerge-Triggered-By: GH:tiran</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes ``platform`` and ``help()`` on emscripten.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;

Automerge-Triggered-By: GH:tiran</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45876:  Have stdev() also use decimal specific square root. (GH-29869)</title>
<updated>2021-12-01T01:25:57+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2021-12-01T01:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0aa0bd056349f73de9577ccc38560c1d01864d51'/>
<id>0aa0bd056349f73de9577ccc38560c1d01864d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45876:  Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)</title>
<updated>2021-12-01T00:20:08+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2021-12-01T00:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a39f46afdead515e7ac3722464b5ee8d7b0b2c9b'/>
<id>a39f46afdead515e7ac3722464b5ee8d7b0b2c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
