[issue28556] typing.py upgrades

2017-03-31 Thread Martin Panter
Changes by Martin Panter : -- nosy: -martin.panter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-03-31 Thread Martin Panter
Changes by Martin Panter : -- nosy: -martin.panter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: New changeset cd815edf012dc6dd20dfeef91951270e96607616 by Zachary Ware in branch 'master': Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) https://github.com/python/cpython/commit/cd815edf012dc6dd20dfeef91951270e96607616 --

[issue29958] Use add_mutually_exclusive_group(required=True) in zipfile and tarfile CLI

2017-03-31 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: In the comment to the patch on issue28115 SilentGhost suggested to pass required=True to add_mutually_exclusive_group(). This makes the last "else" not needed. Proposed patch implements this idea for zipfile and tarfile. It also improves error handling wh

[issue29958] Use add_mutually_exclusive_group(required=True) in zipfile and tarfile CLI

2017-03-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1126 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue29949] sizeof set after set_merge() is doubled from 3.5

2017-03-31 Thread INADA Naoki
Changes by INADA Naoki : -- pull_requests: +1125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue28115] Use argparse for the zipfile module

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Opened issue29958 for the latter patch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

<    1   2   3   4   5