Re: PEP 401

2009-04-21 Thread alessiogiovanni . baroni
On 19 Apr, 21:28, Stefan Behnel stefan...@behnel.de wrote: alessiogiovanni.bar...@gmail.com wrote: Are 19 days that I read this PEP; it's all true? Yep. Actually, the Cython project was lucky that the FLUFL did not recognise it as an alternative implementation of Python. That way, we can

Re: Python and GMP.

2009-04-21 Thread alessiogiovanni . baroni
On 21 Apr, 09:11, Paul Rubin http://phr...@nospam.invalid wrote: casevh cas...@gmail.com writes: Python 3.1 is significantly faster than Python 2.x on 64-bit platforms. The following times are for multiplication with 2, 30 and 300 decimal digits. Could you test pow(a,b,c) where a,b,c are

Re: out of memory with processing module

2009-04-21 Thread alessiogiovanni . baroni
On 20 Apr, 18:32, Brian knair...@yahoo.com wrote: On Apr 20, 9:18 am, alessiogiovanni.bar...@gmail.com wrote: On 20 Apr, 17:03, Brian knair...@yahoo.com wrote: I'm using the third-party processing module in Python 2.5, which may have become the multiprocessing module in Python 2.6, to

PEP 401

2009-04-20 Thread alessiogiovanni . baroni
Are 19 days that I read this PEP; it's all true? -- http://mail.python.org/mailman/listinfo/python-list

Re: PEP 401

2009-04-20 Thread alessiogiovanni . baroni
On 20 Apr, 10:22, Steven D'Aprano ste...@remove.this.cybersource.com.au wrote: On Sun, 19 Apr 2009 11:02:35 -0700, alessiogiovanni.baroni wrote: Are 19 days that I read this PEP; it's all true? For the benefit of people who are not aware of the tradition of April Fools:

Re: when can i expect libraries and third party tools to be updated for python 3 ?

2009-04-20 Thread alessiogiovanni . baroni
On 20 Apr, 15:47, Deep_Feelings doctore...@gmail.com wrote: every one is telling dont go with python 3 , 3rd party tools and libraries have no compitability with python 3 so from previous experience : when can i expect libraries and third party tools to be updated for python 3 ? (especially

Re: out of memory with processing module

2009-04-20 Thread alessiogiovanni . baroni
On 20 Apr, 17:03, Brian knair...@yahoo.com wrote: I'm using the third-party processing module in Python 2.5, which may have become the multiprocessing module in Python 2.6, to speed up the execution of a computation that takes over a week to run. The relevant code may not be relevant, but it

Python and GMP.

2009-04-20 Thread alessiogiovanni . baroni
There are reasons why Python not used the GMP library for implementing its long type? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python unit tests.

2009-04-16 Thread alessiogiovanni . baroni
On 15 Apr, 16:18, s...@pobox.com wrote:     how do I read the info athttp://coverage.livinglogic.de? For     example, inhttp://coverage.livinglogic.de/Objects/funcobject.c.html,     the count field, what it means? Most likely it's the number of times that line was executed.  Strong support

Python unit tests.

2009-04-15 Thread alessiogiovanni . baroni
Hi to all, how do I read the info at http://coverage.livinglogic.de ? For example, in http://coverage.livinglogic.de/Objects/funcobject.c.html, the count field, what it means? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Interpreter Thread state Frame structures.

2009-01-07 Thread alessiogiovanni . baroni
Hi to all, there are some fields in the PyInterpreterState and PyThreadState obscures. PyInterpreterState: 1) Why there are the fields *next and *tstate_head? PyThreadState: 1) Why there is the field *next? An object PyFrameObject is a portion of code, with a state. But exactly? Contents of

Re: keyword checker - keyword.kwlist

2007-05-10 Thread alessiogiovanni . baroni
On 10 Mag, 15:38, [EMAIL PROTECTED] wrote: Hi I try to check whether a given input is keyword or not. However this script won't identify keyword input as a keyword. How should I modify it to make it work? #!usr/bin/env python import keyword input = raw_input('Enter identifier to check

Error in python.org homepage.

2007-05-01 Thread alessiogiovanni . baroni
Hi to all!!! I sended an email to webmaster at python dot org, but was blocked... why? In the homepage of python.org there is an error: the link that point to source distribution is not updated to Python 2.5.1. -- http://mail.python.org/mailman/listinfo/python-list