Re: [Python-Dev] [Python-checkins] cpython: Review of signature docs.

2012-08-14 Thread Andrew Svetlov
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

Re: [Python-Dev] AST optimizer implemented in Python

2012-08-14 Thread Kristján Valur Jónsson
> -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

Re: [Python-Dev] AST optimizer implemented in Python

2012-08-14 Thread Victor Stinner
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

Re: [Python-Dev] AST optimizer implemented in Python

2012-08-14 Thread Kristján Valur Jónsson
> -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

Re: [Python-Dev] AST optimizer implemented in Python

2012-08-14 Thread Hrvoje Niksic
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.

[Python-Dev] PEPs build system

2012-08-14 Thread Yury Selivanov
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

[Python-Dev] Installation on Macs

2012-08-14 Thread Raymond Hettinger
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

Re: [Python-Dev] Installation on Macs

2012-08-14 Thread Jesse Noller
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