[issue36429] Fix starting IDLE with pyshell

2019-03-26 Thread miss-islington
miss-islington added the comment: New changeset 23eb816399ac7482d2bd7d50814b19a3db52e7d4 by Miss Islington (bot) in branch '3.7': bpo-36429: Fix starting IDLE with pyshell (GH-12548) https://github.com/python/cpython/commit/23eb816399ac7482d2bd7d50814b19a3db52e7d4 -- nosy: +miss-isl

[issue36444] Python initialization: remove _PyMainInterpreterConfig

2019-03-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8b9dbc017a190d13f717e714630d620adb7c7ac2 by Victor Stinner in branch 'master': bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) https://github.com/python/cpython/commit/8b9dbc017a190d13f717e714630d620adb7c7ac2 --

[issue36444] Python initialization: remove _PyMainInterpreterConfig

2019-03-26 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12517 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36444] Python initialization: remove _PyMainInterpreterConfig

2019-03-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset 484f20d2ff95cc2e1bea759852da307bc1d1d944 by Victor Stinner in branch 'master': bpo-36444: Add _PyCoreConfig._init_main (GH-12572) https://github.com/python/cpython/commit/484f20d2ff95cc2e1bea759852da307bc1d1d944 -- ___

[issue18697] Unify arguments names in Unicode object C API documentation

2019-03-26 Thread Rune Tynan
Change by Rune Tynan : -- nosy: +Rune Tynan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread Éric Araujo
Éric Araujo added the comment: New changeset f760610bddd7e8f8ac0914d5d59ef806bc16a73b by Éric Araujo (Andre Delfino) in branch 'master': bpo-33832: Add "magic method" glossary entry (GH-7630) https://github.com/python/cpython/commit/f760610bddd7e8f8ac0914d5d59ef806bc16a73b -- nosy: +

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +12518 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +12519 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread miss-islington
miss-islington added the comment: New changeset 6cbb4c0795099b79f0a7c7d20df4ba1c1ec0ac24 by Miss Islington (bot) in branch '2.7': bpo-33832: Add "magic method" glossary entry (GH-7630) https://github.com/python/cpython/commit/6cbb4c0795099b79f0a7c7d20df4ba1c1ec0ac24 -- nosy: +miss-i

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread miss-islington
miss-islington added the comment: New changeset ead15795986972690217e52087eb946b8a5bbcda by Miss Islington (bot) in branch '3.7': bpo-33832: Add "magic method" glossary entry (GH-7630) https://github.com/python/cpython/commit/ead15795986972690217e52087eb946b8a5bbcda --

[issue14817] pkgutil.extend_path has no tests

2019-03-26 Thread Windson Yang
Windson Yang added the comment: My base idea would be some unittests for the function like: class ExtendPathBaseTests(unittest.TestCase): def test_input_string(self): path = 'path' name = 'foo' self.assertEqual('path', pkgutil.extend_path(path, name)) def test_

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36444] Python initialization: remove _PyMainInterpreterConfig

2019-03-26 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12520 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36384] ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2019-03-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12521 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36407] xml.dom.minidom wrong indentation writing for CDATA section

2019-03-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 384b81d923addd52125e94470b11d2574ca266a9 by Serhiy Storchaka (Vladimir Surjaninov) in branch 'master': bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) https://github.com/python/cpython/commit/384b81d923addd5

[issue36431] Use dict unpacking for merging two dicts

2019-03-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset da0847048aa7f934573fa449cea8643def056aa5 by Serhiy Storchaka in branch 'master': bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) https://github.com/python/cpython/commit/da0847048aa7f934573fa449cea8643def056aa5 --

[issue36431] Use dict unpacking for merging two dicts

2019-03-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I hope the low number of such changes has clearly shown that we do not need the plus operator as yet one way of merging two dicts. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed _

[issue36407] xml.dom.minidom wrong indentation writing for CDATA section

2019-03-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Should we backport this change? I am not sure. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue36407] xml.dom.minidom wrong indentation writing for CDATA section

2019-03-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +12522 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36384] ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2019-03-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue29986] Documentation recommends raising TypeError from tp_richcompare

2019-03-26 Thread Jeroen Demeyer
Jeroen Demeyer added the comment: The consensus is clearly to return NotImplemented in this case, also because that's what most builtins do, like the object() example that you mentioned. However, I would rather keep that note and change it to say return NotImplemented. It's an important diff

[issue36432] Running python test suite fails on macOS 10.14.4 with resource.RLIMIT_STACK error

2019-03-26 Thread Inada Naoki
Inada Naoki added the comment: I think this issue is duplicate of https://bugs.python.org/issue34602 -- ___ Python tracker ___ ___

[issue33832] doc Add "magic method" entry to Glossary

2019-03-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Several hours ago, I read the unittest.mock doc, which uses 'magic methods' to explain MagicMock. So I decided an entry really was needed. Andrés, thanks for sticking with this, -- versions: -Python 3.6 ___ Pyth

<    1   2