[issue26128] Let the subprocess.STARTUPINFO constructor take arguments

2017-02-18 Thread Subhendu Ghosh
Changes by Subhendu Ghosh : -- pull_requests: +137 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29537] Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5

2017-02-18 Thread Nick Coghlan
Nick Coghlan added the comment: In putting together a PR for this, I think it *only* makes sense if we also push Petr's change upstream to accept the legacy bytecode files in 3.5.4+. The reason is that the patch actually causes a test case to fail due to "f()" change to "function" in an error

[issue13691] pydoc help (or help('help')) should show the doc for help

2017-02-18 Thread Sanyam Khurana
Changes by Sanyam Khurana : -- pull_requests: +138 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue26128] Let the subprocess.STARTUPINFO constructor take arguments

2017-02-18 Thread Subhendu Ghosh
Changes by Subhendu Ghosh : -- nosy: +subho ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue29514] Add a test case that prevents magic number changes in minor releases

2017-02-18 Thread Nick Coghlan
Nick Coghlan added the comment: Serhiy posted a patch at http://bugs.python.org/issue29537 that addresses the original problem from http://bugs.python.org/issue27286 in a different way: it simply omits the function name in cases where the stack reference is ambiguous. So what I think we should

[issue29533] urllib2 works slowly with proxy on windows

2017-02-18 Thread Julia Dolgova
Julia Dolgova added the comment: I compared the behavior of IE and urllib. I put different addresses to the ("Do not use proxy server for address beginning with" setting), made different requests through IE and urllib and watched if the proxy was bypassed. IE doesn't even make a forward dns l

[issue13691] pydoc help (or help('help')) should show the doc for help

2017-02-18 Thread Jaysinh shukla
Changes by Jaysinh shukla : -- nosy: +jaysinh.shukla ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

<    1   2