[issue39427] python -X options are not documented in the CLI --help

2020-01-22 Thread miss-islington
miss-islington added the comment: New changeset 41f0ef6abbd304409c55612a08788cdd59fbc8a3 by Miss Islington (bot) (Pablo Galindo) in branch 'master': bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) https://github.com/python/cpyt

[issue39050] The "Help" button in IDLE's config dialog does not work

2020-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17522 pull_request: https://github.com/python/cpython/pull/18136 ___ Python tracker <https://bugs.python.org/issue39

[issue39050] The "Help" button in IDLE's config dialog does not work

2020-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17523 pull_request: https://github.com/python/cpython/pull/18137 ___ Python tracker <https://bugs.python.org/issue39

[issue39050] The "Help" button in IDLE's config dialog does not work

2020-01-22 Thread miss-islington
miss-islington added the comment: New changeset ba83d1eb1c7b5e8eab17da364a6324b0b0e0932b by Miss Islington (bot) in branch '3.7': bpo-39050: The Help button in IDLE's config menu works again (GH-17611) https://github.com/python/cpython/commit/ba83d1eb1c7b5e8eab17da364

[issue39050] The "Help" button in IDLE's config dialog does not work

2020-01-22 Thread miss-islington
miss-islington added the comment: New changeset 3b7618809df647574e8aad4c2d869a1d55df147c by Miss Islington (bot) in branch '3.8': bpo-39050: The Help button in IDLE's config menu works again (GH-17611) https://github.com/python/cpython/commit/3b7618809df647574e8aad4c2

[issue32989] IDLE: Fix pyparse.find_good_parse_start

2020-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17525 pull_request: https://github.com/python/cpython/pull/18139 ___ Python tracker <https://bugs.python.org/issue32

[issue32989] IDLE: Fix pyparse.find_good_parse_start

2020-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17526 pull_request: https://github.com/python/cpython/pull/18140 ___ Python tracker <https://bugs.python.org/issue32

[issue32989] IDLE: Fix pyparse.find_good_parse_start

2020-01-22 Thread miss-islington
miss-islington added the comment: New changeset 36968c13cb9800559dbb90686933da7daf52c788 by Miss Islington (bot) in branch '3.7': bpo-32989: IDLE - remove unneeded parameter (GH-18138) https://github.com/python/cpython/commit/36968c13cb9800559dbb90686933da

[issue32989] IDLE: Fix pyparse.find_good_parse_start

2020-01-22 Thread miss-islington
miss-islington added the comment: New changeset 545fc51d950558ecec9ff64cb2f9c11469051524 by Miss Islington (bot) in branch '3.8': bpo-32989: IDLE - remove unneeded parameter (GH-18138) https://github.com/python/cpython/commit/545fc51d950558ecec9ff64cb2f9c1

[issue39421] Use-after-free in heappushpop() of heapq module

2020-01-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +17532 pull_request: https://github.com/python/cpython/pull/18146 ___ Python tracker <https://bugs.python.org/issue39

[issue39421] Use-after-free in heappushpop() of heapq module

2020-01-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +17530 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18144 ___ Python tracker <https://bugs.python.org/issu

[issue39421] Use-after-free in heappushpop() of heapq module

2020-01-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +17531 pull_request: https://github.com/python/cpython/pull/18145 ___ Python tracker <https://bugs.python.org/issue39

[issue39421] Use-after-free in heappushpop() of heapq module

2020-01-23 Thread miss-islington
miss-islington added the comment: New changeset 958064f8d2b84062b0582bbae911df8ccfc11fd6 by Miss Islington (bot) in branch '3.7': bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) https://github.com/python/cpyt

[issue39421] Use-after-free in heappushpop() of heapq module

2020-01-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +17535 pull_request: https://github.com/python/cpython/pull/18149 ___ Python tracker <https://bugs.python.org/issue39

[issue39421] Use-after-free in heappushpop() of heapq module

2020-01-23 Thread miss-islington
miss-islington added the comment: New changeset 993811ffe75c2573f97fb3fd1414b34609b8c8db by Miss Islington (bot) in branch '3.8': bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) https://github.com/python/cpyt

[issue39431] Mention nonlocal too in assignment quirk

2020-01-23 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +17538 pull_request: https://github.com/python/cpython/pull/18152 ___ Python tracker <https://bugs.python.org/issue39

[issue39431] Mention nonlocal too in assignment quirk

2020-01-23 Thread miss-islington
miss-islington added the comment: New changeset 0c12d70bfdedf85c62e1c2b8c55ef4e84e6ee461 by Miss Islington (bot) in branch '3.7': bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) https://github.com/python/cpython/commit/0c12d70bfdedf85c62e1c2b8c55ef4

[issue39431] Mention nonlocal too in assignment quirk

2020-01-23 Thread miss-islington
miss-islington added the comment: New changeset 5a2356be1a3f4a9b2e509a16062016b7d9dee7e9 by Miss Islington (bot) in branch '3.8': bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) https://github.com/python/cpython/commit/5a2356be1a3f4a9b2e509a16062016

[issue39431] Mention nonlocal too in assignment quirk

2020-01-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +17539 pull_request: https://github.com/python/cpython/pull/18153 ___ Python tracker <https://bugs.python.org/issue39

[issue35182] Popen.communicate() breaks when child closes its side of pipe but not exits

2020-01-23 Thread miss-islington
miss-islington added the comment: New changeset 5654f83b9706af88040f515791f1cdc5d81cd9d6 by Miss Islington (bot) (Alex Rebert) in branch '3.8': [3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18148) https://github.com/python/cpyt

[issue35182] Popen.communicate() breaks when child closes its side of pipe but not exits

2020-01-23 Thread miss-islington
miss-islington added the comment: New changeset 61b3484cdf27ceca1c1069a351487d2db4b2b48c by Miss Islington (bot) (Alex Rebert) in branch '3.7': [3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18151) https://github.com/python/cpyt

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread miss-islington
miss-islington added the comment: New changeset e9652e8d58392f5022759ba06b444ce970eb12db by Miss Islington (bot) (Mark Dickinson) in branch 'master': bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) https://github.com/python/cpyt

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +17549 pull_request: https://github.com/python/cpython/pull/18162 ___ Python tracker <https://bugs.python.org/issue39

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread miss-islington
miss-islington added the comment: New changeset a46728a570e30e88df253eab17ad6c4372a422da by Miss Islington (bot) in branch '3.8': bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) https://github.com/python/cpython/commit/a46728a570e30e88df253eab17ad6c

[issue38473] AttributeError on asserting autospecced mock object added using attach_mock

2020-01-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +17553 pull_request: https://github.com/python/cpython/pull/18167 ___ Python tracker <https://bugs.python.org/issue38

[issue38473] AttributeError on asserting autospecced mock object added using attach_mock

2020-01-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +17552 pull_request: https://github.com/python/cpython/pull/18166 ___ Python tracker <https://bugs.python.org/issue38

[issue39430] tarfile.open(mode="r") race condition when importing lzma

2020-01-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +17557 pull_request: https://github.com/python/cpython/pull/18172 ___ Python tracker <https://bugs.python.org/issue39

[issue39430] tarfile.open(mode="r") race condition when importing lzma

2020-01-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +17556 pull_request: https://github.com/python/cpython/pull/18171 ___ Python tracker <https://bugs.python.org/issue39

[issue39430] tarfile.open(mode="r") race condition when importing lzma

2020-01-24 Thread miss-islington
miss-islington added the comment: New changeset ea4a61fec842c94107eef46e5030b89a086f94bb by Miss Islington (bot) in branch '3.8': bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) https://github.com/python/cpython/commit/ea4a61fec842c94107eef46e5030b8

[issue39430] tarfile.open(mode="r") race condition when importing lzma

2020-01-24 Thread miss-islington
miss-islington added the comment: New changeset 1a274359283d3d1f4f60dd527843f72e0368caf3 by Miss Islington (bot) in branch '3.7': bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) https://github.com/python/cpython/commit/1a274359283d3d1f4f60dd527843f7

[issue39388] IDLE: Changes to keybindings aren't reverted on cancel

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17562 pull_request: https://github.com/python/cpython/pull/18178 ___ Python tracker <https://bugs.python.org/issue39

[issue39388] IDLE: Changes to keybindings aren't reverted on cancel

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17563 pull_request: https://github.com/python/cpython/pull/18179 ___ Python tracker <https://bugs.python.org/issue39

[issue39388] IDLE: Changes to keybindings aren't reverted on cancel

2020-01-25 Thread miss-islington
miss-islington added the comment: New changeset a23449285430081ea317cc1f203c80c410bbd8b9 by Miss Islington (bot) in branch '3.8': bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) https://github.com/python/cpython/commit/a23449285430081ea317cc1f203c80

[issue39388] IDLE: Changes to keybindings aren't reverted on cancel

2020-01-25 Thread miss-islington
miss-islington added the comment: New changeset fd9ce2b924263c1f5c5a2f3f3095fe6ae97c1432 by Miss Islington (bot) in branch '3.7': bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) https://github.com/python/cpython/commit/fd9ce2b924263c1f5c5a2f3f3095fe

[issue15243] Misleading documentation for __prepare__

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17569 pull_request: https://github.com/python/cpython/pull/18186 ___ Python tracker <https://bugs.python.org/issue15

[issue15243] Misleading documentation for __prepare__

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17568 pull_request: https://github.com/python/cpython/pull/18185 ___ Python tracker <https://bugs.python.org/issue15

[issue36654] Add example to tokenize.tokenize

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17571 pull_request: https://github.com/python/cpython/pull/18188 ___ Python tracker <https://bugs.python.org/issue36

[issue36654] Add example to tokenize.tokenize

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17570 pull_request: https://github.com/python/cpython/pull/18187 ___ Python tracker <https://bugs.python.org/issue36

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17575 pull_request: https://github.com/python/cpython/pull/18192 ___ Python tracker <https://bugs.python.org/issue36

[issue39453] Use-after-free in list contain

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset 9e1ed518a576897f914227bf538bac426a02a081 by Miss Islington (bot) (Dong-hee Na) in branch 'master': bpo-39453: Add testcase for bpo-39453 (GH-18202) https://github.com/python/cpython/commit/9e1ed518a576897f914227bf538bac

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17598 pull_request: https://github.com/python/cpython/pull/18218 ___ Python tracker <https://bugs.python.org/issue30

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17599 pull_request: https://github.com/python/cpython/pull/18219 ___ Python tracker <https://bugs.python.org/issue30

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset 5aefee6f989821c5dc36d10a9cfd083d7aa737a5 by Miss Islington (bot) in branch '3.7': bpo-30780: Add IDLE configdialog tests (GH-3592) https://github.com/python/cpython/commit/5aefee6f989821c5dc36d10a9cfd083d7aa737a5 -- n

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset 7b57b15bd83879ee35f8758a84a7857a9968c145 by Miss Islington (bot) in branch '3.8': bpo-30780: Add IDLE configdialog tests (GH-3592) https://github.com/python/cpython/commit/7b57b15bd83879ee35f8758a84a785

[issue39392] Python Turtle is not filling alternate overlapping areas of a shape with same color

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17605 pull_request: https://github.com/python/cpython/pull/18225 ___ Python tracker <https://bugs.python.org/issue39

[issue39392] Python Turtle is not filling alternate overlapping areas of a shape with same color

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17604 pull_request: https://github.com/python/cpython/pull/18224 ___ Python tracker <https://bugs.python.org/issue39

[issue39392] Python Turtle is not filling alternate overlapping areas of a shape with same color

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset b487a8ed5bd267d62a05c3cab7def6b1f36999ea by Miss Islington (bot) in branch '3.8': bpo-39392: Turtle overlap fill depends on OS (GH-18223) https://github.com/python/cpython/commit/b487a8ed5bd267d62a05c3cab7def6

[issue39392] Python Turtle is not filling alternate overlapping areas of a shape with same color

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset 005b0596326cf1b4f17e8d38bfc3887d4486e564 by Miss Islington (bot) in branch '3.7': bpo-39392: Turtle overlap fill depends on OS (GH-18223) https://github.com/python/cpython/commit/005b0596326cf1b4f17e8d38bfc3887d4486e564 -- n

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17607 pull_request: https://github.com/python/cpython/pull/18227 ___ Python tracker <https://bugs.python.org/issue36

[issue36264] os.path.expanduser should not use HOME on windows

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17609 pull_request: https://github.com/python/cpython/pull/18229 ___ Python tracker <https://bugs.python.org/issue36

[issue38883] Path.home() should ignore HOME env var like os.path.expanduser()

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17608 pull_request: https://github.com/python/cpython/pull/18229 ___ Python tracker <https://bugs.python.org/issue38

[issue39393] Misleading error message upon dependent DLL resolution failure

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17610 pull_request: https://github.com/python/cpython/pull/18230 ___ Python tracker <https://bugs.python.org/issue39

[issue36264] os.path.expanduser should not use HOME on windows

2020-01-28 Thread miss-islington
miss-islington added the comment: New changeset 595b516965ee88b817dc1b3d7713e1f3f263634d by Miss Islington (bot) in branch '3.8': bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) https://github.com/python

[issue39393] Misleading error message upon dependent DLL resolution failure

2020-01-28 Thread miss-islington
miss-islington added the comment: New changeset 46735c7e101753769e31c69a36d0030bb056a162 by Miss Islington (bot) in branch '3.8': bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093) https://github.com/python/cpyt

[issue38883] Path.home() should ignore HOME env var like os.path.expanduser()

2020-01-28 Thread miss-islington
miss-islington added the comment: New changeset 595b516965ee88b817dc1b3d7713e1f3f263634d by Miss Islington (bot) in branch '3.8': bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) https://github.com/python

[issue39287] Document UTF-8 mode in the using/windows.

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17616 pull_request: https://github.com/python/cpython/pull/18236 ___ Python tracker <https://bugs.python.org/issue39

[issue39287] Document UTF-8 mode in the using/windows.

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17615 pull_request: https://github.com/python/cpython/pull/18235 ___ Python tracker <https://bugs.python.org/issue39

[issue39287] Document UTF-8 mode in the using/windows.

2020-01-28 Thread miss-islington
miss-islington added the comment: New changeset 5a49ccac443ae84b8e142473a659c73032e9fe53 by Miss Islington (bot) in branch '3.7': bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) https://github.com/python/cpython/commit/5a49ccac443ae84b8e142473a659c7

[issue39287] Document UTF-8 mode in the using/windows.

2020-01-28 Thread miss-islington
miss-islington added the comment: New changeset cee5da861091cdaca99f0636af7ab8c4b0274e5f by Miss Islington (bot) in branch '3.8': bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) https://github.com/python/cpython/commit/cee5da861091cdaca99f0636af7ab8

[issue39439] Windows Multiprocessing in Virtualenv: sys.prefix is incorrect

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17617 pull_request: https://github.com/python/cpython/pull/18237 ___ Python tracker <https://bugs.python.org/issue39

[issue39439] Windows Multiprocessing in Virtualenv: sys.prefix is incorrect

2020-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +17618 pull_request: https://github.com/python/cpython/pull/18238 ___ Python tracker <https://bugs.python.org/issue39

[issue39439] Windows Multiprocessing in Virtualenv: sys.prefix is incorrect

2020-01-28 Thread miss-islington
miss-islington added the comment: New changeset dbb37aac1428ddcba784d9ddc77c1708c391aa80 by Miss Islington (bot) in branch '3.8': bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158) https://github.com/python/cpython/commit/dbb37aac1428ddcba784d9ddc77c17

[issue39153] Clarify refcounting semantics of PyDict_SetItem[String]

2020-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +17625 pull_request: https://github.com/python/cpython/pull/18246 ___ Python tracker <https://bugs.python.org/issue39

[issue39153] Clarify refcounting semantics of PyDict_SetItem[String]

2020-01-29 Thread miss-islington
miss-islington added the comment: New changeset 526523c19322169a7f7507d9da291053df979412 by Miss Islington (bot) in branch '3.8': bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) https://github.com/python/cpython/commit/526523c19322169a7f7507d9da2910

[issue39460] test_zipfile: test_add_file_after_2107() sometimes fails on Fedora Rawhide 3.x: Linux VFS/XFS bug

2020-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +17630 pull_request: https://github.com/python/cpython/pull/18253 ___ Python tracker <https://bugs.python.org/issue39

[issue39460] test_zipfile: test_add_file_after_2107() sometimes fails on Fedora Rawhide 3.x: Linux VFS/XFS bug

2020-01-29 Thread miss-islington
miss-islington added the comment: New changeset 2b675f0c8fd96f61977f6dc636f44fbd5587b6b3 by Miss Islington (bot) in branch '3.8': bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247) https://github.com/python/cpython/commit/2b675f0c8fd96f61977f6dc636f44f

[issue39485] Bug in mock running on PyPy3

2020-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +17632 pull_request: https://github.com/python/cpython/pull/18255 ___ Python tracker <https://bugs.python.org/issue39

[issue39485] Bug in mock running on PyPy3

2020-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +17633 pull_request: https://github.com/python/cpython/pull/18256 ___ Python tracker <https://bugs.python.org/issue39

[issue39493] typing.py has an incorrect definition of closed

2020-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +17648 pull_request: https://github.com/python/cpython/pull/18273 ___ Python tracker <https://bugs.python.org/issue39

[issue39493] typing.py has an incorrect definition of closed

2020-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +17649 pull_request: https://github.com/python/cpython/pull/18274 ___ Python tracker <https://bugs.python.org/issue39

[issue39493] typing.py has an incorrect definition of closed

2020-01-29 Thread miss-islington
miss-islington added the comment: New changeset 58076df0c59677111dc77b72852cb2a313a2ef91 by Miss Islington (bot) in branch '3.8': bpo-39493: Fix definition of IO.closed in typing.py (GH-18265) https://github.com/python/cpython/commit/58076df0c59677111dc77b72852cb2a313a2ef91 -

[issue39401] [CVE-2020-8315] Unsafe dll loading in getpathp.c on Win7

2020-01-29 Thread miss-islington
miss-islington added the comment: New changeset 561c59777c8426fde0ef48b57cf02eddaeb2a5b8 by Steve Dower in branch '3.7': [3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18232) https://github.com/python/cpython/commit/561c59777c8426fde0ef48b57cf02e

[issue39401] [CVE-2020-8315] Unsafe dll loading in getpathp.c on Win7

2020-01-29 Thread miss-islington
miss-islington added the comment: New changeset ad4a20b87d79a619ffbdea3f26848780899494e5 by Steve Dower in branch '3.8': [3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18234) https://github.com/python/cpython/commit/ad4a20b87d79a619ffbdea3f268487

[issue39502] test_zipfile fails on AIX due to time.localtime

2020-01-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +17658 pull_request: https://github.com/python/cpython/pull/18283 ___ Python tracker <https://bugs.python.org/issue39

[issue39502] test_zipfile fails on AIX due to time.localtime

2020-01-30 Thread miss-islington
miss-islington added the comment: New changeset b841633cc2d7619cf4a7db108d91b14926450a6e by Miss Islington (bot) in branch '3.8': bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) https://github.com/python/cpython/commit/b841633cc2d7619cf4a7db108d91b1

[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

2020-01-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +17661 pull_request: https://github.com/python/cpython/pull/18287 ___ Python tracker <https://bugs.python.org/issue38

[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

2020-01-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +17662 pull_request: https://github.com/python/cpython/pull/18288 ___ Python tracker <https://bugs.python.org/issue38

[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

2020-01-30 Thread miss-islington
miss-islington added the comment: New changeset 8d021140866d050f90a4b44c2607f21be43208c1 by Miss Islington (bot) in branch '3.7': bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150) https://github.com/python/cpython/commit/8d021140866d050f90a4b44c2607f2

[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

2020-01-30 Thread miss-islington
miss-islington added the comment: New changeset 83d3202b92fb4c2fc6df5b035d57f3a1cf715f20 by Miss Islington (bot) in branch '3.8': bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150) https://github.com/python/cpython/commit/83d3202b92fb4c2fc6df5b035d57f3

[issue37224] test__xxsubinterpreters fails randomly

2020-01-31 Thread miss-islington
miss-islington added the comment: New changeset f03a8f8d5001963ad5b5b28dbd95497e9cc15596 by Kyle Stanley in branch 'master': bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) https://github.com/python/cpython/commit/f03a8f8d5001963ad5b5b28dbd95497e9cc15596 -

[issue39492] reference cycle affecting Pickler instances (Python3.8+)

2020-02-02 Thread miss-islington
miss-islington added the comment: New changeset 0f2f35e15f9fbee44ce042b724348419d8136bc5 by Pierre Glaser in branch 'master': bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) https://github.com/python/cpyt

[issue37224] test__xxsubinterpreters fails randomly

2020-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +17693 pull_request: https://github.com/python/cpython/pull/18318 ___ Python tracker <https://bugs.python.org/issue37

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +17695 pull_request: https://github.com/python/cpython/pull/18322 ___ Python tracker <https://bugs.python.org/issue39

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +17694 pull_request: https://github.com/python/cpython/pull/18321 ___ Python tracker <https://bugs.python.org/issue39

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +17696 pull_request: https://github.com/python/cpython/pull/18323 ___ Python tracker <https://bugs.python.org/issue39

[issue38558] Data Structures documentation out of sync with new Walrus operator

2020-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +17707 pull_request: https://github.com/python/cpython/pull/18335 ___ Python tracker <https://bugs.python.org/issue38

[issue38558] Data Structures documentation out of sync with new Walrus operator

2020-02-03 Thread miss-islington
miss-islington added the comment: New changeset d01ae1b22330992eadc7b2a0842ead544f7e507d by Miss Islington (bot) in branch '3.8': bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) https://github.com/python/cpyt

[issue38076] Make struct module PEP-384 compatible

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 4590f72259ecbcea66e12a28af14d867255d2e66 by Eddie Elizondo in branch 'master': bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) https://github.com/python/cpyt

[issue39432] Distutils generates the wrong export symbol for unicode module names

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 9538bc9185e934bee2bd5ae2cda2b2e92a61906d by Stefan Behnel in branch 'master': bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) https://github.com/p

[issue37224] test__xxsubinterpreters fails randomly

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 9a740b6c7e7a88185d79128b8a1993ac387d5091 by Miss Islington (bot) in branch '3.8': bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) https://github.com/python/cpython/commit/9a740b6c7e7a88185d79128b8a1993

[issue39510] use-after-free in BufferedReader.readinto()

2020-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +17723 pull_request: https://github.com/python/cpython/pull/18348 ___ Python tracker <https://bugs.python.org/issue39

[issue39510] use-after-free in BufferedReader.readinto()

2020-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +17725 pull_request: https://github.com/python/cpython/pull/18350 ___ Python tracker <https://bugs.python.org/issue39

[issue39510] use-after-free in BufferedReader.readinto()

2020-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +17724 pull_request: https://github.com/python/cpython/pull/18349 ___ Python tracker <https://bugs.python.org/issue39

[issue39510] use-after-free in BufferedReader.readinto()

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 30e769382dfb67a68fe8e6bfe8509addb4aa9514 by Miss Islington (bot) in branch '3.8': closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) https://github.com/python/cpython/commit/30e769382dfb67a68fe8e6bfe8509a

[issue39510] use-after-free in BufferedReader.readinto()

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 97d2a9832494e4c85da124ceab18802eed9a4ab1 by Miss Islington (bot) in branch '3.7': closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) https://github.com/python/cpython/commit/97d2a9832494e4c85da124ceab1880

[issue39184] Many command execution functions are not raising auditing events

2020-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +17728 pull_request: https://github.com/python/cpython/pull/18353 ___ Python tracker <https://bugs.python.org/issue39

[issue39185] Add quiet and detailed verbosity levels to build.bat

2020-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +17730 pull_request: https://github.com/python/cpython/pull/18355 ___ Python tracker <https://bugs.python.org/issue39

[issue39185] Add quiet and detailed verbosity levels to build.bat

2020-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +17729 pull_request: https://github.com/python/cpython/pull/18354 ___ Python tracker <https://bugs.python.org/issue39

[issue39184] Many command execution functions are not raising auditing events

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 3498ac55bcfc18d698ea605424ec65a6e1457a39 by Miss Islington (bot) in branch '3.8': bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) https://github.com/python/cpyt

[issue39185] Add quiet and detailed verbosity levels to build.bat

2020-02-04 Thread miss-islington
miss-islington added the comment: New changeset 6ba8dc6aae6fa0a7e29ba4ac18227beb38872392 by Miss Islington (bot) in branch '3.7': bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) https://github.com/python/cpython/commit/6ba8dc6aae6fa0a7e29ba4ac18227b

<    39   40   41   42   43   44   45   46   47   48   >