I think becoming an apple signed developer to get a cert is the best approach.
If anyone wanted to approach apple about open source/non profit gratis
licenses, that would be appreciated.
Otherwise I could do it / fund it from the PSF board side, which I am happy to
do.
I also concur with Raym
On Mountain Lion, the default security settings only allow installation of
applications downloaded from the Mac App Stored and "identified developers".
We need to either become an "identified developer" or include some instructions
on how to change the security settings (System Preference -- Gen
Hi,
There seems to be a problem with PEPs build process again.
As far as I see - PEP 362 and PEP 398 are out of sync with
what is in the repo.
Thanks,
-
Yury
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/pyth
On 08/14/2012 03:32 PM, Victor Stinner wrote:
I had the idea (perhaps not an original one) that peephole optimization would
be much better
done in python than in C. The C code is clunky and unwieldly, wheras python
would be much
better suited, being able to use nifty regexes and the like.
> -Original Message-
> From: Victor Stinner [mailto:victor.stin...@gmail.com]
> Sent: 14. ágúst 2012 13:32
> To: Kristján Valur Jónsson
> Cc: Python Dev
> Subject: Re: [Python-Dev] AST optimizer implemented in Python
> > The problem is, there exists only bytecode disassembler, no correspo
2012/8/14 Kristján Valur Jónsson :
>> I moved the script to a new dedicated project on Bitbucket:
>> https://bitbucket.org/haypo/astoptimizer
>>
>> Join the project if you want to help me to build a better optimizer!
>>
>> It now works on Python 2.5-3.3.
>
> I had the idea (perhaps not an original
> -Original Message-
> I moved the script to a new dedicated project on Bitbucket:
> https://bitbucket.org/haypo/astoptimizer
>
> Join the project if you want to help me to build a better optimizer!
>
> It now works on Python 2.5-3.3.
I had the idea (perhaps not an original one) that p
Thank you for review.
On Tue, Aug 14, 2012 at 10:45 AM, georg.brandl
wrote:
> http://hg.python.org/cpython/rev/e1e7d628c0b9
> changeset: 78560:e1e7d628c0b9
> user:Georg Brandl
> date:Tue Aug 14 09:45:28 2012 +0200
> summary:
> Review of signature docs.
>
> files:
> Doc/libr