Re: python-dev Summary for 2006-07-16 through 2006-07-31

2006-08-14 Thread david_wahler
I'll be out of the office until approximately August 20th. If you have any questions, please email [EMAIL PROTECTED] -- David Wahler -- http://mail.python.org/mailman/listinfo/python-list

Re: python-dev Summary for 2006-07-01 through 2006-07-15

2006-08-14 Thread david_wahler
I'll be out of the office until approximately August 20th. If you have any questions, please email [EMAIL PROTECTED] -- David Wahler -- http://mail.python.org/mailman/listinfo/python-list

Re: python-dev Summary for 2006-06-16 through 2006-06-30

2006-08-04 Thread david_wahler
I'll be out of the office until approximately August 20th. If you have any questions, please email [EMAIL PROTECTED] -- David Wahler -- http://mail.python.org/mailman/listinfo/python-list

Re: python-dev Summary for 2006-05-01 through 2006-05-15

2006-06-14 Thread Steven Bethard
[EMAIL PROTECTED] wrote: > This summary is tagged as being in ISO-8859-1 encoding: > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > However, it really is in UTF-8 Hmm... I guess Gmail's automatic encoding selection isn't working for the summaries. I've changed my Gmail settings

Re: python-dev Summary for 2006-05-01 through 2006-05-15

2006-06-14 Thread Neil Hodgson
Radovan: > This summary is tagged as being in ISO-8859-1 encoding: > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > However, it really is in UTF-8, which results in this mojibake: > >> Martin v. Löwis and Marc-Andre Lemburg discussed how to include both Its a good thing we

Re: python-dev Summary for 2006-05-01 through 2006-05-15

2006-06-13 Thread garabik-news-2005-05
This summary is tagged as being in ISO-8859-1 encoding: Content-Type: text/plain; charset=ISO-8859-1; format=flowed However, it really is in UTF-8, which results in this mojibake: > > Martin v. Löwis and Marc-Andre Lemburg discussed how to include both -- -

Re: python-dev Summary for 2006-04-01 through 2006-04-15

2006-06-07 Thread Fredrik Lundh
> - > Python 2.5a1 Released > - > > Python 2.5 alpha 1 was released on April 5th. Please download it and > try it out, particularly if you are an extension writer or you embed > Python -- you may want to change things to support 64-bit sequences, > and if y

Re: python-dev Summary for 2006-02-16 through 2006-02-28

2006-04-29 Thread Manlio Perillo
Steven Bethard ha scritto: > python-dev Summary for 2006-02-16 through 2006-02-28 > > > .. contents:: > > [...] > > Translating the Python documentation > > > Facundo Ba

Re: python-dev summary

2005-11-17 Thread Tony Meyer
On 17/11/2005, at 7:20 PM, Titus Brown wrote: >> [The HTML version of this Summary is available at >> http://www.python.org/dev/summary/2005-09-01_2005-09-15.html] > > no... no, it's not ;) Sorry; I should amend the copy that's posted to say "will be available". The summaries get posted here,

Re: python-dev Summary for 2005-08-01 through 2005-08-15

2005-09-14 Thread Steven Bethard
Steve Tregidgo wrote: > on 2005-08-30 01:45 Tony Meyer said the following: > >> [The HTML version of this Summary is available at >> http://www.python.org/dev/summary/2005-08-01_2005-08-15.html] > ... >> Many revision control systems were extensively discussed, including >> `Subversion`_ (SVN), `P

Re: python-dev Summary for 2005-08-01 through 2005-08-15

2005-09-14 Thread Steve Tregidgo
I wrote: > Take a look at the HTML version of this summary... Argh! Sorry everyone, I meant to send that to just the python-dev summary chaps, not to the whole list. An email mistake I should have grown out of years ago. :-( -- Steve Tregidgo -- http://mail.python.org/mailman/listinfo/python

Re: python-dev Summary for 2005-08-01 through 2005-08-15

2005-09-14 Thread Steve Tregidgo
Hi, on 2005-08-30 01:45 Tony Meyer said the following: > [The HTML version of this Summary is available at > http://www.python.org/dev/summary/2005-08-01_2005-08-15.html] ... > Many revision control systems were extensively discussed, including > `Subversion`_ (SVN), `Perforce`_, `Mercurial`_, and

Re: python-dev summary for 2005-07-01 to 2005-07-15

2005-07-31 Thread Raymond Hettinger
> This is the seventh summary written by the python-dev summary cabal of > Steve Bethard, Tim Lesher, and Tony Meyer. Thanks guys. The work is excellent and appreciated. Raymond -- http://mail.python.org/mailman/listinfo/python-list

Re: python-dev Summary for 2005-06-16 through 2005-06-30

2005-07-08 Thread Steven Bethard
Bengt Richter wrote: > On Fri, 8 Jul 2005 18:15:37 -0600, Steven Bethard <[EMAIL PROTECTED]> wrote: > >>[The HTML version of this Summary is available at >>http://www.python.org/dev/summary/2005-06-16_2005-06-30.html] > > Not when I just looked, but maybe it takes a while ;-) Yes, sorry, we're s

Re: python-dev Summary for 2005-06-16 through 2005-06-30

2005-07-08 Thread Bengt Richter
On Fri, 8 Jul 2005 18:15:37 -0600, Steven Bethard <[EMAIL PROTECTED]> wrote: >[The HTML version of this Summary is available at >http://www.python.org/dev/summary/2005-06-16_2005-06-30.html] > Not when I just looked, but maybe it takes a while ;-) Regards, Bengt Richter -- http://mail.python.org

Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread Ville Vainio
> "Steven" == Steven Bethard <[EMAIL PROTECTED]> writes: Steven> If you're interested in why Guido doesn't want blocks with Steven> arbitrary control flow, you should check out: Steven> http://mail.python.org/pipermail/python-dev/2005-May/053702.html It's convincing, but I would

Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread Steven Bethard
Ville Vainio wrote: >>"Kay" == Kay Schluehr <[EMAIL PROTECTED]> writes: > > > Kay> but PEP 340 is already withdrawn by the BDFL. [1] > > Kay> There won't be any Ruby-like blocks because they hide control > Kay> flow. > > Bummer. I would have greatly enjoyed seeing the only real

Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread Ville Vainio
> "Kay" == Kay Schluehr <[EMAIL PROTECTED]> writes: Kay> but PEP 340 is already withdrawn by the BDFL. [1] Kay> There won't be any Ruby-like blocks because they hide control Kay> flow. Bummer. I would have greatly enjoyed seeing the only real reason for choosing Ruby over Python

Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread TZOTZIOY
On Mon, 16 May 2005 12:06:18 +1200, rumours say that "Tony Meyer" <[EMAIL PROTECTED]> might have written: >A request for anonymous blocks by Shannon -jj Behrens launched a >massive discussion about a variety of related ideas. This discussion >is split into different sections for the sake of readab

Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread Steven Bethard
Kay Schluehr wrote: > but PEP 340 is already withdrawn by the BDFL. > There won't be any Ruby-like blocks because they hide control flow. Well, there won't be any blocks that can perform *arbitrary* control flow, but it does look like we might have blocks that can perform try/finally-like acquis

Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread Kay Schluehr
Tony Meyer wrote: > [The HTML version of this Summary is available at > http://www.python.org/dev/summary/2005-04-16_2005-04-30.html] > > > > == > Summary Announcements > == > > --- > Exploding heads > --- > > After a gentle introduct

Ruby blocks finally coming to python? (was Re: python-dev Summary for 2005-04-16 through 2005-04-30

2005-05-16 Thread Ville Vainio
Just wanted to draw the attention by changing the subject line - see parent and especially: Tony> Tony> PEP 340 Proposed Tony> Tony> In the end, Guido decided that what he really wanted as a solution to Tony> `The Control Flow Management Probl

Re: python-dev Summary for 2005-04-01 through 2005-04-15

2005-04-21 Thread Gerrit Muller
Tim Lesher wrote: --- New python-dev summary team --- This summary marks the first by the team of Steve Bethard, Tim Lesher, and Tony Meyer. We're trying a collaborative approach to the summaries: each fortnight, we'll be getting together in a virtua

Re: [Python-Dev] Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-03-02 Thread Max M
Martin v. Löwis wrote: Steve Holden wrote: The more I participate, the more I can relate to Eric Raymond's notion of a "gift society". Volunteers give their contributions to the community just because they want to, and they may get recognition in return. But because these are gifts, you can just st

Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-03-01 Thread IncessantRanting
Gerrit Muller wrote: > > as always I do appreciate your summaries. This new format, with the > boilerplate at the end certainly is an improvement. However, I always > use your news announcement as a trigger to read the version at > . I used to do this by >

OK, time to retire (was: Re: python-dev Summary for 2005-01-16 through 2005-01-31)

2005-03-01 Thread Brett C.
Steve Holden wrote: Michele Simionato wrote [on c.l.py]: Brett Cannon: [... python-dev summary ... boilerplate change ...] +1 for this idea. The summary looks much better now :) Keep the good work going, Sorry, but i have to disagree. I hope you won't take this reply personally, Michele, since it'

Re: [Python-Dev] Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-03-01 Thread "Martin v. Löwis"
Steve Holden wrote: Now, the reason for this specific rant is this: I can tell a cry for help when I see one. Brett has done a magnificent job of providing python-dev summaries since Andrew decided he'd had enough, and he is to be congratulated for it. I managed to offload another bunch of work

Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-03-01 Thread Gerrit Muller
Brett, <...snip...> -- New format -- I have done a thorough restructuring of the boilerplate and the Summary Announcements section for the Summaries. The purpose of this is to make finding information in the boilerplate much easier. It also keeps consistency by sectioning off e

Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-03-01 Thread Steve Holden
Michele Simionato wrote [on c.l.py]: Brett Cannon: [... python-dev summary ... boilerplate change ...] +1 for this idea. The summary looks much better now :) Keep the good work going, Sorry, but i have to disagree. I hope you won't take this reply personally, Michele, since it's directed to all c.

Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-02-28 Thread Michele Simionato
Brett Cannon: >Lastly, the typical boilerplate for each Summary has now been moved to the >bottom. This was at the request of a regular reader who I would like to keep >happy. =) It also seems reasonable since once you have read through it once >chances are you are not going to read it again so

Re: python-dev Summary for 2004-11-16 through 2004-11-30

2005-01-07 Thread Stelios Xanthakis
[EMAIL PROTECTED] wrote: Would you like the source with your function? Yes, since I asked for this feature something like two years ago ;-) Well, the main objection seemed to be that we can get the source of a function one way or another. For functions with a file (1) with "inspect" , for functio

Re: python-dev Summary for 2004-11-16 through 2004-11-30

2005-01-06 Thread michele . simionato
> Would you like the source with your function? Yes, since I asked for this feature something like two years ago ;-) Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list