[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-26 Thread miss-islington
miss-islington added the comment: New changeset 10ee2662dfeeb3b00d232f8f1c2eecc4d7e65244 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25627) https://github.com/python/cpyt

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-26 Thread miss-islington
miss-islington added the comment: New changeset 3b917d177452dcacf41605254fc299d051fbf75a by Miss Islington (bot) in branch '3.9': [3.9] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25626) https://github.com/python/cpyt

[issue43938] Document that dataclasses.FrozenInstanceError derives from AttributeError

2021-04-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +24330 pull_request: https://github.com/python/cpython/pull/25635 ___ Python tracker <https://bugs.python.org/issu

[issue43938] Document that dataclasses.FrozenInstanceError derives from AttributeError

2021-04-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +24331 pull_request: https://github.com/python/cpython/pull/25636 ___ Python tracker <https://bugs.python.org/issue43

[issue40432] Pegen regenerate project for Windows not working

2021-04-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24332 pull_request: https://github.com/python/cpython/pull/25637 ___ Python tracker <https://bugs.python.org/issu

[issue37751] In codecs, function 'normalizestring' should convert both spaces and hyphens to underscores.

2021-04-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24350 pull_request: https://github.com/python/cpython/pull/25659 ___ Python tracker <https://bugs.python.org/issu

[issue43492] Upgrade to SQLite 3.35.5 in macOS and Windows

2021-04-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +24353 pull_request: https://github.com/python/cpython/pull/25663 ___ Python tracker <https://bugs.python.org/issue43

[issue43492] Upgrade to SQLite 3.35.5 in macOS and Windows

2021-04-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +24352 pull_request: https://github.com/python/cpython/pull/25662 ___ Python tracker <https://bugs.python.org/issu

[issue43492] Upgrade to SQLite 3.35.5 in macOS and Windows

2021-04-27 Thread miss-islington
miss-islington added the comment: New changeset e013d8df2c9b6ea5bc9ae92a10950157e6cb46d6 by Miss Islington (bot) in branch '3.8': bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) https://github.com/python/cpython/commit/e013d8df2c9b6ea5bc9ae92a109501

[issue8978] "tarfile.ReadError: file could not be opened successfully" if compiled without zlib

2021-04-27 Thread miss-islington
miss-islington added the comment: New changeset 9aea31deddf7458be3546f72185740f3cd06687f by Anthony Sottile in branch 'master': bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850) https://github.com/python/cpyt

[issue43492] Upgrade to SQLite 3.35.5 in macOS and Windows

2021-04-27 Thread miss-islington
miss-islington added the comment: New changeset bf0736db455517412b0702b023dc71ed9de05d70 by Miss Islington (bot) in branch '3.9': [3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662) https://github.com/python/cpyt

[issue37751] In codecs, function 'normalizestring' should convert both spaces and hyphens to underscores.

2021-04-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +24368 pull_request: https://github.com/python/cpython/pull/25677 ___ Python tracker <https://bugs.python.org/issue37

[issue43776] Popen with shell=True yield mangled repr output

2021-04-28 Thread miss-islington
miss-islington added the comment: New changeset db0c5b786df961785ae8c803f5572ae0c8dadcc7 by M. Kocher in branch 'master': bpo-43776: Remove list call from args in Popen repr (GH-25338) https://github.com/python/cpython/commit/db0c5b786df961785ae8c803f5572ae0c8dadcc7 -- n

[issue43960] test_pdb fails when only some tests are run

2021-04-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24371 pull_request: https://github.com/python/cpython/pull/25681 ___ Python tracker <https://bugs.python.org/issu

[issue43960] test_pdb fails when only some tests are run

2021-04-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +24372 pull_request: https://github.com/python/cpython/pull/25682 ___ Python tracker <https://bugs.python.org/issue43

[issue43962] test_interpreters: when TestInterpreterAttrs.test_id_type() is run alone, it fails with an assertion error

2021-04-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +24375 pull_request: https://github.com/python/cpython/pull/25685 ___ Python tracker <https://bugs.python.org/issu

[issue43961] [Windows] test_logging.test_namer_rotator_inheritance() logs a logging error

2021-04-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24378 pull_request: https://github.com/python/cpython/pull/25688 ___ Python tracker <https://bugs.python.org/issu

[issue43959] Improve documentation of PyContextVar C-API

2021-04-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +24379 pull_request: https://github.com/python/cpython/pull/25689 ___ Python tracker <https://bugs.python.org/issue43

[issue43959] Improve documentation of PyContextVar C-API

2021-04-28 Thread miss-islington
miss-islington added the comment: New changeset 4c49be766897968e509c41397e0e624c25b1675d by scoder in branch 'master': bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) https://github.com/python/cpython/commit/4c49be766897968e509c41397e0e624c25b1675d -

[issue43959] Improve documentation of PyContextVar C-API

2021-04-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +24380 pull_request: https://github.com/python/cpython/pull/25690 ___ Python tracker <https://bugs.python.org/issue43

[issue43960] test_pdb fails when only some tests are run

2021-04-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +24382 pull_request: https://github.com/python/cpython/pull/25692 ___ Python tracker <https://bugs.python.org/issue43

[issue43349] [doc] incorrect tuning(7) manpage link

2021-04-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +24384 pull_request: https://github.com/python/cpython/pull/25694 ___ Python tracker <https://bugs.python.org/issue43

[issue43295] datetime.strptime emits IndexError on parsing 'z' as %z

2021-04-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +24385 pull_request: https://github.com/python/cpython/pull/25695 ___ Python tracker <https://bugs.python.org/issue43

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

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

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

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

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

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

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-04-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24417 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25725 ___ Python tracker <https://bugs.python.org/i

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread miss-islington
miss-islington added the comment: New changeset 2fd928c8c1328424130cb9c51fc02ad5f9a66328 by sblondon in branch 'master': bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) https://github.com/python/cpython/commit/2fd928c8c1328424130c

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +24421 pull_request: https://github.com/python/cpython/pull/25730 ___ Python tracker <https://bugs.python.org/issue42

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread miss-islington
miss-islington added the comment: New changeset 3eaa6f9d185f2a2c66d98a77d3ea3f407bc96d0e by Miss Islington (bot) in branch '3.9': bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) https://github.com/python/cpython/commit/3eaa6f9d185f2a2c66d9

[issue43954] Possible missing word on unittest doc

2021-04-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +24431 pull_request: https://github.com/python/cpython/pull/25741 ___ Python tracker <https://bugs.python.org/issu

[issue43954] Possible missing word on unittest doc

2021-04-30 Thread miss-islington
miss-islington added the comment: New changeset a92d7387632de1fc64de51f22f6191acd0c6f5c0 by Miss Islington (bot) in branch '3.9': bpo-43954: Fix a missing word in the unittest docs (GH-25672) https://github.com/python/cpython/commit/a92d7387632de1fc64de51f22f6191

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-30 Thread miss-islington
miss-islington added the comment: New changeset ea6ec96c379a77ae827e844d840a9fd773781124 by sblondon in branch '3.8': [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755) https://github.com/python/cpython/commit/ea6ec96c379a77ae827e

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread miss-islington
miss-islington added the comment: New changeset 6143fcdf8bfe54c24e3081bcee423f4d51f35c4e by Dong-hee Na in branch 'master': bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756) https://github.com/python/cpython/commit/6143fcdf8bfe54c24e3081bcee423f

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +24453 pull_request: https://github.com/python/cpython/pull/25762 ___ Python tracker <https://bugs.python.org/issu

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +24454 pull_request: https://github.com/python/cpython/pull/25763 ___ Python tracker <https://bugs.python.org/issue43

[issue43937] Turtle uses the default root window

2021-04-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +24455 pull_request: https://github.com/python/cpython/pull/25593 ___ Python tracker <https://bugs.python.org/issu

[issue43937] Turtle uses the default root window

2021-04-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +24456 pull_request: https://github.com/python/cpython/pull/25594 ___ Python tracker <https://bugs.python.org/issue43

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread miss-islington
miss-islington added the comment: New changeset a7f15ba5476051471638957b4d028097d080b290 by Miss Islington (bot) in branch '3.9': bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) https://github.com/python/cpython/commit/a7f15ba5476051471638957b4d0280

[issue43971] documentation: no spacing around default args in annotated function

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

[issue43971] documentation: no spacing around default args in annotated function

2021-04-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +24459 pull_request: https://github.com/python/cpython/pull/25766 ___ Python tracker <https://bugs.python.org/issue43

[issue43815] documentation for types.new_class() mention misleading default for exec_body

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

[issue43815] documentation for types.new_class() mention misleading default for exec_body

2021-05-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +24481 pull_request: https://github.com/python/cpython/pull/25788 ___ Python tracker <https://bugs.python.org/issue43

[issue43989] Enum deprecation breaks SSL tests

2021-05-01 Thread miss-islington
miss-islington added the comment: New changeset 1ae05fdf2d0a4cf12e355ad74c437cbfa89c9b93 by Ethan Furman in branch 'master': Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793) https://github.com/python/cpython/commit/1ae05fdf2d0a4cf12e35

[issue41277] documentation: os.setxattr() errno EEXIST and ENODATA

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

[issue41277] documentation: os.setxattr() errno EEXIST and ENODATA

2021-05-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +24485 pull_request: https://github.com/python/cpython/pull/25795 ___ Python tracker <https://bugs.python.org/issue41

[issue44009] Provide "python3.x-intel64" command with macOS universal2 framework builds

2021-05-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24494 pull_request: https://github.com/python/cpython/pull/25807 ___ Python tracker <https://bugs.python.org/issu

[issue44009] Provide "python3.x-intel64" command with macOS universal2 framework builds

2021-05-02 Thread miss-islington
miss-islington added the comment: New changeset de0e3f8c16c13221dbca66b9496a302fd5749c37 by Miss Islington (bot) in branch '3.9': [3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) (GH-25807) https://github.com/p

[issue41100] Support macOS 11 and Apple Silicon Macs

2021-05-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +24496 pull_request: https://github.com/python/cpython/pull/25809 ___ Python tracker <https://bugs.python.org/issue41

[issue32745] ctypes string pointer fields should accept embedded null characters

2021-05-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +24498 pull_request: https://github.com/python/cpython/pull/25811 ___ Python tracker <https://bugs.python.org/issu

[issue32745] ctypes string pointer fields should accept embedded null characters

2021-05-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +24499 pull_request: https://github.com/python/cpython/pull/25812 ___ Python tracker <https://bugs.python.org/issue32

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-05-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 14.0 -> 15.0 pull_requests: +24501 pull_request: https://github.com/python/cpython/pull/25815 ___ Python tracker <https://bugs.python.org/issu

[issue43997] dataclasses documentation needs version added for match_args, kw_only, and slots

2021-05-02 Thread miss-islington
New submission from miss-islington : New changeset a5eabc9a39c617475adb7eaee62de7566a995442 by Shreyan Avigyan in branch 'master': bpo-43997: Add versionadded directives for to match_args, kw_only, and slots in dataclasses.dataclasses documentation (GH-25803) https://github.

[issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed

2021-05-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24505 pull_request: https://github.com/python/cpython/pull/25819 ___ Python tracker <https://bugs.python.org/issu

[issue43434] sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks

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

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread miss-islington
miss-islington added the comment: New changeset 90d523910a61290597b4599f17363b532f0a4411 by Ronald Oussoren in branch 'master': bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py (GH-23298) https://github.com/python/cpyt

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2021-05-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24517 pull_request: https://github.com/python/cpython/pull/25830 ___ Python tracker <https://bugs.python.org/issu

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

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

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-05-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +24519 pull_request: https://github.com/python/cpython/pull/25832 ___ Python tracker <https://bugs.python.org/issue42

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-05-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +24521 pull_request: https://github.com/python/cpython/pull/25832 ___ Python tracker <https://bugs.python.org/issue42

[issue42800] Traceback objects allow accessing frame objects without triggering audit hooks

2021-05-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24532 pull_request: https://github.com/python/cpython/pull/25849 ___ Python tracker <https://bugs.python.org/issu

[issue42800] Traceback objects allow accessing frame objects without triggering audit hooks

2021-05-03 Thread miss-islington
miss-islington added the comment: New changeset 8ab272f0f3dd7da44f8e21d2a5a39c2ab39490d6 by Miss Islington (bot) in branch '3.8': bpo-42800: Add audit events for f_code and tb_frame (GH-24182) https://github.com/python/cpython/commit/8ab272f0f3dd7da44f8e21d2a5a39c

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24541 pull_request: https://github.com/python/cpython/pull/25858 ___ Python tracker <https://bugs.python.org/issue41

[issue44018] random.seed mutates input bytearray

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

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24546 pull_request: https://github.com/python/cpython/pull/25865 ___ Python tracker <https://bugs.python.org/issue44

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24548 pull_request: https://github.com/python/cpython/pull/25867 ___ Python tracker <https://bugs.python.org/issue44

[issue43822] Improve syntax errors for missing commas

2021-05-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24549 pull_request: https://github.com/python/cpython/pull/25869 ___ Python tracker <https://bugs.python.org/issu

[issue43822] Improve syntax errors for missing commas

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24550 pull_request: https://github.com/python/cpython/pull/25870 ___ Python tracker <https://bugs.python.org/issue43

[issue43822] Improve syntax errors for missing commas

2021-05-03 Thread miss-islington
miss-islington added the comment: New changeset 756b7b9248885d65c2b3b9f1c5a8f66aa2e8de7a by Miss Islington (bot) in branch '3.10': bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866) https://github.com/python/cpyt

[issue43822] Improve syntax errors for missing commas

2021-05-03 Thread miss-islington
miss-islington added the comment: New changeset d1ff838d1091853ed6f56bc1573606dc0d74a691 by Miss Islington (bot) in branch '3.10': bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866) https://github.com/python/cpyt

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24551 pull_request: https://github.com/python/cpython/pull/25872 ___ Python tracker <https://bugs.python.org/issue44

[issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24555 pull_request: https://github.com/python/cpython/pull/25880 ___ Python tracker <https://bugs.python.org/issu

[issue44001] typing.Literal: args must be hashable, not immutable

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24557 pull_request: https://github.com/python/cpython/pull/25882 ___ Python tracker <https://bugs.python.org/issu

[issue38352] In typing docs, note explicit import needed for IO and Pattern/Match

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24558 pull_request: https://github.com/python/cpython/pull/25884 ___ Python tracker <https://bugs.python.org/issu

[issue38352] In typing docs, note explicit import needed for IO and Pattern/Match

2021-05-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +24559 pull_request: https://github.com/python/cpython/pull/25885 ___ Python tracker <https://bugs.python.org/issue38

[issue42083] PyStructSequence_NewType broken in 3.8

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24561 pull_request: https://github.com/python/cpython/pull/25887 ___ Python tracker <https://bugs.python.org/issu

[issue44025] Match doc: Clarify '_' as a soft keyword

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24562 pull_request: https://github.com/python/cpython/pull/25888 ___ Python tracker <https://bugs.python.org/issu

[issue44025] Match doc: Clarify '_' as a soft keyword

2021-05-04 Thread miss-islington
miss-islington added the comment: New changeset ae4f8574993c85f9dc6fe60e6a25d65f688705e6 by Miss Islington (bot) in branch '3.10': bpo-44025: Clarify when '_' is a keyword. (GH-25873) https://github.com/python/cpython/commit/ae4f8574993c85f9dc6f

[issue32822] finally block doesn't re-raise exception if return statement exists inside

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

[issue44014] Fix error in Enum documentation.

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24565 pull_request: https://github.com/python/cpython/pull/25891 ___ Python tracker <https://bugs.python.org/issu

[issue42686] include built-in Math functions in SQLite to 3.35.0 of march 2021

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24566 pull_request: https://github.com/python/cpython/pull/25892 ___ Python tracker <https://bugs.python.org/issu

[issue32822] finally block doesn't re-raise exception if return statement exists inside

2021-05-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +24567 pull_request: https://github.com/python/cpython/pull/25893 ___ Python tracker <https://bugs.python.org/issue32

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24570 pull_request: https://github.com/python/cpython/pull/25902 ___ Python tracker <https://bugs.python.org/issu

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +24571 pull_request: https://github.com/python/cpython/pull/25903 ___ Python tracker <https://bugs.python.org/issue40

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
miss-islington added the comment: New changeset 7b4725a210bcfe3dc65f37cbada423cbd1e9f063 by Miss Islington (bot) in branch '3.10': bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) https://github.com/python/cpython/commit/7b4725a210bcfe3dc65f37cbada423

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
miss-islington added the comment: New changeset df99532a05e4cfba8d9835375d4a3830b84472ad by Miss Islington (bot) in branch '3.9': bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) https://github.com/python/cpython/commit/df99532a05e4cfba8d9835375d4a38

[issue25094] [EASY][Windows] test_tools fails on Windows when passing

2021-05-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +24577 pull_request: https://github.com/python/cpython/pull/25909 ___ Python tracker <https://bugs.python.org/issue25

[issue44039] Duplicated assignment in Modules/_randommodule.c

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

[issue44040] Update broken link in pathlib source

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

[issue44040] Update broken link in pathlib source

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24580 pull_request: https://github.com/python/cpython/pull/25911 ___ Python tracker <https://bugs.python.org/issue44

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24591 pull_request: https://github.com/python/cpython/pull/25924 ___ Python tracker <https://bugs.python.org/issue43

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24590 pull_request: https://github.com/python/cpython/pull/25923 ___ Python tracker <https://bugs.python.org/issue43

[issue43795] Implement PEP 652 -- Maintaining the Stable ABI

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

[issue35753] Importing call from unittest.mock directly causes ValueError

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

[issue43795] Implement PEP 652 -- Maintaining the Stable ABI

2021-05-05 Thread miss-islington
miss-islington added the comment: New changeset 8f3ef457ad286e73f272dadec8b98d2ea3a6ec72 by Miss Islington (bot) in branch '3.10': bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920) https://github.com/python/cpyt

[issue36515] unaligned memory access in the _sha3 extension

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

[issue36515] unaligned memory access in the _sha3 extension

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24597 pull_request: https://github.com/python/cpython/pull/25930 ___ Python tracker <https://bugs.python.org/issue36

[issue36515] unaligned memory access in the _sha3 extension

2021-05-05 Thread miss-islington
miss-islington added the comment: New changeset 3b2a45ff95a68acc8276b37678c98740a232f6d4 by Miss Islington (bot) in branch '3.10': bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) https://github.com/python/cpython/commit/3b2a45ff95a68acc8276b37678c987

[issue44022] urllib http client possible infinite loop on a 100 Continue response

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

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +24599 pull_request: https://github.com/python/cpython/pull/25932 ___ Python tracker <https://bugs.python.org/issue44

<    17   18   19   20   21   22   23   24   25   26   >