[Python-Dev] trace module options.

2009-06-24 Thread Edward Peschko
All, I've been looking at the trace module, and although it looks useful, I'm surprised that there aren't a couple of features that I would have thought would be fairly basic. So, does trace support (for the --trace option): - indentation tracking stacklevel (where each function is prefixed

Re: [Python-Dev] Python for Windows??

2009-06-24 Thread Tim Golden
David H. Burns wrote: I downloaded what claims to be Python for Windows (3.01). The tutorial brags a lot about how easy it is to learn, but the tutorials and instruction seem to be for a Linux or Unix version. There are three executable programs in the Python directory and no indication which

Re: [Python-Dev] PEP 376

2009-06-24 Thread Tarek Ziadé
On Wed, Jun 24, 2009 at 11:18 AM, Antoine Pitrou wrote: > Sridhar Ratnakumar activestate.com> writes: >> >> On 09-06-23 02:57 AM, Nick Coghlan wrote: >> > Something like DistributionDirectoryMap should cover it. >> > >> > You could probably get away with shortening "Directory" to "Dir" in the >> >

Re: [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS

2009-06-24 Thread Terry Reedy
Kristján Valur Jónsson wrote: The OP was redirected here from the stackless list since his questions were not stackless specific. Ok. He should have said so. Third party directions are not always right. As it turns out, he did post to python-list but ignored the rather strong hint about not s

Re: [Python-Dev] ndPython

2009-06-24 Thread Antoine Pitrou
Filippo Battaglia email.it> writes: > > http://www.psp-ita.com/forum/viewtopic.php?t=28323&start=20 > > from ndpsp import * > x = time.clock () > for i in range(1000): > pass > print >> clock, "1.", time.clock()-t First, it has been noted that your message would better be sent to python

Re: [Python-Dev] Python for Windows??

2009-06-24 Thread Michael Foord
David H. Burns wrote: I downloaded what claims to be Python for Windows (3.01). The tutorial brags a lot about how easy it is to learn, but the tutorials and instruction seem to be for a Linux or Unix version. There are three executable programs in the Python directory and no indication which

[Python-Dev] Python for Windows??

2009-06-24 Thread David H. Burns
I downloaded what claims to be Python for Windows (3.01). The tutorial brags a lot about how easy it is to learn, but the tutorials and instruction seem to be for a Linux or Unix version. There are three executable programs in the Python directory and no indication which should be used to start

Re: [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS

2009-06-24 Thread Kristján Valur Jónsson
The OP was redirected here from the stackless list since his questions were not stackless specific. Stackless python is in sync with the latest 2.x, 3.x branches as well as the trunk so performance problems he may with performance in general are perhaps best resolved by this lot. Kristján > --

Re: [Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS

2009-06-24 Thread Terry Reedy
SUBJECT LINES IN ALL CAPS CREATE NEGATIVE IMPRESSION Filippo Battaglia wrote: [snip questions I cannot answer] Question about existing, older Python versions should be directed to python-list, at least for a first try. Stackless Python is not produced by PSF core developers. It has third-part

[Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS

2009-06-24 Thread Filippo Battaglia
I need help with an implementation of your interpreter under Nanodesktop PSPE/PSP. I'm working to a version of Stackless Python interpreter (2.5.2) called ndPython. It is able to work under PSPE and PSP and it shall be the most powerful interpreter ever realized before on these platforms. I need

Re: [Python-Dev] PEP 376

2009-06-24 Thread Antoine Pitrou
Sridhar Ratnakumar activestate.com> writes: > > On 09-06-23 02:57 AM, Nick Coghlan wrote: > > Something like DistributionDirectoryMap should cover it. > > > > You could probably get away with shortening "Directory" to "Dir" in the > > class names though: > > > > - Distribution > > - ZippedDis