[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset 64c3807da93fc3e0c15bc376f220b2d24551023e by Christian Heimes in branch 'main': bpo-45847: Fix _crypt detection on Ubuntu (GH-29743) https://github.com/python/cpython/commit/64c3807da93fc3e0c15bc376f220b2d24551023e --

[issue45019] Freezing modules has manual steps but could be automated.

2021-11-24 Thread Oleg Iarygin
Change by Oleg Iarygin : -- nosy: +arhadthedev nosy_count: 5.0 -> 6.0 pull_requests: +27981 pull_request: https://github.com/python/cpython/pull/29744 ___ Python tracker ___

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset 8af6481f6b7d43646c47d8fa6cc6d5eb465e2b0f by Christian Heimes in branch 'main': bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741) https://github.com/python/cpython/commit/8af6481f6b7d43646c47d8fa6cc6d5eb465e2b0f --

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-24 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +27980 pull_request: https://github.com/python/cpython/pull/29743 ___ Python tracker ___

[issue43399] xml.etree.ElementTree.extend does not work with iterators when using the Python implementation

2021-11-24 Thread Alex
Change by Alex : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue45889] pathlib: Path.match does not work on paths

2021-11-24 Thread Ronald Oussoren
Ronald Oussoren added the comment: This would definitely be a new feature and not something that can be back ported. That said, I don't understand why it is desirable to use a Path as the match argument. That argument is a glob pattern (such as "*.py") and not a file name . --

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-24 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +27979 pull_request: https://github.com/python/cpython/pull/29741 ___ Python tracker ___

[issue45876] Improve accuracy of stdev functions in statistics

2021-11-24 Thread Mark Dickinson
Mark Dickinson added the comment: > am still studying the new one Sorry - I should have added at least _some_ comments to it. Here's the underlying principle, which I think of as "The magic of round-to-odd": Suppose x is a positive real number and e is an integer satisfying 2^e <= x. Then

<    1   2