Re: [Python-Dev] And the winner is...

2009-03-31 Thread Eduardo O. Padoan
On Tue, Mar 31, 2009 at 3:04 PM, Mike Coleman wrote: > It looks like there might be a Python clone sprouting here: > >    http://gitorious.org/projects/git-python/ AFAIK, git-python is just a lib to manipulate git repos from python, not a git clone. Dulwich is more like it: http://samba.org/~jel

Re: [Python-Dev] RELEASED Python 3.0 final

2008-12-05 Thread Eduardo O. Padoan
On Fri, Dec 5, 2008 at 12:35 AM, A.M. Kuchling <[EMAIL PROTECTED]> wrote: > On Thu, Dec 04, 2008 at 05:29:31PM -0800, Raymond Hettinger wrote: >> Here's a bright idea. On the 3.0 release page, include a box listing >> which major third-party apps have been converted. Update it >> once every coupl

Re: [Python-Dev] Looking for VCS usage scenarios

2008-11-03 Thread Eduardo O. Padoan
On Mon, Nov 3, 2008 at 4:43 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Mon, Nov 3, 2008 at 12:41 PM, Eduardo O. Padoan > <[EMAIL PROTECTED]> wrote: >> On Mon, Nov 3, 2008 at 4:34 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: >>> :) But actually mor

Re: [Python-Dev] Looking for VCS usage scenarios

2008-11-03 Thread Eduardo O. Padoan
On Mon, Nov 3, 2008 at 4:34 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > :) But actually more interesting is whether we want to add plugins that > assist Python dev workflow. For example, let's say we wanted to have a > 'fixes' command that automatically updated the Roundup tracker with the > br