[issue41481] pip install will install version 0.0.0 if existing in stead of newer ones

2020-08-04 Thread Immo Wetzel
New submission from Immo Wetzel : if a version 0.0.0 is existing in repo/index ... pip will install this version and not the newer ones. -- components: Installation messages: 374838 nosy: iwetzel priority: normal severity: normal status: open title: pip install will install version

[issue41479] pip install== will install 0.0.0 version in stead of showing alll

2020-08-04 Thread Immo Wetzel
New submission from Immo Wetzel : I do have a pip package with version id 0.0.0 on my own registry. If I try to get the list of available versions like before with pip install package_name== it will install version 0.0.0 of the package package_name thats not right -- messages

[issue36930] Windows proxy settings automatically used ... partly

2019-05-16 Thread Immo Wetzel
Immo Wetzel added the comment: issue is only on urllib2 and requests (external lib) ticket opened: https://github.com/kennethreitz/requests/issues/5095 -- stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue36930] Windows proxy settings automatically used ... partly

2019-05-16 Thread Immo Wetzel
Immo Wetzel added the comment: thanks for pointing this out. I've retested urllib3 with success. requests with no success. so I'll write a new issue on requests. Thanks a lot -- ___ Python tracker <https://bugs.python.org/issue36

[issue36930] Windows proxy settings automatically used ... partly

2019-05-16 Thread Immo Wetzel
Immo Wetzel added the comment: >Can you clarify how you are setting your proxy configuration and how >Python >is finding out about it? The windows host get his proxy configuration via group police from the Active Directory. The group policy points to a specific file wpad.dat forme

[issue36930] Windows proxy settings automatically used ... partly

2019-05-16 Thread Immo Wetzel
Immo Wetzel added the comment: ok where should I place this . IO or Library ? If this is not a bug I really have to do some soul-searching -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy versions: +Python 3.6 -Python

[issue36930] Windows proxy settings automatically used ... partly

2019-05-15 Thread Immo Wetzel
New submission from Immo Wetzel : I do run python 2.7/3.7 on a windows 7 host. This host is AD managed. As part of the group policy the internet settings are set to automatically proxy configuration. The configuration works. cos IE and Chrome can reach external and internal hosts. Some