Re: [Python-Dev] Re: Re: license issues with profiler.py and md5.h/md5c.c

2005-02-13 Thread =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=
Terry Reedy wrote: As I remember, my impression was based on the suggested procedure of first copywrite one's work and then license it under one of two acceptible "original licenses". This makes sense for a whole module, but hardly for most patches, to the point of being nonsense for a patch of

[Python-Dev] Re: OpenSSL sha module / license issues with md5.h/md5c.c

2005-02-13 Thread Donovan Baarda
On Sat, 2005-02-12 at 17:35 -0800, Gregory P. Smith wrote: > I've created an OpenSSL version of the sha module. trivial to modify > to be a md5 module. Its a first version with cleanup to be done and > such. being managed in the SF patch manager: > > > https://sourceforge.net/tracker/?func=de

Re: [Python-Dev] license issues with profiler.py and md5.h/md5c.c

2005-02-13 Thread Donovan Baarda
G'day, On Sat, 2005-02-12 at 13:04 -0800, Gregory P. Smith wrote: > On Sat, Feb 12, 2005 at 08:37:21AM -0500, A.M. Kuchling wrote: > > On Sat, Feb 12, 2005 at 01:54:27PM +1100, Donovan Baarda wrote: > > > Are there any potential problems with making the md5sum module > > > availability > > > "opt

[Python-Dev] Re: OpenSSL sha module / license issues with md5.h/md5c.c

2005-02-13 Thread Gregory P. Smith
On Mon, Feb 14, 2005 at 11:02:23AM +1100, Donovan Baarda wrote: > On Sat, 2005-02-12 at 17:35 -0800, Gregory P. Smith wrote: > > I've created an OpenSSL version of the sha module. trivial to modify > > to be a md5 module. Its a first version with cleanup to be done and > > such. being managed in

[Python-Dev] A hybrid C & Python implementation for itertools

2005-02-13 Thread Nick Coghlan
I can't really imagine Raymond liking this idea, and I have a feeling the idea has been shot down before. However, I can't persuade Google to tell me anything about such an occasion, so here goes anyway. . . The utilities in the itertools module can easily be composed to provide additional usef

Re: [Python-Dev] A hybrid C & Python implementation for itertools

2005-02-13 Thread Raymond Hettinger
[Nick Coghlan] > If itertools was a hybrid module, the handy 3-4 liners could go in the Python > section, with the heavy lifting done by the underlying C module. The Python > equivalents to the current C code could also be placed in the hybrid module > (as > happens with some of the other hybrid m