[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

[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

[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: +28190 pull_request: https://github.com/python/cpython/pull/29965 ___ 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: +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
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/cpyt

[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/db42809d299d1bc3a07b29fabe8f74

[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 -

[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/73325bbe774b16891f999fb5571772

[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

[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/2c2ee83c4db4dbd54017dc364bbefc

[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

[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

[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, 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 : -- 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
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/5ae4265b8c8042c496e569b6dbf9ef

[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/ca08655b808aed2e3abeb64cb67d98

[issue22367] Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag)

2019-11-09 Thread miss-islington
miss-islington added the comment: New changeset 917dbe350a762ed6d75b7d074f3fb87975ba717b by Miss Islington (bot) in branch '3.7': bpo-22367: Add tests for fcntl.lockf(). (GH-17010) https://github.com/python/cpython/commit/917dbe350a762ed6d75b7d074f3fb8

[issue22367] Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag)

2019-11-09 Thread miss-islington
miss-islington added the comment: New changeset 85e415108226cc5f3f70196fc4c2a1d0f7f4 by Miss Islington (bot) in branch '3.8': bpo-22367: Add tests for fcntl.lockf(). (GH-17010) https://github.com/python/cpython/commit/85e415108226cc5f3f70196fc4c2a1d0f7f4 -- n

[issue38771] Bug in example of collections.ChainMap

2019-11-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16616 pull_request: https://github.com/python/cpython/pull/17109 ___ Python tracker <https://bugs.python.org/issue38

[issue38771] Bug in example of collections.ChainMap

2019-11-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16617 pull_request: https://github.com/python/cpython/pull/17110 ___ Python tracker <https://bugs.python.org/issue38

[issue38385] statistics: incorrect documentation

2019-11-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16620 pull_request: https://github.com/python/cpython/pull/17113 ___ Python tracker <https://bugs.python.org/issue38

[issue37309] idlelib/NEWS.txt for 3.9.0 and backports

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16623 pull_request: https://github.com/python/cpython/pull/17117 ___ Python tracker <https://bugs.python.org/issue37

[issue37309] idlelib/NEWS.txt for 3.9.0 and backports

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 832341a07158955c2df899c18779b72fb379b0d0 by Miss Islington (bot) in branch '3.7': [3.8] bpo-37309: idlelib/NEWS.txt - add missing period. (GH-17115) https://github.com/python/cpython/commit/832341a07158955c2df899c18779b7

[issue26353] IDLE: Saving Shell should not add \n

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16624 pull_request: https://github.com/python/cpython/pull/17118 ___ Python tracker <https://bugs.python.org/issue26

[issue26353] IDLE: Saving Shell should not add \n

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16625 pull_request: https://github.com/python/cpython/pull/17119 ___ Python tracker <https://bugs.python.org/issue26

[issue26353] IDLE: Saving Shell should not add \n

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 8ce1a9ce038d1a5fda03ae76964002857a2a52f9 by Miss Islington (bot) in branch '3.8': bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) https://github.com/python/cpython/commit/8ce1a9ce038d1a5fda03ae76964002

[issue26353] IDLE: Saving Shell should not add \n

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 177b12682cad7edf9cdea91382acc4232c0167e6 by Miss Islington (bot) in branch '3.7': bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) https://github.com/python/cpython/commit/177b12682cad7edf9cdea91382acc4

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16627 pull_request: https://github.com/python/cpython/pull/17121 ___ Python tracker <https://bugs.python.org/issue38

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset a12255d8def0c82560545e66c1be981a447751c3 by Miss Islington (bot) (David K) in branch 'master': bpo-38421: Update email.utils documentation (GH-16678) https://github.com/python/cpython/commit/a12255d8def0c82560545e66c1be98

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16628 pull_request: https://github.com/python/cpython/pull/17122 ___ Python tracker <https://bugs.python.org/issue38

[issue36974] Implement PEP 590

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 9a13a388f202268dd7b771638adbec132449b98b by Miss Islington (bot) (Jeroen Demeyer) in branch 'master': bpo-36974: expand call protocol documentation (GH-13844) https://github.com/python/cpython/commit/9a13a388f202268dd7b771638adbec

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset eadddad6b093bca74601b1ea91ab96119bc543d8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-38421: Update email.utils documentation (GH-16678) (GH-17121) https://github.com/python/cpython/commit/eadddad6b093bca74601b1ea91ab96

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 29fd6a77d509cffacc5691ebd9dab53455ad959e by Miss Islington (bot) in branch '3.8': [3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122) https://github.com/python/cpython/commit/29fd6a77d509cffacc5691ebd9dab5

[issue38723] Pdb._runscript should use io.open_code() instead of open()

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16645 pull_request: https://github.com/python/cpython/pull/17135 ___ Python tracker <https://bugs.python.org/issue38

[issue38723] Pdb._runscript should use io.open_code() instead of open()

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 0a8e7fde064c8fb6eb8e78752d4bcdab56643065 by Miss Islington (bot) in branch '3.8': bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127) https://github.com/python/cpython/commit/0a8e7fde064c8fb6eb8e78752d4bcd

[issue29302] add contextlib.AsyncExitStack

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16649 pull_request: https://github.com/python/cpython/pull/17138 ___ Python tracker <https://bugs.python.org/issue29

[issue26467] Add async magic method support to unittest.mock.Mock

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16648 pull_request: https://github.com/python/cpython/pull/17138 ___ Python tracker <https://bugs.python.org/issue26

[issue26467] Add async magic method support to unittest.mock.Mock

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset e5125f7b3b88d8d4814ed7bddbd4f34d24d763dd by Miss Islington (bot) in branch '3.8': Add Ilya Kulakov to Misc/ACKS. (GH-17130) https://github.com/python/cpython/commit/e5125f7b3b88d8d4814ed7bddbd4f34d24d763dd -- nosy: +miss

[issue29302] add contextlib.AsyncExitStack

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset e5125f7b3b88d8d4814ed7bddbd4f34d24d763dd by Miss Islington (bot) in branch '3.8': Add Ilya Kulakov to Misc/ACKS. (GH-17130) https://github.com/python/cpython/commit/e5125f7b3b88d8d4814ed7bddbd4f34d24d763dd -- nosy: +miss

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16650 pull_request: https://github.com/python/cpython/pull/17141 ___ Python tracker <https://bugs.python.org/issue4

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16651 pull_request: https://github.com/python/cpython/pull/17142 ___ Python tracker <https://bugs.python.org/issue4

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset a67bc10e42fa9a077eb4d9d7bd767c3efddbc366 by Miss Islington (bot) in branch '3.8': bpo-4630: Add cursor no-blink option for IDLE (GH-16960) https://github.com/python/cpython/commit/a67bc10e42fa9a077eb4d9d7bd767c3efddbc366 -

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 753d0c05b39f21d5987d59d7fe8b5a6d721bc22c by Miss Islington (bot) in branch '3.7': bpo-4630: Add cursor no-blink option for IDLE (GH-16960) https://github.com/python/cpython/commit/753d0c05b39f21d5987d59d7fe8b5a

[issue38785] Segmentation fault in asyncio

2019-11-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +16656 pull_request: https://github.com/python/cpython/pull/17147 ___ Python tracker <https://bugs.python.org/issue38

[issue38785] Segmentation fault in asyncio

2019-11-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +16657 pull_request: https://github.com/python/cpython/pull/17148 ___ Python tracker <https://bugs.python.org/issue38

[issue38785] Segmentation fault in asyncio

2019-11-13 Thread miss-islington
miss-islington added the comment: New changeset dad6be5ffe48beb74fad78cf758b886afddc7aed by Miss Islington (bot) (Andrew Svetlov) in branch 'master': bpo-38785: Prevent asyncio from crashing (GH-17144) https://github.com/python/cpython/commit/dad6be5ffe48beb74fad78cf758b88

[issue38785] Segmentation fault in asyncio

2019-11-13 Thread miss-islington
miss-islington added the comment: New changeset 87b4d3994e4f81d6e39a5e86c1b7040df065ea37 by Miss Islington (bot) in branch '3.7': bpo-38785: Prevent asyncio from crashing (GH-17144) https://github.com/python/cpython/commit/87b4d3994e4f81d6e39a5e86c1b704

[issue38785] Segmentation fault in asyncio

2019-11-13 Thread miss-islington
miss-islington added the comment: New changeset 694c03fabb5cf3df0102cc317670a10fc39c6786 by Miss Islington (bot) in branch '3.8': bpo-38785: Prevent asyncio from crashing (GH-17144) https://github.com/python/cpython/commit/694c03fabb5cf3df0102cc317670a1

[issue38692] add a pidfd child process watcher

2019-11-14 Thread miss-islington
miss-islington added the comment: New changeset 3f8cebd32c1e6f20a1a1440e51c308a5f70ca959 by Miss Islington (bot) (Kyle Stanley) in branch 'master': bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161) https://github.com/python/cpython/commit/3f8cebd32c1e6f20a1a1440e51c308

[issue38677] Arraymodule initialization error handling improvements

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16675 pull_request: https://github.com/python/cpython/pull/17166 ___ Python tracker <https://bugs.python.org/issue38

[issue38351] Modernize email example from %-formatting to f-string

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16676 pull_request: https://github.com/python/cpython/pull/17167 ___ Python tracker <https://bugs.python.org/issue38

[issue38351] Modernize email example from %-formatting to f-string

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16677 pull_request: https://github.com/python/cpython/pull/17168 ___ Python tracker <https://bugs.python.org/issue38

[issue38351] Modernize email example from %-formatting to f-string

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset dae27cc8e72106c2eceeff9af83d1e58b2bb68d5 by Miss Islington (bot) in branch '3.8': bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) https://github.com/python/cpython/commit/dae27cc8e72106c2eceeff9af83d1e

[issue38351] Modernize email example from %-formatting to f-string

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset fe67a5354010f33128c4f461da8ffb925e0f4de8 by Miss Islington (bot) in branch '3.7': bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) https://github.com/python/cpython/commit/fe67a5354010f33128c4f461da8ffb

[issue38677] Arraymodule initialization error handling improvements

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset 25ce77dd2455abbb6e2c9e055bbc98954642fa7c by Miss Islington (bot) in branch '3.8': bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) https://github.com/python/cpython/commit/25ce77dd2455abbb6e2c9e055bbc98

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset b22030073b9327a3aeccb69507694bce078192aa by Miss Islington (bot) (Phil Connell) in branch 'master': bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) https://github.com/python/cpyt

[issue34651] Disallow fork in a subinterpreter.

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset b22030073b9327a3aeccb69507694bce078192aa by Miss Islington (bot) (Phil Connell) in branch 'master': bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) https://github.com/python/cpyt

[issue38816] Clarify about fork() and the CPython runtime in the C-API docs.

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset 73cdb0c6b2c3861e034004cdc57be5e726876078 by Miss Islington (bot) (Eric Snow) in branch 'master': bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) https://github.com/python/cpyt

[issue38816] Clarify about fork() and the CPython runtime in the C-API docs.

2019-11-15 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +16686 pull_request: https://github.com/python/cpython/pull/17178 ___ Python tracker <https://bugs.python.org/issue38

[issue34651] Disallow fork in a subinterpreter.

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16688 pull_request: https://github.com/python/cpython/pull/17179 ___ Python tracker <https://bugs.python.org/issue34

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16687 pull_request: https://github.com/python/cpython/pull/17179 ___ Python tracker <https://bugs.python.org/issue38

[issue38816] Clarify about fork() and the CPython runtime in the C-API docs.

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset 7a5d4c7a8653cb6be126f87731802aa9a4bc90e2 by Miss Islington (bot) in branch '3.8': bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) https://github.com/python/cpython/commit/7a5d4c7a8653cb6be126f87731802a

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset a4be5aae6e587f5310f1fc0d66d37e032621ce39 by Miss Islington (bot) in branch '3.8': bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) https://github.com/python/cpython/commit/a4be5aae6e587f5310f1fc0d66d37e

[issue34651] Disallow fork in a subinterpreter.

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset a4be5aae6e587f5310f1fc0d66d37e032621ce39 by Miss Islington (bot) in branch '3.8': bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) https://github.com/python/cpython/commit/a4be5aae6e587f5310f1fc0d66d37e

[issue26103] Contradiction in definition of "data descriptor" between (dotted lookup behavior/datamodel documentation) and (inspect lib/descriptor how-to)

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16689 pull_request: https://github.com/python/cpython/pull/17180 ___ Python tracker <https://bugs.python.org/issue26

[issue38453] ntpath.realpath() does not fully resolve relative paths

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16693 pull_request: https://github.com/python/cpython/pull/17186 ___ Python tracker <https://bugs.python.org/issue38

[issue38453] ntpath.realpath() does not fully resolve relative paths

2019-11-15 Thread miss-islington
miss-islington added the comment: New changeset 6f602fbd3568ed7bebadfa3c7d3de40a271216f9 by Miss Islington (bot) in branch '3.8': bpo-38453: Ensure correct short path is obtained for test (GH-17184) https://github.com/python/cpython/commit/6f602fbd3568ed7bebadfa3c7d3de4

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
miss-islington added the comment: New changeset c3f6bdc332d23588102eba749a5929dd5bb67c9d by Miss Islington (bot) (Brandt Bucher) in branch 'master': bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) https://github.com/python/cpyt

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +16701 pull_request: https://github.com/python/cpython/pull/17197 ___ Python tracker <https://bugs.python.org/issue38

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +16700 pull_request: https://github.com/python/cpython/pull/17196 ___ Python tracker <https://bugs.python.org/issue38

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
miss-islington added the comment: New changeset 48f4f75baeee8ade1fbfab1b0aa6a21a3b13a2f2 by Miss Islington (bot) in branch '3.8': bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) https://github.com/python/cpython/commit/48f4f75baeee8ade1fbfab1b0aa6a2

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
miss-islington added the comment: New changeset 825e91be0407d6fc7fa034286b4e90634f181fab by Miss Islington (bot) in branch '3.7': bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) https://github.com/python/cpython/commit/825e91be0407d6fc7fa034286b4e90

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
miss-islington added the comment: New changeset 143a97f64128070386b12a0ee589bdaad5e51f40 by Miss Islington (bot) (Brandt Bucher) in branch 'master': bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) https://github.com/python/cpyt

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +16703 pull_request: https://github.com/python/cpython/pull/17199 ___ Python tracker <https://bugs.python.org/issue38

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +16704 pull_request: https://github.com/python/cpython/pull/17200 ___ Python tracker <https://bugs.python.org/issue38

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
miss-islington added the comment: New changeset 8a334af13368573cc645488481b1173d65eeeb9a by Miss Islington (bot) in branch '3.7': bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) https://github.com/python/cpython/commit/8a334af13368573cc645488481b117

[issue38823] Improve stdlib module initialization error handling.

2019-11-16 Thread miss-islington
miss-islington added the comment: New changeset 1fe79a43400d092a074c6f9ae5eb290ea3e4f281 by Miss Islington (bot) in branch '3.8': bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) https://github.com/python/cpython/commit/1fe79a43400d092a074c6f9ae5eb29

[issue38811] Pathlib crashes when os module is missing 'link' method

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16710 pull_request: https://github.com/python/cpython/pull/17204 ___ Python tracker <https://bugs.python.org/issue38

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16713 pull_request: https://github.com/python/cpython/pull/17208 ___ Python tracker <https://bugs.python.org/issue25

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16714 pull_request: https://github.com/python/cpython/pull/17209 ___ Python tracker <https://bugs.python.org/issue25

[issue38678] TypeError for Tutorial 10.3 Example 2

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16716 pull_request: https://github.com/python/cpython/pull/17213 ___ Python tracker <https://bugs.python.org/issue38

[issue38678] TypeError for Tutorial 10.3 Example 2

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16715 pull_request: https://github.com/python/cpython/pull/17212 ___ Python tracker <https://bugs.python.org/issue38

[issue16576] ctypes: structure with bitfields as argument

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16724 pull_request: https://github.com/python/cpython/pull/17223 ___ Python tracker <https://bugs.python.org/issue16

[issue16576] ctypes: structure with bitfields as argument

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16725 pull_request: https://github.com/python/cpython/pull/17224 ___ Python tracker <https://bugs.python.org/issue16

[issue38823] Improve stdlib module initialization error handling.

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset 289cf0fbf78c4f38c38ac71ac8b772be7ec2672f by Miss Islington (bot) (Brandt Bucher) in branch 'master': bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) https://github.com/python/cpyt

[issue38823] Improve stdlib module initialization error handling.

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16728 pull_request: https://github.com/python/cpython/pull/17226 ___ Python tracker <https://bugs.python.org/issue38

[issue38823] Improve stdlib module initialization error handling.

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16729 pull_request: https://github.com/python/cpython/pull/17227 ___ Python tracker <https://bugs.python.org/issue38

[issue38823] Improve stdlib module initialization error handling.

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset 9e4d0312101cc2bc44a9549974d4a25f80e1dc12 by Miss Islington (bot) in branch '3.7': bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) https://github.com/python/cpython/commit/9e4d0312101cc2bc44a9549974d4a2

[issue38823] Improve stdlib module initialization error handling.

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset 42a4359390b78b3360e100fc9c075495e48354b2 by Miss Islington (bot) in branch '3.8': bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) https://github.com/python/cpython/commit/42a4359390b78b3360e100fc9c0754

[issue38809] On Windows, build scripts should prefer using python.exe from an active virtual env

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16738 pull_request: https://github.com/python/cpython/pull/17238 ___ Python tracker <https://bugs.python.org/issue38

[issue38809] On Windows, build scripts should prefer using python.exe from an active virtual env

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset ee703cbb418b7458bebb1d26a5e19d6b55280b28 by Miss Islington (bot) (Tal Einat) in branch 'master': bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) https://github.com/python/cpyt

[issue38809] On Windows, build scripts should prefer using python.exe from an active virtual env

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16737 pull_request: https://github.com/python/cpython/pull/17237 ___ Python tracker <https://bugs.python.org/issue38

[issue38809] On Windows, build scripts should prefer using python.exe from an active virtual env

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset 2b928d9bf75d82b86dc3b4fcbc243d36a7958f4c by Miss Islington (bot) in branch '3.7': bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) https://github.com/python/cpython/commit/2b928d9bf75d82b86dc3b4fcbc243d

[issue38809] On Windows, build scripts should prefer using python.exe from an active virtual env

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset cbbf1098f383e575d93841e555329eb66283c2f1 by Miss Islington (bot) in branch '3.8': bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) https://github.com/python/cpython/commit/cbbf1098f383e575d93841e555329e

[issue38722] runpy should use io.open_code() instead of open()

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset e243bae418859106328d9fce71815b7eb2fe by Miss Islington (bot) (jsnklln) in branch 'master': bpo-38722: Runpy use io.open_code() (GH-17234) https://github.com/python/cpython/commit/e243bae418859106328d9fce71815b7eb2fe -

[issue38722] runpy should use io.open_code() instead of open()

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16740 pull_request: https://github.com/python/cpython/pull/17241 ___ Python tracker <https://bugs.python.org/issue38

[issue38622] _ctypes.dlsym (py_dl_sym) does not trigger audit hooks

2019-11-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16741 pull_request: https://github.com/python/cpython/pull/17242 ___ Python tracker <https://bugs.python.org/issue38

[issue38622] _ctypes.dlsym (py_dl_sym) does not trigger audit hooks

2019-11-18 Thread miss-islington
miss-islington added the comment: New changeset 47db7439dd858c3634212c71137eb130f811bda4 by Miss Islington (bot) in branch '3.8': bpo-38622: Add missing audit events for ctypes module (GH-17158) https://github.com/python/cpython/commit/47db7439dd858c3634212c71137eb1

<    34   35   36   37   38   39   40   41   42   43   >