Re: Source code for itertools

2010-09-01 Thread vsoler
On 1 sep, 06:30, Tim Roberts wrote: > vsoler wrote: > >On 31 ago, 04:42, Paul Rubin wrote: > >> vsoler writes: > >> > I was expecting an itertools.py file, but I don't see it in your list. > >> >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c > > >> looks promising.  Lots of stdlib modul

Re: Source code for itertools

2010-09-01 Thread vsoler
On 31 ago, 05:33, Rolando Espinoza La Fuente wrote: > On Mon, Aug 30, 2010 at 11:06 PM, vsoler wrote: > > On 31 ago, 04:42, Paul Rubin wrote: > >> vsoler writes: > >> > I was expecting an itertools.py file, but I don't see it in your list. > >> >> ./python3.1-3.1.2+20100829/Modules/itertoolsmod

Re: Source code for itertools

2010-08-31 Thread Tim Roberts
vsoler wrote: >On 31 ago, 04:42, Paul Rubin wrote: >> vsoler writes: >> > I was expecting an itertools.py file, but I don't see it in your list. >> >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c >> >> looks promising.  Lots of stdlib modules are written in C for speed or >> access to s

Re: Source code for itertools

2010-08-30 Thread Terry Reedy
On 8/30/2010 10:27 PM, vsoler wrote: I was expecting an itertools.py file, but I don't see it in your list. The manual page has the original python source for each function. I recommend you look at that. Itertool was rewritten in C for speed but the C source will not tell you any more about t

Re: Source code for itertools

2010-08-30 Thread Brian Curtin
On Mon, Aug 30, 2010 at 22:06, vsoler wrote: > On 31 ago, 04:42, Paul Rubin wrote: > > vsoler writes: > > > I was expecting an itertools.py file, but I don't see it in your list. > > >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c > > > > looks promising. Lots of stdlib modules are wri

Re: Source code for itertools

2010-08-30 Thread Rolando Espinoza La Fuente
On Mon, Aug 30, 2010 at 11:06 PM, vsoler wrote: > On 31 ago, 04:42, Paul Rubin wrote: >> vsoler writes: >> > I was expecting an itertools.py file, but I don't see it in your list. >> >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c >> >> looks promising.  Lots of stdlib modules are writte

Re: Source code for itertools

2010-08-30 Thread vsoler
On 31 ago, 04:42, Paul Rubin wrote: > vsoler writes: > > I was expecting an itertools.py file, but I don't see it in your list. > >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c > > looks promising.  Lots of stdlib modules are written in C for speed or > access to system facilities. Lawr

Re: Source code for itertools

2010-08-30 Thread Paul Rubin
vsoler writes: > I was expecting an itertools.py file, but I don't see it in your list. >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c looks promising. Lots of stdlib modules are written in C for speed or access to system facilities. -- http://mail.python.org/mailman/listinfo/python-l

Re: Source code for itertools

2010-08-30 Thread vsoler
On 31 ago, 04:14, Lawrence D'Oliveiro wrote: > In message > <9aa266f0-be9b-4c9a-bfbd-6cdfc86ad...@t20g2000yqa.googlegroups.com>, vsoler > wrote: > > > I'm interested in studying the itertools source code, especially the > > permutations function. > > > However, I cannot find the library. Where c

Re: Source code for itertools

2010-08-30 Thread Shashwat Anand
On Tue, Aug 31, 2010 at 7:30 AM, vsoler wrote: > I'm interested in studying the itertools source code, especially the > permutations function. > > However, I cannot find the library. Where could I find it? > > Running Python 3.1 > > Thank you > Either you can download it or browse it on the net.

Re: Source code for itertools

2010-08-30 Thread Lawrence D'Oliveiro
In message <9aa266f0-be9b-4c9a-bfbd-6cdfc86ad...@t20g2000yqa.googlegroups.com>, vsoler wrote: > I'm interested in studying the itertools source code, especially the > permutations function. > > However, I cannot find the library. Where could I find it? l...@theon:python> apt-get source python3.

Source code for itertools

2010-08-30 Thread vsoler
I'm interested in studying the itertools source code, especially the permutations function. However, I cannot find the library. Where could I find it? Running Python 3.1 Thank you -- http://mail.python.org/mailman/listinfo/python-list