[issue9991] xmlrpc client ssl check faulty

2010-12-16 Thread Jesse Kaukonen
Jesse Kaukonen added the comment: I tested the latest release of Python (3.1.3) with Blender and everything worked beautifully. Renderfarm.fi thanks you for fixing this! -- ___ Python tracker _

[issue9991] xmlrpc client ssl check faulty

2010-11-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: r86523(py3k) and r86524(release31-maint) -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue9991] xmlrpc client ssl check faulty

2010-11-18 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue9991] xmlrpc client ssl check faulty

2010-11-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in r86514 (py3k) and r86515 (release31-maint). -- assignee: -> orsenthil resolution: -> fixed stage: -> committed/rejected ___ Python tracker

[issue9991] xmlrpc client ssl check faulty

2010-11-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: That's sad. The fix is very simple. We shall have it before 3.2 alpha4 or beta1. -- ___ Python tracker ___

[issue9991] xmlrpc client ssl check faulty

2010-11-14 Thread Julius Tuomisto
Julius Tuomisto added the comment: Renderfarm.fi's python based "uploader" for Blender 2.5 (GPL licensed and a part of the main distribution of Blender) is still suffering from this bug. We're hopeful that this issue would be fixed in the next versions of Python. Thank you! -- nosy:

[issue9991] xmlrpc client ssl check faulty

2010-10-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue9991] xmlrpc client ssl check faulty

2010-10-11 Thread Jesse Kaukonen
Jesse Kaukonen added the comment: This problem also occurs with our service at www.renderfarm.fi with Blender. I tested the included patch, and can confirm that it works. I'm very interested in the possibility of seeing this included in the official release ASAP! -- nosy: +gekko

[issue9991] xmlrpc client ssl check faulty

2010-10-05 Thread Jonathan Niehof
Changes by Jonathan Niehof : -- nosy: +Jelly.Chen, lister171254 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9991] xmlrpc client ssl check faulty

2010-09-29 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +flox, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9991] xmlrpc client ssl check faulty

2010-09-29 Thread Jonathan Niehof
New submission from Jonathan Niehof : This has been reported before (#6494, #7987) and closed as "You need to build Python with SSL support." However, this error is raised even if ssl support is included. The SSL check in xmlrpc.client for Python 3.1 is: if not hasattr(socket, "ssl") but ssl w