2.7.7 Built-in OpenSSL Library?

2014-06-26 Thread David Andrzejewski
Taking a look at: http://bugs.python.org/issue21462 It looks like the OpenSSL library in Python 2.7.7 on Windows should be 1.0.1. However, when I install Python 2.7.7 on my system, C:\Python27python Python 2.7.7 (default, Jun 1 2014, 14:17:13) [MSC v.1500 32 bit (Intel)] on win32 Type help,

Re: 2.7.7 Built-in OpenSSL Library?

2014-06-26 Thread David Andrzejewski
On Thursday, June 26, 2014 5:09:10 PM UTC-4, Zachary Ware wrote: On Thu, Jun 26, 2014 at 3:41 PM, David Andrzejewski david.andrzejew...@gmail.com wrote: Taking a look at: http://bugs.python.org/issue21462 It looks like the OpenSSL library in Python 2.7.7 on Windows should

[issue9720] zipfile writes incorrect local file header for large files in zip64

2012-03-20 Thread David Andrzejewski
Changes by David Andrzejewski site+python@davidandrzejewski.com: -- nosy: +dandrzejewski ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9720

[issue8813] SSLContext doesn't support loading a CRL

2011-10-05 Thread David Andrzejewski
Changes by David Andrzejewski site+python@davidandrzejewski.com: -- nosy: +dandrzejewski ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8813

[issue2475] Popen.poll always returns None

2010-08-06 Thread David Andrzejewski
Changes by David Andrzejewski site+python@davidandrzejewski.com: -- nosy: +dandrzejewski ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2475

[issue8293] HTTPSConnection.close() does not immediately close the connection.

2010-04-06 Thread David Andrzejewski
David Andrzejewski site+python@davidandrzejewski.com added the comment: Now, it turns out that if you send the HTTP Connection: close header, the connection does close at the end (because the server closes it). Still, it seems like this should behave the same regardless of whether it's

[issue5103] ssl.SSLSocket timeout not working correctly when remote end is hanging

2010-04-05 Thread David Andrzejewski
Changes by David Andrzejewski site+python@davidandrzejewski.com: -- nosy: +dandrzejewski ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5103

[issue5103] ssl.SSLSocket timeout not working correctly when remote end is hanging

2010-04-05 Thread David Andrzejewski
David Andrzejewski site+python@davidandrzejewski.com added the comment: I believe this issue may be responsible for causing a very long hang in my application. Here's an example of it hanging for 30 minutes. Yes - minutes. [UI] 2010-04-03 11:33:34,209 DEBUG: Communicating with GUI

[issue8293] HTTPSConnection.close() does not immediately close the connection.

2010-04-02 Thread David Andrzejewski
New submission from David Andrzejewski site+python@davidandrzejewski.com: Python 2.6.4, Windows XP. If you run the following code: import httplib http_connection = httplib.HTTPConnection(192.168.192.196) http_connection.request(GET, /) http_connection.sock.settimeout(20) response

[issue1711603] logging

2009-05-20 Thread David Andrzejewski
Changes by David Andrzejewski david.andrzejew...@gmail.com: -- title: syslog syscall support for SysLogLogger - logging versions: +Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1711603

[issue1711603] syslog syscall support for SysLogLogger - logging

2009-05-20 Thread David Andrzejewski
Changes by David Andrzejewski david.andrzejew...@gmail.com: -- title: logging - syslog syscall support for SysLogLogger - logging versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1711603

[issue1711603] syslog syscall support for SysLogLogger

2009-05-20 Thread David Andrzejewski
Changes by David Andrzejewski david.andrzejew...@gmail.com: -- title: syslog syscall support for SysLogLogger - logging - syslog syscall support for SysLogLogger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1711603