[issue46105] Requirement syntax broken when extras indicated on url_req

2021-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28375 pull_request: https://github.com/python/cpython/pull/30156 ___ Python tracker <https://bugs.python.org/issu

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +28374 pull_request: https://github.com/python/cpython/pull/30155 ___ Python tracker <https://bugs.python.org/issue46

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-16 Thread miss-islington
miss-islington added the comment: New changeset ecdc0ccede5f9ac4042ff56f295d81df2f428950 by Matthias Bussonnier in branch 'main': bpo-46044: Annotate deprecated sdists formats (GH-30043) https://github.com/python/cpython/commit/ecdc0ccede5f9ac4042ff56f295d81df2f428950

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28373 pull_request: https://github.com/python/cpython/pull/30154 ___ Python tracker <https://bugs.python.org/issu

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28353 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30133 ___ Python tracker <https://bugs.python.org/i

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +28354 pull_request: https://github.com/python/cpython/pull/30134 ___ Python tracker <https://bugs.python.org/issue28

[issue26952] argparse help formatter raises IndexError

2021-12-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +28337 pull_request: https://github.com/python/cpython/pull/30115 ___ Python tracker <https://bugs.python.org/issue26

[issue26952] argparse help formatter raises IndexError

2021-12-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28336 pull_request: https://github.com/python/cpython/pull/30114 ___ Python tracker <https://bugs.python.org/issu

[issue46063] TimedRotatingFileHandler deletes wrong files

2021-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +28328 pull_request: https://github.com/python/cpython/pull/30105 ___ Python tracker <https://bugs.python.org/issue46

[issue46063] TimedRotatingFileHandler deletes wrong files

2021-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +28327 pull_request: https://github.com/python/cpython/pull/30104 ___ Python tracker <https://bugs.python.org/issue46

[issue46059] Typo in match Statement example

2021-12-14 Thread miss-islington
miss-islington added the comment: New changeset 503803d8c19be91becc09ca59f3febcbc324d6d2 by Miss Islington (bot) in branch '3.10': bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) https://github.com/python/cpython/commit/503803d8c19be91becc09ca59f3feb

[issue46059] Typo in match Statement example

2021-12-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28323 pull_request: https://github.com/python/cpython/pull/30101 ___ Python tracker <https://bugs.python.org/issu

[issue46063] TimedRotatingFileHandler deletes wrong files

2021-12-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28318 pull_request: https://github.com/python/cpython/pull/30095 ___ Python tracker <https://bugs.python.org/issue46

[issue46063] TimedRotatingFileHandler deletes wrong files

2021-12-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28317 pull_request: https://github.com/python/cpython/pull/30094 ___ Python tracker <https://bugs.python.org/issu

[issue46060] Clarify asyncio.new_event_loop return value

2021-12-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28312 pull_request: https://github.com/python/cpython/pull/30089 ___ Python tracker <https://bugs.python.org/issue46

[issue46060] Clarify asyncio.new_event_loop return value

2021-12-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28308 pull_request: https://github.com/python/cpython/pull/30088 ___ Python tracker <https://bugs.python.org/issu

[issue27718] help('signal') incomplete (e.g: signal.signal not visible)

2021-12-13 Thread miss-islington
miss-islington added the comment: New changeset 80f98b1614cc8e58d8a5ec72c94d27f663e23035 by Miss Islington (bot) in branch '3.9': [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) https://github.com/python/cpython/commit/80f98b1614cc8e58d8a5ec72c94d27f663e23035

[issue27718] help('signal') incomplete (e.g: signal.signal not visible)

2021-12-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28305 pull_request: https://github.com/python/cpython/pull/30084 ___ Python tracker <https://bugs.python.org/issu

[issue37602] nonzero fixer problem

2021-12-13 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28304 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30083 ___ Python tracker <https://bugs.p

[issue46054] Incorrect error when parsing non-utf8 files

2021-12-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28290 pull_request: https://github.com/python/cpython/pull/30069 ___ Python tracker <https://bugs.python.org/issu

[issue46042] Error range of "duplicate argument" SyntaxErrors is too big

2021-12-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28284 pull_request: https://github.com/python/cpython/pull/30064 ___ Python tracker <https://bugs.python.org/issu

[issue19737] Documentation of globals() and locals() should be improved

2021-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +28268 pull_request: https://github.com/python/cpython/pull/30042 ___ Python tracker <https://bugs.python.org/issue19

[issue19737] Documentation of globals() and locals() should be improved

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28267 pull_request: https://github.com/python/cpython/pull/30041 ___ Python tracker <https://bugs.python.org/issu

[issue42918] Nested multi-line expression will lead to "compile()" fails

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28266 pull_request: https://github.com/python/cpython/pull/30040 ___ Python tracker <https://bugs.python.org/issu

[issue13236] unittest needs more flush calls

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +28265 pull_request: https://github.com/python/cpython/pull/30039 ___ Python tracker <https://bugs.python.org/issu

[issue42114] Documentation of ctypes.CDLL does not correspond to code

2021-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +28264 pull_request: https://github.com/python/cpython/pull/30038 ___ Python tracker <https://bugs.python.org/issue42

[issue42114] Documentation of ctypes.CDLL does not correspond to code

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28263 pull_request: https://github.com/python/cpython/pull/30037 ___ Python tracker <https://bugs.python.org/issu

[issue43749] venv module does not copy the correct python exe

2021-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +28259 pull_request: https://github.com/python/cpython/pull/30034 ___ Python tracker <https://bugs.python.org/issue43

[issue43749] venv module does not copy the correct python exe

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28258 pull_request: https://github.com/python/cpython/pull/30033 ___ Python tracker <https://bugs.python.org/issu

[issue46000] NetBSD curses compatibility

2021-12-10 Thread miss-islington
miss-islington added the comment: New changeset bb76410824e526ee075eac22812a577cca7583cf by Miss Islington (bot) in branch '3.10': bpo-46000: Improve NetBSD curses compatibility (GH-29947) https://github.com/python/cpython/commit/bb76410824e526ee075eac22812a577cca7583cf

[issue42182] 3.10 Documentation Not Hyperlinking Some Methods

2021-12-10 Thread miss-islington
miss-islington added the comment: New changeset 40d765260ae08d152ee89ed9c1c621f4a0024fa6 by Miss Islington (bot) in branch '3.9': bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) https://github.com/python/cpython/commit

[issue42182] 3.10 Documentation Not Hyperlinking Some Methods

2021-12-10 Thread miss-islington
miss-islington added the comment: New changeset 64c2788f42c49c7094d3b6e5404fe8386a2b4779 by Miss Islington (bot) in branch '3.10': bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) https://github.com/python/cpython/commit

[issue46000] NetBSD curses compatibility

2021-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +28247 pull_request: https://github.com/python/cpython/pull/30023 ___ Python tracker <https://bugs.python.org/issue46

[issue46000] NetBSD curses compatibility

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28246 pull_request: https://github.com/python/cpython/pull/30022 ___ Python tracker <https://bugs.python.org/issu

[issue42182] 3.10 Documentation Not Hyperlinking Some Methods

2021-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +28245 pull_request: https://github.com/python/cpython/pull/30021 ___ Python tracker <https://bugs.python.org/issue42

[issue42182] 3.10 Documentation Not Hyperlinking Some Methods

2021-12-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28244 pull_request: https://github.com/python/cpython/pull/30020 ___ Python tracker <https://bugs.python.org/issu

[issue43931] Add the Python version to the API data.

2021-12-09 Thread miss-islington
miss-islington added the comment: New changeset 50669083fe16a42cba90b5dd8c1a017751f69fd8 by Gabriele N. Tornetta in branch 'main': bpo-43931: Export Python version as API data (GH-25577) https://github.com/python/cpython/commit/50669083fe16a42cba90b5dd8c1a017751f69fd8 -- nosy

[issue46018] expm1 may incorrectly raise OverflowError on underflow

2021-12-09 Thread miss-islington
miss-islington added the comment: New changeset ca08655b808aed2e3abeb64cb67d98a79a661dda by Miss Islington (bot) in branch '3.10': bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) https://github.com/python/cpython/commit/ca08655b808aed2e3abeb64cb67d98a79a661dda

[issue46018] expm1 may incorrectly raise OverflowError on underflow

2021-12-09 Thread miss-islington
miss-islington added the comment: New changeset 5ae4265b8c8042c496e569b6dbf9ef107e1d5b31 by Miss Islington (bot) in branch '3.9': bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) https://github.com/python/cpython/commit/5ae4265b8c8042c496e569b6dbf9ef107e1d5b31

[issue46018] expm1 may incorrectly raise OverflowError on underflow

2021-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +28237 pull_request: https://github.com/python/cpython/pull/30013 ___ Python tracker <https://bugs.python.org/issue46

[issue46018] expm1 may incorrectly raise OverflowError on underflow

2021-12-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington, miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28234, 28235 pull_request: https://github.com/python/cpython/pull/30012 ___ Python tracker <https://bugs.python.org/issu

[issue46018] expm1 may incorrectly raise OverflowError on underflow

2021-12-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington, miss-islington, miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28234, 28235, 28236 pull_request: https://github.com/python/cpython/pull/30012 ___ Python tracker <https://bugs.pyth

[issue46018] expm1 may incorrectly raise OverflowError on underflow

2021-12-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28234 pull_request: https://github.com/python/cpython/pull/30012 ___ Python tracker <https://bugs.python.org/issu

[issue46025] Raising in an atexit function in dev mode crashes

2021-12-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28229 pull_request: https://github.com/python/cpython/pull/30005 ___ Python tracker <https://bugs.python.org/issu

[issue45391] 3.10 objects.inv classifies UnionType as data

2021-12-09 Thread miss-islington
miss-islington added the comment: New changeset 2c2ee83c4db4dbd54017dc364bbefc70fa75ea5d by Miss Islington (bot) in branch '3.10': bpo-45391: mark UnionType as a class in documentation (GH-28757) https://github.com/python/cpython/commit/2c2ee83c4db4dbd54017dc364bbefc70fa75ea5d

[issue45391] 3.10 objects.inv classifies UnionType as data

2021-12-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28228 pull_request: https://github.com/python/cpython/pull/30004 ___ Python tracker <https://bugs.python.org/issu

[issue46007] [C API] PyUnicode_CHECK_INTERNED() doesn't work in the limited C API

2021-12-09 Thread miss-islington
miss-islington added the comment: New changeset 73325bbe774b16891f999fb557177206470676b1 by Victor Stinner in branch 'main': bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987) https://github.com/python/cpython/commit/73325bbe774b16891f999fb557177206470676b1

[issue46008] Prepare runtime/interp/thread state and init for upcoming changes.

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset 9b577cd01f66512b503115c0fdbf0734edfd5f8a by Eric Snow in branch 'main': bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972) https://github.com/python/cpython/commit/9b577cd01f66512b503115c0fdbf0734edfd5f8a -- nosy

[issue35821] Clarify when logging events are propagated when propagate is true

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset db42809d299d1bc3a07b29fabe8f74fa02a7e59e by Miss Islington (bot) in branch '3.9': bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) https://github.com/python/cpython/commit/db42809d299d1bc3a07b29fabe8f74fa02a7e59e

[issue35821] Clarify when logging events are propagated when propagate is true

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset 14f03ce6e8a33cc8b45f11c4d428193fc7c4a145 by Miss Islington (bot) in branch '3.10': [3.10] bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) (GH-29965) https://github.com/python/cpython/commit

[issue35821] Clarify when logging events are propagated when propagate is true

2021-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28191 pull_request: https://github.com/python/cpython/pull/29966 ___ Python tracker <https://bugs.python.org/issue35

[issue35821] Clarify when logging events are propagated when propagate is true

2021-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28190 pull_request: https://github.com/python/cpython/pull/29965 ___ Python tracker <https://bugs.python.org/issue35

[issue45703] importlib.invalidate_caches() does not invalidate _NamespacePath's _last_parent_path-based cache

2021-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28189 pull_request: https://github.com/python/cpython/pull/29964 ___ Python tracker <https://bugs.python.org/issue45

[issue35821] Clarify when logging events are propagated when propagate is true

2021-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28182 pull_request: https://github.com/python/cpython/pull/29958 ___ Python tracker <https://bugs.python.org/issue35

[issue35821] Clarify when logging events are propagated when propagate is true

2021-12-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28181 pull_request: https://github.com/python/cpython/pull/29957 ___ Python tracker <https://bugs.python.org/issu

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset 2e360832d7ed2697d715e93cb9f859a52264d60b by Miss Islington (bot) in branch '3.9': bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) https://github.com/python/cpython/commit

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset 15da2a2723245710f1bd2c7cbd5b450532ae7728 by Miss Islington (bot) in branch '3.10': bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) https://github.com/python/cpython/commit

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28177 pull_request: https://github.com/python/cpython/pull/29952 ___ Python tracker <https://bugs.python.org/issu

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28178 pull_request: https://github.com/python/cpython/pull/29953 ___ Python tracker <https://bugs.python.org/issue46

[issue28953] Use `raise from` when raising new IncompleteRead

2021-12-06 Thread miss-islington
miss-islington added the comment: New changeset c5c365220ed2c867fe81078f70b827de22db2ee6 by 180909 in branch 'main': bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861) https://github.com/python/cpython/commit/c5c365220ed2c867fe81078f70b827de22db2ee6 -- nosy

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28161 pull_request: https://github.com/python/cpython/pull/29937 ___ Python tracker <https://bugs.python.org/issu

[issue45664] resolve_bases() and new_class() do not work with type alias of a built-in type

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset cb68c0a3a4aeb4ec58ab1f71b70bc8bfecbceef6 by Miss Islington (bot) in branch '3.10': bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) https://github.com/python/cpython/commit

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset 19050711f5a68e50b942b3b7f1f4cf398f27efff by Miss Islington (bot) in branch '3.9': bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) https://github.com/python/cpython/commit

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset abceb66c7e33d165361d8a26efb3770faa721aff by Miss Islington (bot) in branch '3.10': bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) https://github.com/python/cpython/commit

[issue45662] Incorrect repr of InitVar of a type alias

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset f1dd5ed1f35a7ed5c3833c822e9965de2400d77e by Miss Islington (bot) in branch '3.10': bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) https://github.com/python/cpython/commit

[issue45664] resolve_bases() and new_class() do not work with type alias of a built-in type

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28151 pull_request: https://github.com/python/cpython/pull/29927 ___ Python tracker <https://bugs.python.org/issu

[issue45664] resolve_bases() and new_class() do not work with type alias of a built-in type

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28152 pull_request: https://github.com/python/cpython/pull/29928 ___ Python tracker <https://bugs.python.org/issue45

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28150 pull_request: https://github.com/python/cpython/pull/29926 ___ Python tracker <https://bugs.python.org/issue45

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28149 pull_request: https://github.com/python/cpython/pull/29925 ___ Python tracker <https://bugs.python.org/issu

[issue45662] Incorrect repr of InitVar of a type alias

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28148 pull_request: https://github.com/python/cpython/pull/29924 ___ Python tracker <https://bugs.python.org/issue45

[issue45662] Incorrect repr of InitVar of a type alias

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28147 pull_request: https://github.com/python/cpython/pull/29923 ___ Python tracker <https://bugs.python.org/issu

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset beb834292db54fea129dd073cc822179430cee52 by Miss Islington (bot) in branch '3.10': bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) https://github.com/python/cpython/commit/beb834292db54fea129dd073cc822179430cee52

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset 52a9a71fe682e47f6c78a9c34aa9a797ca632c86 by Miss Islington (bot) in branch '3.9': bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) https://github.com/python/cpython/commit/52a9a71fe682e47f6c78a9c34aa9a797ca632c86

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28144 pull_request: https://github.com/python/cpython/pull/29920 ___ Python tracker <https://bugs.python.org/issue27

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28143 pull_request: https://github.com/python/cpython/pull/29919 ___ Python tracker <https://bugs.python.org/issu

[issue45582] Rewrite getpath.c in Python

2021-12-03 Thread miss-islington
miss-islington added the comment: New changeset 0ae4e0c959bbc90ec18180ef3cc957759d346ced by Benjamin Peterson in branch 'main': bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907) https://github.com/python/cpython/commit/0ae4e0c959bbc90ec18180ef3cc957759d346ced

[issue45916] documentation link error

2021-12-02 Thread miss-islington
miss-islington added the comment: New changeset f6648e229edf07a1e4897244d7d34989dd9ea647 by Miss Islington (bot) in branch '3.10': bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) https://github.com/python/cpython/commit/f6648e229edf07a1e4897244d7d34989dd9ea647

[issue45916] documentation link error

2021-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +28122 pull_request: https://github.com/python/cpython/pull/29898 ___ Python tracker <https://bugs.python.org/issue45

[issue45916] documentation link error

2021-12-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28121 pull_request: https://github.com/python/cpython/pull/29897 ___ Python tracker <https://bugs.python.org/issu

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread miss-islington
miss-islington added the comment: New changeset cb2b3c8d3566ae46b3b8d0718019e1c98484589e by Christian Heimes in branch 'main': bpo-40280: Emscripten has no support for subprocesses (GH-29872) https://github.com/python/cpython/commit/cb2b3c8d3566ae46b3b8d0718019e1c98484589e -- nosy

[issue45896] Conflicting statements in docs about default support for asyncio subprocesses on Windows

2021-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +28103 pull_request: https://github.com/python/cpython/pull/29878 ___ Python tracker <https://bugs.python.org/issue45

[issue45896] Conflicting statements in docs about default support for asyncio subprocesses on Windows

2021-12-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28102 pull_request: https://github.com/python/cpython/pull/29877 ___ Python tracker <https://bugs.python.org/issu

[issue33381] [doc] Incorrect documentation for strftime()/strptime() format code %f

2021-11-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +28090 pull_request: https://github.com/python/cpython/pull/29863 ___ Python tracker <https://bugs.python.org/issue33

[issue33381] [doc] Incorrect documentation for strftime()/strptime() format code %f

2021-11-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28089 pull_request: https://github.com/python/cpython/pull/29862 ___ Python tracker <https://bugs.python.org/issu

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset b91805ec0283f0642aa3311ec617c8596f65b7b4 by Miss Islington (bot) in branch '3.9': bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) https://github.com/python

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 5a6d9ed700ecc6984387e0533b11d81692c40469 by Miss Islington (bot) in branch '3.10': bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) https://github.com/python

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28083 pull_request: https://github.com/python/cpython/pull/29855 ___ Python tracker <https://bugs.python.org/issu

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28084 pull_request: https://github.com/python/cpython/pull/29856 ___ Python tracker <https://bugs.python.org/issue45

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 32f1491a9770b7f2989507ecf8f13ef35dd95b0b by Miss Islington (bot) in branch '3.10': bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) https://github.com/python/cpython/commit/32f1491a9770b7f2989507ecf8f13ef35dd95b0b

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 376b24e4f69cba53bae9856e9d076af47bb2b6c6 by Miss Islington (bot) in branch '3.9': bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) https://github.com/python/cpython/commit/376b24e4f69cba53bae9856e9d076af47bb2b6c6

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28081 pull_request: https://github.com/python/cpython/pull/29852 ___ Python tracker <https://bugs.python.org/issue43

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset c1f93f0d378958dfae4f24aad0c0088e3e04e403 by andrei kulakov in branch 'main': bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) https://github.com/python/cpython/commit/c1f93f0d378958dfae4f24aad0c0088e3e04e403

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28080 pull_request: https://github.com/python/cpython/pull/29851 ___ Python tracker <https://bugs.python.org/issue43

[issue44391] PC/launcher.c,one more argument than required

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28079 pull_request: https://github.com/python/cpython/pull/29850 ___ Python tracker <https://bugs.python.org/issue44

[issue44391] PC/launcher.c,one more argument than required

2021-11-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28078 pull_request: https://github.com/python/cpython/pull/29849 ___ Python tracker <https://bugs.python.org/issu

[issue45723] Improve and simplify configure.ac checks

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset c1dec9540ab04691f8d4a131671e069913e6eee3 by Erlend Egeberg Aasland in branch 'main': bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846) https://github.com/python/cpython/commit/c1dec9540ab04691f8d4a131671e069913e6eee3

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 3b9d886567c4fc6279c2198b6711f0590dbf3336 by Miss Islington (bot) in branch '3.9': bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) https://github.com/python/cpython/commit/3b9d886567c4fc6279c2198b6711f0590dbf3336

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 4b11d7118561a12322d3cfa76c5941690b241149 by Miss Islington (bot) in branch '3.10': bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) https://github.com/python/cpython/commit/4b11d7118561a12322d3cfa76c5941690b241149

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28069 pull_request: https://github.com/python/cpython/pull/29837 ___ Python tracker <https://bugs.python.org/issue43

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +28068 pull_request: https://github.com/python/cpython/pull/29836 ___ Python tracker <https://bugs.python.org/issu

<    4   5   6   7   8   9   10   11   12   13   >