[issue37635] Using constant for whence arg in seek()

2019-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15762 pull_request: https://github.com/python/cpython/pull/16151 ___ Python tracker <https://bugs.python.org/issue37

[issue37635] Using constant for whence arg in seek()

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset ff603f6c3d3dc0e9ea8c1c51ce907c4821f42c54 by Miss Islington (bot) (Kyle Stanley) in branch 'master': bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) https://github.com/python/cpyt

[issue37635] Using constant for whence arg in seek()

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset b9f932f9e2a170a8d39b3c17f5fabb0967839d85 by Miss Islington (bot) in branch '3.7': bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) https://github.com/python/cpython/commit/b9f932f9e2a170a8d39b3c17f5fabb

[issue37635] Using constant for whence arg in seek()

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset 4a71df88cdba77c409ee70146dd6445b19267df4 by Miss Islington (bot) in branch '3.8': bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) https://github.com/python/cpython/commit/4a71df88cdba77c409ee70146dd644

[issue38158] PyType_Spec docs list non-existant field "doc"

2019-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15763 pull_request: https://github.com/python/cpython/pull/16153 ___ Python tracker <https://bugs.python.org/issue38

[issue38158] PyType_Spec docs list non-existant field "doc"

2019-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15764 pull_request: https://github.com/python/cpython/pull/16154 ___ Python tracker <https://bugs.python.org/issue38

[issue37798] Add C fastpath for statistics.NormalDist.inv_cdf()

2019-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +15770 pull_request: https://github.com/python/cpython/pull/16160 ___ Python tracker <https://bugs.python.org/issue37

[issue38178] Remove explicit "loop" argument from EchoClientProtocol example

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset c717c73fa33a2f3591442059eaf6e7a673e2c725 by Miss Islington (bot) (Hrvoje Nikšić) in branch 'master': bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) https://github.

[issue38178] Remove explicit "loop" argument from EchoClientProtocol example

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

[issue38178] Remove explicit "loop" argument from EchoClientProtocol example

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

[issue38178] Remove explicit "loop" argument from EchoClientProtocol example

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset 701c4886bb0e19ad5ed8c8f556f65ab8597841e7 by Miss Islington (bot) in branch '3.7': bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) https://github.com/python/cpython/commit/701c4886bb0e19a

[issue38178] Remove explicit "loop" argument from EchoClientProtocol example

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset 1cd6e926d30552056457820a682c1c361ee0f3ff by Miss Islington (bot) in branch '3.8': bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) https://github.com/python/cpython/commit/1cd6e926d305520

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

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

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

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

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset 26c44b5144a51f452dd0693b0278ec69d6a954a1 by Miss Islington (bot) in branch '3.7': bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) https://github.com/python/cpython/commit/26c44b5144a51f452dd0693b0278ec

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset 346b7c928b82d9da8f6654391e9cfe55625dcfac by Miss Islington (bot) in branch '3.8': bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) https://github.com/python/cpython/commit/346b7c928b82d9da8f6654391e9cfe

[issue38168] Refleaks in setint() of mmapmodule.c

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

[issue38168] Refleaks in setint() of mmapmodule.c

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

[issue38168] Refleaks in setint() of mmapmodule.c

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset e857fe624d985616f3e1a6e095a5db732e6b3efe by Miss Islington (bot) in branch '3.7': [3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16175) https://github.com/python/cpyt

[issue38168] Refleaks in setint() of mmapmodule.c

2019-09-15 Thread miss-islington
miss-islington added the comment: New changeset 322309efe658122cac340adf4995ce40fa0c2e74 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174) https://github.com/python/cpyt

[issue38153] Normalize hashing algorithm names

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

[issue33095] Cross-reference isolated mode from relevant locations

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15790 pull_request: https://github.com/python/cpython/pull/16180 ___ Python tracker <https://bugs.python.org/issue33

[issue33095] Cross-reference isolated mode from relevant locations

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 07186c3959a61c3d73b5ccae431cdd32afe70e5e by Miss Islington (bot) in branch '3.8': bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) https://github.com/python/cpython/commit/07186c3959a61c3d73b5ccae431cdd

[issue38153] Normalize hashing algorithm names

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 0067fc287a86cdd8d71dc2d402d596950ff88fca by Miss Islington (bot) in branch '3.8': bpo-38153: detect shake independently from sha3 (GH-16143) https://github.com/python/cpython/commit/0067fc287a86cdd8d71dc2d402d596950ff88fca -

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

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

[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

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

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 26729ce74a47c3d16f219aee0a712011622aeeb5 by Miss Islington (bot) in branch '3.8': bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) https://github.com/python/cpython/commit/26729ce74a47c3d16f219aee0a7120

[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 4924d558478c9bd7f7ee7cd9c00c72c0f281f1a5 by Miss Islington (bot) in branch '3.8': bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) https://github.com/python/cpython/commit/4924d558478c9bd7f7ee7cd9c00c72

[issue38100] Spelling error in unittest.mock code

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

[issue38100] Spelling error in unittest.mock code

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset cc8edfbd9c66a40e2d405e49b75227a8d2a4dd55 by Miss Islington (bot) in branch '3.8': bpo-38100: Fix spelling error in unittest.mock code (GH-16168) https://github.com/python/cpython/commit/cc8edfbd9c66a40e2d405e49b75227a8d2a4dd55 -

[issue38175] Memory leak in comparison of sqlite.Row objects

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

[issue38175] Memory leak in comparison of sqlite.Row objects

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

[issue38100] Spelling error in unittest.mock code

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 7aae4f004e69ebec011098f85ab232e2778a0ca4 by Miss Islington (bot) (Stéphane Wirtel) in branch '3.7': [3.7] bpo-38100: Fix spelling error in unittest.mock code (GH-16195) https://github.com/python/cpyt

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15803 pull_request: https://github.com/python/cpython/pull/16199 ___ Python tracker <https://bugs.python.org/issue33

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15804 pull_request: https://github.com/python/cpython/pull/16200 ___ Python tracker <https://bugs.python.org/issue33

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 724f1a57231f9287c37255adf0e4364d12cf693d by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) https://github.com/python

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15805 pull_request: https://github.com/python/cpython/pull/16201 ___ Python tracker <https://bugs.python.org/issue33

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 1ecc75ad1cdf458c2aa7192844e83c4665a5f9b5 by Miss Islington (bot) in branch '3.8': bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) https://github.com/python/cpython/commit/1ecc75ad1cdf458c2aa719284

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 5d55d52b61f56522e616ac1423437d4e3f641ce6 by Miss Islington (bot) in branch '2.7': bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) https://github.com/python/cpython/commit/5d55d52b61f56522e616ac142

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset c55f69552cdab26362c1ff4416fe1c3e9b27ccbe by Miss Islington (bot) in branch '3.7': [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200) https://github.com/python

[issue28556] typing.py upgrades

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15809 pull_request: https://github.com/python/cpython/pull/16205 ___ Python tracker <https://bugs.python.org/issue28

[issue28556] typing.py upgrades

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15810 pull_request: https://github.com/python/cpython/pull/16206 ___ Python tracker <https://bugs.python.org/issue28

[issue28556] typing.py upgrades

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 733193d050f317a7965faac6c3718e6e8316a8a0 by Miss Islington (bot) in branch '3.7': bpo-28556: Update the opening note in typing docs (GH-16204) https://github.com/python/cpython/commit/733193d050f317a7965faac6c3718e

[issue28556] typing.py upgrades

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 7076764992cd29e0e1f8b0ac2b92403e1a698aa6 by Miss Islington (bot) in branch '3.8': bpo-28556: Update the opening note in typing docs (GH-16204) https://github.com/python/cpython/commit/7076764992cd29e0e1f8b0ac2b9240

[issue38183] test_idle fails on AMD64 FreeBSD CURRENT Shared 3.x: GetUserCfgDir() fails with PermissionError

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15811 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/16207 ___ Python tracker <https://bugs.python.org/issu

[issue38183] test_idle fails on AMD64 FreeBSD CURRENT Shared 3.x: GetUserCfgDir() fails with PermissionError

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

[issue38183] test_idle fails on AMD64 FreeBSD CURRENT Shared 3.x: GetUserCfgDir() fails with PermissionError

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 523497cbdc8292bfc12938aaaca0ad02a7708c25 by Miss Islington (bot) in branch '3.7': bpo-38183: Test_idle ignores user config directory GH-16198) https://github.com/python/cpython/commit/523497cbdc8292bfc12938aaaca0ad

[issue38183] test_idle fails on AMD64 FreeBSD CURRENT Shared 3.x: GetUserCfgDir() fails with PermissionError

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset ad845becf29afe0507a46a4b885a9670b5d7639d by Miss Islington (bot) in branch '3.8': bpo-38183: Test_idle ignores user config directory GH-16198) https://github.com/python/cpython/commit/ad845becf29afe0507a46a4b885a9670b5d7639d -

[issue35379] IDLE's close fails io is set to None on Mac

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15815 pull_request: https://github.com/python/cpython/pull/16214 ___ Python tracker <https://bugs.python.org/issue35

[issue35379] IDLE's close fails io is set to None on Mac

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15814 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/16213 ___ Python tracker <https://bugs.python.org/issu

[issue38175] Memory leak in comparison of sqlite.Row objects

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 4ac1be28281d8961e71b13623c3671245c125760 by Miss Islington (bot) in branch '3.7': bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) https://github.com/python/cpython/commit/4ac1be28281d8961e71b13623c3671

[issue38175] Memory leak in comparison of sqlite.Row objects

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset f04299d978793be33828dc4d5f46e9b54c81a0a2 by Miss Islington (bot) in branch '3.8': bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) https://github.com/python/cpython/commit/f04299d978793be33828dc4d5f46e9

[issue38185] Weird way of case-insensitive indexing of sqlite3.Row

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

[issue38185] Weird way of case-insensitive indexing of sqlite3.Row

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

[issue35379] IDLE's close fails io is set to None on Mac

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 73ccc3322f7ad0d016478ef20237bccd0a314f0a by Miss Islington (bot) in branch '3.8': bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) https://github.com/python/cpython/commit/73ccc3322f7ad0d016478ef20237bc

[issue35379] IDLE's close fails io is set to None on Mac

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 3d916a7b1ee29896bece4a6a37d8084fa3c1abf6 by Miss Islington (bot) in branch '3.7': bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) https://github.com/python/cpython/commit/3d916a7b1ee29896bece4a6a37d808

[issue38185] Weird way of case-insensitive indexing of sqlite3.Row

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset d8d653c2d0d267eb1e44f6cdb916945029fec3b1 by Miss Islington (bot) in branch '3.8': bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) https://github.com/python/cpyt

[issue38185] Weird way of case-insensitive indexing of sqlite3.Row

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 80cb055aa45f37951b8e3097fe4367d443d455ae by Miss Islington (bot) in branch '3.7': bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) https://github.com/python/cpyt

[issue38192] Fix invocation of EchoClientProtocol

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

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset 5d359cc62e0244e1fd8d17146a4135079d6843bf by Miss Islington (bot) (Hrvoje Nikšić) in branch 'master': bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) https://github.com/p

[issue38192] Fix invocation of EchoClientProtocol

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

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset facbd316b409f3775da2a74d0845938b4c7b88f0 by Miss Islington (bot) in branch '3.7': bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) https://github.com/python/cpython/commit/facbd316b409f3775da2

[issue38192] Fix invocation of EchoClientProtocol

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset 1ba74719e3a213a2c473b92f3a79f8399e65f80a by Miss Islington (bot) in branch '3.8': bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) https://github.com/python/cpython/commit/1ba74719e3a213a2c473

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15824 pull_request: https://github.com/python/cpython/pull/16224 ___ Python tracker <https://bugs.python.org/issue37

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15823 pull_request: https://github.com/python/cpython/pull/16223 ___ Python tracker <https://bugs.python.org/issue37

[issue37828] Fix default mock_name in unittest.mock.assert_called error message

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15827 pull_request: https://github.com/python/cpython/pull/16229 ___ Python tracker <https://bugs.python.org/issue37

[issue37828] Fix default mock_name in unittest.mock.assert_called error message

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset f668d2b775da4bcd07e142c4bc5ebd88165fadf4 by Miss Islington (bot) in branch '3.8': bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) https://github.com/python/cpython/commit/f668d2b775da4bcd07e142c4bc5ebd

[issue38013] AsyncGenerator breaks when not iterated fully with RuntimeError("can't send non-None value to a just-started coroutine")

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

[issue38013] AsyncGenerator breaks when not iterated fully with RuntimeError("can't send non-None value to a just-started coroutine")

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset c275312a6284bd319ea33c9abd7e15c230eca43f by Miss Islington (bot) (Andrew Svetlov) in branch 'master': bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) https://github.com/python/cpyt

[issue38013] AsyncGenerator breaks when not iterated fully with RuntimeError("can't send non-None value to a just-started coroutine")

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

[issue38013] AsyncGenerator breaks when not iterated fully with RuntimeError("can't send non-None value to a just-started coroutine")

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset fc022f04b41a79cacdff380435c30c8042c82b99 by Miss Islington (bot) in branch '3.7': bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) https://github.com/python/cpyt

[issue38013] AsyncGenerator breaks when not iterated fully with RuntimeError("can't send non-None value to a just-started coroutine")

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset 3c1786f18b1542e71454f37e3f3ca1ef3eec0e5f by Miss Islington (bot) in branch '3.8': bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) https://github.com/python/cpyt

[issue37904] Suggested edit to Python Tutorial - Section 4

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset b57481318e3e3cbacd398b898f9849ec8f2d7eec by Miss Islington (bot) (Diego Alberto Barriga Martínez) in branch 'master': bpo-37904: Edition on python tutorial - section 4 (GH-16169) https://github.com/python/cpyt

[issue37904] Suggested edit to Python Tutorial - Section 4

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15831 pull_request: https://github.com/python/cpython/pull/16234 ___ Python tracker <https://bugs.python.org/issue37

[issue37904] Suggested edit to Python Tutorial - Section 4

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15832 pull_request: https://github.com/python/cpython/pull/16235 ___ Python tracker <https://bugs.python.org/issue37

[issue37904] Suggested edit to Python Tutorial - Section 4

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15833 pull_request: https://github.com/python/cpython/pull/16236 ___ Python tracker <https://bugs.python.org/issue37

[issue38191] typing.NamedTuple() should prefix parameters with '_'

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

[issue38191] typing.NamedTuple() should prefix parameters with '_'

2019-09-17 Thread miss-islington
miss-islington added the comment: New changeset 54ba5f19d4a654768c785468d736ed0bd05947f5 by Miss Islington (bot) in branch '3.8': bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) https://github.com/python/cpyt

[issue36546] Add quantiles() to the statistics module

2019-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +15848 pull_request: https://github.com/python/cpython/pull/16253 ___ Python tracker <https://bugs.python.org/issue36

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

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

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-18 Thread miss-islington
miss-islington added the comment: New changeset 1a3a48ddaf41dff3c0fcedcfe7ec0940158c568d by Miss Islington (bot) in branch '3.7': bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) https://github.com/python/cpython/commit/1a3a48ddaf41dff3c0fcedcfe7ec09

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

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

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

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

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

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

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

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

[issue37353] Source code has not always been forward-compatible

2019-09-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15880 pull_request: https://github.com/python/cpython/pull/16294 ___ Python tracker <https://bugs.python.org/issue37

[issue37353] Source code has not always been forward-compatible

2019-09-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15881 pull_request: https://github.com/python/cpython/pull/16295 ___ Python tracker <https://bugs.python.org/issue37

[issue37353] Source code has not always been forward-compatible

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset 2552e27b752f449b1d7046b384b14db0a69f46ad by Miss Islington (bot) in branch '3.7': bpo-37353: Updated parser note about source code compatibility(GH-14277) https://github.com/python/cpython/commit/2552e27b752f449b1d7046b384b14d

[issue37353] Source code has not always been forward-compatible

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset 0ab6b01820afef44beea8158ba08b6469bf264a0 by Miss Islington (bot) in branch '3.8': bpo-37353: Updated parser note about source code compatibility(GH-14277) https://github.com/python/cpython/commit/0ab6b01820afef44beea8158ba08b6

[issue37937] Mention ``frame.f_trace`` in :func:`sys.settrace` docs.

2019-09-20 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +15882 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16296 ___ Python tracker <https://bugs.python.org/issu

[issue37937] Mention ``frame.f_trace`` in :func:`sys.settrace` docs.

2019-09-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15883 pull_request: https://github.com/python/cpython/pull/16297 ___ Python tracker <https://bugs.python.org/issue37

[issue37937] Mention ``frame.f_trace`` in :func:`sys.settrace` docs.

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset fd4f28d894ee55d7ee1625c726c1859fcd1e2249 by Miss Islington (bot) in branch '3.7': bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) https://github.com/python/cpython/commit/fd4f28d894ee55d7ee1625c726c185

[issue37937] Mention ``frame.f_trace`` in :func:`sys.settrace` docs.

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset c410390e89071c4a4c2a437a227c14274add4116 by Miss Islington (bot) in branch '3.8': bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) https://github.com/python/cpython/commit/c410390e89071c4a4c2a437a227c14

[issue6559] add pass_fds paramter to subprocess.Popen()

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset 77abf23c67c1a465a8899666c69f6bcd6930e003 by Miss Islington (bot) (Orivej Desh) in branch 'master': bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283) https://github.com/python/cpython/commit/77abf23c67c1a465a8899666c69f6b

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2019-09-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15891 pull_request: https://github.com/python/cpython/pull/16305 ___ Python tracker <https://bugs.python.org/issue33

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset b50edac42fd39d58ba51eb9cee2d3645a2e28ca4 by Miss Islington (bot) in branch '3.8': bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) https://github.com/python/cpython/commit/b50edac42fd39d58ba51eb9cee2d36

[issue38234] The value of Py_SetPath is not used to populate the configuration

2019-09-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15894 pull_request: https://github.com/python/cpython/pull/16312 ___ Python tracker <https://bugs.python.org/issue38

[issue38237] Expose meaningful keyword arguments for pow()

2019-09-20 Thread miss-islington
miss-islington added the comment: New changeset 87d6cd3604e5c83c06339276228139f5e040b0e7 by Miss Islington (bot) (Ammar Askar) in branch 'master': bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) https://github.com/python

[issue38237] Expose meaningful keyword arguments for pow()

2019-09-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15897 pull_request: https://github.com/python/cpython/pull/16320 ___ Python tracker <https://bugs.python.org/issue38

[issue38237] Expose meaningful keyword arguments for pow()

2019-09-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15901 pull_request: https://github.com/python/cpython/pull/16323 ___ Python tracker <https://bugs.python.org/issue38

<    10   11   12   13   14   15   16   17   18   19   >