[issue6286] distutils upload command doesn't work with http proxy

2013-11-10 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue6286] distutils upload command doesn't work with http proxy

2013-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e98c4e9c909 by Jason R. Coombs in branch '3.3': Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. http://hg.python.org/

[issue6286] distutils upload command doesn't work with http proxy

2013-11-10 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- versions: +Python 3.3, Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6286] distutils upload command doesn't work with http proxy

2013-11-10 Thread Jason R. Coombs
Jason R. Coombs added the comment: This change didn't make it into Python 3.2 but is in 2.7. see issue19544 for details. -- nosy: +jason.coombs status: closed -> open ___ Python tracker

[issue6286] distutils upload command doesn't work with http proxy

2013-11-10 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- assignee: tarek -> jason.coombs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6286] distutils upload command doesn't work with http proxy

2009-06-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: merged in 3.2 in r73645 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue6286] distutils upload command doesn't work with http proxy

2009-06-15 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r73436. Will merge it into 3.2 after 3.1 is tagged. I am leaving this issue open until the merge in 3.2 is done. -- ___ Python tracker ___

[issue6286] distutils upload command doesn't work with http proxy

2009-06-15 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- type: -> feature request ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6286] distutils upload command doesn't work with http proxy

2009-06-15 Thread Tarek Ziadé
New submission from Tarek Ziadé : upload is base on httplib and doesn't use the http_proxy envrionment variable. So it's impossible to upload a file behind a firewall. Let's change the command so it uses a proxy if set -- assignee: tarek components: Distutils messages: 89398 nosy: tarek