[issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar

2014-03-02 Thread Matej Cepl
Matej Cepl added the comment: Hmm, then I don’t care about this anymore. Solution which I won’t be able to use for couple of years doesn’t make sense to me to struggle with it. If anybody cares about python 3.5, feel free to reopen. -- resolution: -> wont fix status: open ->

[issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar

2014-03-02 Thread Matej Cepl
Matej Cepl added the comment: OK, so perhaps developing of tests is not such complete waste of time. And yes, I hoped that at least in terms of external API I wouldn´t introduce any change. -- ___ Python tracker <http://bugs.python.org/issue19

[issue1005895] curses for win32

2016-08-01 Thread Matej Cepl
Matej Cepl added the comment: Well, basically any solution is better than nothing ;) -- nosy: +mcepl ___ Python tracker <http://bugs.python.org/issue1005

[issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar

2014-10-09 Thread Matej Cepl
Matej Cepl added the comment: > In my own case I use os.popen(“wget …”) instead of urllib2 just because some > version long ago failed on some web site. I can trust that this external > tool works all the time. It would be great if urllib2 worked as well > nowadays. I believe

[issue19494] urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthHandler) doesn't work with GitHub API v3 and similar

2014-10-10 Thread Matej Cepl
Matej Cepl added the comment: > Regardless of whether we add this to 2.7 or not, it should be an entirely > separate class. I personally feel this isn't a bug fix but a feature addition > for 2.7 so I'm -0.5 on adding it there. It's also not a security backport so &

[issue14465] xml.etree.ElementTree: add feature to prettify XML output

2015-01-27 Thread Matej Cepl
Changes by Matej Cepl : -- nosy: +mcepl ___ Python tracker <http://bugs.python.org/issue14465> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7559] TestLoader.loadTestsFromName swallows import errors

2016-01-11 Thread Matej Cepl
Changes by Matej Cepl : -- nosy: +mcepl ___ Python tracker <http://bugs.python.org/issue7559> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue5680] Command-line arguments when running in IDLE

2016-09-09 Thread Matej Cepl
Changes by Matej Cepl : -- nosy: +mcepl ___ Python tracker <http://bugs.python.org/issue5680> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue23665] Provide IDLE menu option to set command-line arguments

2016-09-09 Thread Matej Cepl
Changes by Matej Cepl : -- nosy: +mcepl ___ Python tracker <http://bugs.python.org/issue23665> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3