[issue30122] Added missing things to Windows docs.

2017-04-20 Thread Decorater
Changes by Decorater : -- pull_requests: +1349 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30122] Added missing archive programs and close option to Windows docs.

2017-04-20 Thread Decorater
Changes by Decorater : -- title: Added missing things to Windows docs. -> Added missing archive programs and close option to Windows docs. ___ Python tracker ___ ___

[issue30114] json module: it is not possible to override 'true', 'false' values during encoding bool

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I concur with Raymond. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mail

[issue30114] json module: it is not possible to override 'true', 'false' values during encoding bool

2017-04-20 Thread Bob Ippolito
Bob Ippolito added the comment: Agreed, this does seem unnecessary. The library has been in active use for over a decade, and this is the first time I've seen this request. I would recommend preprocessing the data that you're going to encode if you have a need for this. -- stage: -> r

[issue30114] json module: it is not possible to override 'true', 'false' values during encoding bool

2017-04-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue23551] IDLE to provide menu link to PIP gui.

2017-04-20 Thread Aivar Annamaa
Aivar Annamaa added the comment: In case this issue becomes active again, I'm listing my design implemented in Thonny IDE (http://thonny.org) -- see the attached png. If you decide same design is suitable for IDLE, then I'm happy to create a version of the dialog without Thonny dependencies. H

[issue30123] test_venv failed without pip

2017-04-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -m test.regrtest -vuall test_venv ... == FAIL: test_with_pip (test.test_venv.EnsurePipTest) -- Traceback (most r

[issue30123] test_venv failed without pip

2017-04-20 Thread Vinay Sajip
Vinay Sajip added the comment: I can't reproduce this on the master branch, with the latest checkout. Was this the branch your failure occurred on? $ ./python -m test.regrtest -vuall test_venv == CPython 3.7.0a0 (heads/master:f60c9e5, Apr 21 2017, 07:19:01) [GCC 5.4.0 20160609] == Linux-4.4.

[issue30123] test_venv failed without pip

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Actually I tested on 3.5 and 3.6. I can't reproduce on master. -- versions: -Python 3.7 ___ Python tracker ___ __

[issue30123] test_venv failed without pip

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Hmm, seems this is local issue of my environment. I now use very small disk, and after building several Python branches and running tests only 16 MB of free space were left. -- resolution: -> works for me stage: -> resolved status: open -> closed

<    1   2