Re: [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread skip
Benjamin> Once you've pushed the branches, is there a way to remove them? Related question: is there a way to view the various branches in a non-local repository? Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailma

Re: [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 29, 2008, at 6:00 PM, Benjamin Peterson wrote: > > No, I mean the pushed version on code.python.org. Not unless you have shell or sftp access, which you probably don't. It's not a big deal though except for a mild feeling of uncleanliness.

Re: [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Benjamin Peterson
On Sat, Mar 29, 2008 at 4:59 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mar 29, 2008, at 5:11 PM, Benjamin Peterson wrote: > > > Once you've pushed the branches, is there a way to remove them? > > Do you mean the local branches? If yes, th

Re: [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 29, 2008, at 5:11 PM, Benjamin Peterson wrote: > Once you've pushed the branches, is there a way to remove them? Do you mean the local branches? If yes, then 'rm -rf mymergedbranch' does exactly what you want. :) - -Barry -BEGIN PGP S

Re: [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Benjamin Peterson
On Thu, Mar 20, 2008 at 2:42 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm happy to announce that we now have available for public > consumption, the Python source code for 2.5, 2.6 and 3.0 available > under the Bazaar distributed version con

Re: [Python-Dev] nested classes leaking in compiler

2008-03-29 Thread Amaury Forgeot d'Arc
Christian Heimes wrote: > Georg Brandl schrieb: > > > Somehow I knew you'd be the one to find the problem :) > > Agreed! :) > > Amaury is really good in finding loose ends in the parser and AST code. > I still can't wrap my brain around the AST code but it can see the light > at the end of the

Re: [Python-Dev] nested classes leaking in compiler

2008-03-29 Thread Christian Heimes
Georg Brandl schrieb: > Somehow I knew you'd be the one to find the problem :) Agreed! :) Amaury is really good in finding loose ends in the parser and AST code. I still can't wrap my brain around the AST code but it can see the light at the end of the code. _

Re: [Python-Dev] FreeBSD test suite failure -> curses

2008-03-29 Thread Jeroen Ruigrok van der Werven
-On [20080329 18:37], "Martin v. Löwis" ([EMAIL PROTECTED]) wrote: >Even if there is a bug in the test or in Python that causes newscr to >become NULL - why does that not show up in other releases, or on other >systems? I have been breaking my head about that as well. But then

Re: [Python-Dev] editing the docs

2008-03-29 Thread Benjamin Peterson
On Sat, Mar 29, 2008 at 12:25 PM, Jeroen Ruigrok van der Werven < [EMAIL PROTECTED]> wrote: > -On [20080329 17:13], Benjamin Peterson ([EMAIL PROTECTED]) > wrote: > >Now that I'm starting to examine and do some edits on the docs, I'd like > to ask > >some gui

Re: [Python-Dev] FreeBSD test suite failure -> curses

2008-03-29 Thread Martin v. Löwis
> Actually, given my recent results and discussion with Thomas Dickey I am not > so sure. Even if there is a bug in the test or in Python that causes newscr to become NULL - why does that not show up in other releases, or on other systems? > Thomas mentioned after seeing an ltrace: > > Perhaps i

Re: [Python-Dev] editing the docs

2008-03-29 Thread Jeroen Ruigrok van der Werven
-On [20080329 17:13], Benjamin Peterson ([EMAIL PROTECTED]) wrote: >Now that I'm starting to examine and do some edits on the docs, I'd like to ask >some guidance. What editor(s) do you guys use? I'm not one to cling to an >editor, so all suggestions are fair game. I pers

Re: [Python-Dev] editing the docs

2008-03-29 Thread Martin v. Löwis
> Now that I'm starting to examine and do some edits on the docs, I'd like > to ask some guidance. What editor(s) do you guys use? I'm not one to > cling to an editor, so all suggestions are fair game. For the docs, I typically use Emacs as well. Regards, Martin __

Re: [Python-Dev] editing the docs

2008-03-29 Thread Georg Brandl
Benjamin Peterson schrieb: > Hi, > Now that I'm starting to examine and do some edits on the docs, I'd like > to ask some guidance. What editor(s) do you guys use? I'm not one to > cling to an editor, so all suggestions are fair game. I use Emacs, for which the docutils bring an excellent rst mo

[Python-Dev] editing the docs

2008-03-29 Thread Benjamin Peterson
Hi, Now that I'm starting to examine and do some edits on the docs, I'd like to ask some guidance. What editor(s) do you guys use? I'm not one to cling to an editor, so all suggestions are fair game. -- Thanks, Benjamin Peterson ___ Python-Dev mailing l