[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails

2013-08-08 Thread Lukas Wunner
Lukas Wunner added the comment: Unfortunately this bug was only fixed in urllib2.py but never in urllib.py. This keeps biting people in the butt to this very day. Example: https://chromiumcodereview.appspot.com/10825107/ The attached patch remedies that and also fixes some more issues: (1

[issue18045] get_python_version is not import in bdist_rpm.py

2013-09-04 Thread Lukas Wunner
Lukas Wunner added the comment: The attached patch adds just the missing import statement (which already exists in all 3.x versions) and changes nothing else. -- nosy: +l Added file: http://bugs.python.org/file31591/issue18045-py27.diff ___ Python

[issue18970] run_setup() behavior differs from cli invocation of setup.py

2013-09-08 Thread Lukas Wunner
Changes by Lukas Wunner : Added file: http://bugs.python.org/file31662/run_setup-py31.diff ___ Python tracker <http://bugs.python.org/issue18970> ___ ___ Python-bug

[issue18970] run_setup() behavior differs from cli invocation of setup.py

2013-09-08 Thread Lukas Wunner
New submission from Lukas Wunner: The principle of least surprise suggests that run_setup() should behave equivalently to a command line invocation of setup.py. However there are currently (at least) two issues preventing this: (a) When calling exec(), both a globals and a locals dict is

[issue18970] run_setup() behavior differs from cli invocation of setup.py

2013-09-08 Thread Lukas Wunner
Changes by Lukas Wunner : Added file: http://bugs.python.org/file31664/run_setup-py26.diff ___ Python tracker <http://bugs.python.org/issue18970> ___ ___ Python-bug

[issue18970] run_setup() behavior differs from cli invocation of setup.py

2013-09-08 Thread Lukas Wunner
Changes by Lukas Wunner : Added file: http://bugs.python.org/file31663/run_setup-py27.diff ___ Python tracker <http://bugs.python.org/issue18970> ___ ___ Python-bug

[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails

2013-09-12 Thread Lukas Wunner
Lukas Wunner added the comment: *ping* Anybody, please consider applying the patch I've submitted August 8th so that this issue gets fixed in Python 2.7's urllib.py. Thanks so much. -- ___ Python tracker <http://bugs.python.org

[issue24599] urllib URLopener().open https url returns 501 Not Implemented when https_proxy env var is http://

2015-07-10 Thread Lukas Wunner
Lukas Wunner added the comment: Thank you Martin for referencing my patch. It still applies cleanly with --fuzz=0 to 2.7.10. Would be awesome if this fix would finally get merged. -- nosy: +l ___ Python tracker <http://bugs.python.org/issue24