Re: [Python-Dev] Windows builds for backported SSL module, please?

2007-10-05 Thread Paul Moore
On 05/10/2007, Bill Janssen <[EMAIL PROTECTED]> wrote: > I found a bug -- setup.py wasn't detecting the difference between > 2.5.0 and 2.5.1 properly. I've updated the release to 1.5. > > > http://pypi.python.org/pypi?name=ssl&version=1.5&; I'll do Windows binaries for you. The URL you gave is br

Re: [Python-Dev] Removing hotshot profiler?

2007-10-05 Thread skip
Fred, Search the python-3000 archives for a subject started by Neal Norwitz in late August with a subject of "what to do with profilers in the stdlib". I was the one who suggested removing hotshot (Armin's cprofile covers basically the same ground). Skip _

Re: [Python-Dev] Windows builds for backported SSL module, please?

2007-10-05 Thread Bill Janssen
For some reason, it was set to be 'hidden'. Try http://pypi.python.org/pypi/ssl/1.5 Bill ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python

[Python-Dev] Summary of Tracker Issues

2007-10-05 Thread Tracker
ACTIVITY SUMMARY (09/28/07 - 10/05/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1291 open (+18) / 11432 closed ( +3) / 12723 total (+21) Open issues with patches: 413 Average durati

Re: [Python-Dev] Windows builds for backported SSL module, please?

2007-10-05 Thread Paul Moore
On 05/10/2007, Bill Janssen <[EMAIL PROTECTED]> wrote: > For some reason, it was set to be 'hidden'. > > Try > > http://pypi.python.org/pypi/ssl/1.5 > > Bill Tiny typo in setup.py (see below). I've fixed it in my copy - it won't affect the Windows builds, unless you want to release a new version

Re: [Python-Dev] Windows builds for backported SSL module, please?

2007-10-05 Thread Paul Moore
On 05/10/2007, Paul Moore <[EMAIL PROTECTED]> wrote: > On 05/10/2007, Bill Janssen <[EMAIL PROTECTED]> wrote: > > For some reason, it was set to be 'hidden'. > > > > Try > > > > http://pypi.python.org/pypi/ssl/1.5 > > > > Bill > > Tiny typo in setup.py (see below). I've fixed it in my copy - it w

Re: [Python-Dev] Windows builds for backported SSL module, please?

2007-10-05 Thread Bill Janssen
> BTW, there's still an asyncore bug with Python 2.4. I can't recall if > that's a known issue. It was in 1.3 (I didn't ever get to 1.4). Hmmm, I just build Python 2.4.4 and tried it (on a Mac), and it seems to work fine. Must be a Windows issue, somehow. Any ideas? Bill ___