M2Crypto.SSL.Checker.NoCertificate Exception

2012-04-02 Thread Tim H.
I have a weird quirk with the M2Crypto module and I hope someone would be able to point me in the right direction. I am working with a colleague to develop an internal tool to check SSL certificates on a list of IPv4 addresses obtained via stdin. We are using M2Crypto to help with validating

urllib confusion

2009-02-18 Thread Tim H
When I attempt to open 2 different pages on the same site I get 2 copies of the first page. ?? ie links = [ 'http://site.org/foo/1/bar', 'http://site.org/foo/2/bar' ] for url in links: print "url:", url f = urlopen(url, params) print "Actual url:", f.geturl()

time: Daylight savings confusion

2009-02-04 Thread Tim H
On Win XP 64bit, Python 2.6.1 64bit I am trying to rename files by their creation time. It seems the time module is too smart for its own good here. time.localtime(os.path.getctime(f)) returns a value one hour off from what windows reports for files that were created when Daylight savings tim

Re: Suggested improvements for IDLE (non-official)

2009-01-15 Thread Tim H
r wrote: On Jan 14, 4:43 pm, Terry Reedy wrote: [snip] I think the 'main' IDLE maintainer is no longer active. I think someone who would do more than fix critical bugs might be welcome. Hello Terry, That's what i was beginning to think. I am not quite ready (as far as my skills are concerned