Re: [Python-Dev] Assigning copyright...

2012-05-07 Thread stefan brunthaler
> I think you'll find that we don't keep a lot of things secret about CPython > and its implementation. > Yeah, I agree that this is in principal a good thing and what makes CPython ideally suited for research. However, my optimizations make use of unused opcodes, which might be used in the future

Re: [Python-Dev] Assigning copyright...

2012-05-07 Thread Martin v. Löwis
On 07.05.2012 21:23, stefan brunthaler wrote: Hello, http://www.python.org/psf/contrib/ I took care of the formalities. I am not sure how to proceed further. Would python-dev want me to draft a PEP? Submit a patch to the bug tracker, against default's head. Regards, Martin ___

Re: [Python-Dev] Assigning copyright...

2012-05-07 Thread Georg Brandl
On 05/07/2012 09:23 PM, stefan brunthaler wrote: > Hello, > >> http://www.python.org/psf/contrib/ > > I took care of the formalities. > > I am not sure how to proceed further. Would python-dev want me to draft a PEP? > > Regards, > --stefan > > PS: Personally, I am not a 100pct convinced that

Re: [Python-Dev] Assigning copyright...

2012-05-07 Thread stefan brunthaler
Hello, > http://www.python.org/psf/contrib/ I took care of the formalities. I am not sure how to proceed further. Would python-dev want me to draft a PEP? Regards, --stefan PS: Personally, I am not a 100pct convinced that having a PEP is a good thing in this case, as it makes a perfectly trans

Re: [Python-Dev] Assigning copyright...

2012-04-26 Thread Martin v. Löwis
Regarding Eric's hint: It seems that this agreement needs to be signed and mailed. Can I sign/scan and email it to somebody? Yes, see http://www.python.org/psf/contrib/ Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.pyt

Re: [Python-Dev] Assigning copyright...

2012-04-26 Thread stefan brunthaler
Hello Mark, > A URL for the code repository (with an open-source license), > so code can be reviewed. > It is hard to review and update a giant patch. OK, I took Nick's advice to heart and created a fork from the official cpython mirror on bitbucket. You can view the code patched in (branch: inc

Re: [Python-Dev] Assigning copyright...

2012-04-25 Thread Mark Shannon
stefan brunthaler wrote: Hi, I only had little time to spend for my open sourcing efforts, which is why I could not get back to python-dev any time earlier... Yesterday I forward-ported my patches to revision 76549 (13c30fe3f427), which only took 25mins or so (primarly due to the small changes

Re: [Python-Dev] Assigning copyright...

2012-04-25 Thread Éric Araujo
Hi Stefan, The PSF does not require copyright assignment (ugh!), only a contributor agreement. http://www.python.org/psf/contrib/contrib-form/ should give you all you need. Regards ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.or

[Python-Dev] Assigning copyright...

2012-04-25 Thread stefan brunthaler
Hi, I only had little time to spend for my open sourcing efforts, which is why I could not get back to python-dev any time earlier... Yesterday I forward-ported my patches to revision 76549 (13c30fe3f427), which only took 25mins or so (primarly due to the small changes necessary to Python itself