Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Martin v. Löwis
>> Check out http://openid-provider.appspot.com/ >> >> Apparently it was created by your colleague Ryan Barrett. :) I found that to be of limited use. If I use my proper gmail account ([EMAIL PROTECTED]), I managed to log into the OpenID directory, but not, say, into SourceForge (probably becaus

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Greg Ewing
Jeroen Ruigrok van der Werven wrote: Is it a reference to Gerrit Rietveld (Dutch architect and furniture designer)? I guess the architect part would make sense for a code review tool. :) According to Wikipedia, he was also a friend of Mondrian and incorporated some of Mondrian's ideas into his

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Terry Reedy
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | On Tue, May 6, 2008 at 10:41 AM, Alexander Michael <[EMAIL PROTECTED]> wrote: | > Was it also a coincidence that Mondrian and Rietveld were both members | > of the De Stijl movement? If so, a very nice one! | | No

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Guido van Rossum
On Tue, May 6, 2008 at 10:41 AM, Alexander Michael <[EMAIL PROTECTED]> wrote: > Was it also a coincidence that Mondrian and Rietveld were both members > of the De Stijl movement? If so, a very nice one! No, that's my naming scheme. :-) -- --Guido van Rossum (home page: http://www.python.org/~g

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Alexander Michael
On Tue, May 6, 2008 at 1:26 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Tue, May 6, 2008 at 12:51 AM, Jeroen Ruigrok van der Werven > <[EMAIL PROTECTED]> wrote: > > -On [20080505 05:38], Guido van Rossum ([EMAIL PROTECTED]) wrote: > > > http://code.google.com/p/rietveld/source/browse

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Guido van Rossum
On Tue, May 6, 2008 at 12:51 AM, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> wrote: > -On [20080505 05:38], Guido van Rossum ([EMAIL PROTECTED]) wrote: > > http://code.google.com/p/rietveld/source/browse > > Is it a reference to Gerrit Rietveld (Dutch architect and furniture > designer)?

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Guido van Rossum
On Tue, May 6, 2008 at 12:48 AM, Jeroen Ruigrok van der Werven wrote: > -On [20080505 18:28], Guido van Rossum ([EMAIL PROTECTED]) wrote: > >- AppEngine has a built-in API for dealing with Google Accounts, but > >not for OpenID > > > >- Apparently OpenID requires some crypto that would be slow

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Jeroen Ruigrok van der Werven
-On [20080505 05:38], Guido van Rossum ([EMAIL PROTECTED]) wrote: > http://code.google.com/p/rietveld/source/browse Is it a reference to Gerrit Rietveld (Dutch architect and furniture designer)? I guess the architect part would make sense for a code review tool. :) -- Jeroen Ruigrok van der Wer

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-06 Thread Jeroen Ruigrok van der Werven
-On [20080505 18:28], Guido van Rossum ([EMAIL PROTECTED]) wrote: >- AppEngine has a built-in API for dealing with Google Accounts, but >not for OpenID > >- Apparently OpenID requires some crypto that would be slow without >additional API support > >- I'm not personally familiar with OpenID Check

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
Done. I've sent an invite to this list, but just in case it doesn't make it, here's the group home page: http://groups.google.com/group/codereview-discuss On Mon, May 5, 2008 at 10:28 AM, Raghuram Devarakonda <[EMAIL PROTECTED]> wrote: > > > Are there any mailing lists associated with this proj

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Raghuram Devarakonda
> > Are there any mailing lists associated with this project? I looked at > > google code page but couldn't find any. > > Not yet. Do you want me to create a Google group for it? I think that will be very useful. ___ Python-Dev mailing list Python-D

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
On Mon, May 5, 2008 at 9:49 AM, Raghuram Devarakonda <[EMAIL PROTECTED]> wrote: > On Mon, May 5, 2008 at 12:28 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > > None of these seem insurmountable, so now that it's open source, I'm > > looking forward to contributions. > > Are there any mail

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Raghuram Devarakonda
On Mon, May 5, 2008 at 12:28 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > None of these seem insurmountable, so now that it's open source, I'm > looking forward to contributions. Are there any mailing lists associated with this project? I looked at google code page but couldn't find any.

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
If you're asking for reasons not to do this: - AppEngine has a built-in API for dealing with Google Accounts, but not for OpenID - Apparently OpenID requires some crypto that would be slow without additional API support - I'm not personally familiar with OpenID None of these seem insurmountable

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Sun, May 4, 2008 at 2:58 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: Personally, I would consider the following sufficient: 1) people who have authenticated themselves against the underlying VCS (i.e. proj

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Guido van Rossum
I forgot -- you need to link or copy the 'django' directory from Django 0.97.pre into the app directory. Otherwise you'll be using the Django 0.96.1 that's included with the AppEngine runtime, and the code is not compatible with that version. On Sun, May 4, 2008 at 8:38 PM, Guido van Rossum <[EMAI

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Guido van Rossum
This code is now open source! Browse it here: http://code.google.com/p/rietveld/source/browse --Guido On Thu, May 1, 2008 at 9:41 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > Some of you may have seen a video recorded in November 2006 where I > showed off Mondrian, a code review tool tha

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Guido van Rossum
On Sun, May 4, 2008 at 11:24 AM, Gregory P. Smith <[EMAIL PROTECTED]> wrote: > Rather than svn authentication i suggest just piggybacking on top of the bug > trackers authentication. that is an integration i think we should aim for > anyways and it should keep the no-google-account fear mongers ha

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Gregory P. Smith
On Sun, May 4, 2008 at 9:36 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Sun, May 4, 2008 at 2:58 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > > Personally, I would consider the following sufficient: > > > > 1) people who have authenticated themselves against the underlying VCS > (i.e.

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Guido van Rossum
[Stefan, can you please keep python-dev in the CC list?] On Sun, May 4, 2008 at 9:52 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > On Sun, May 4, 2008 at 2:58 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > >> 2) anonymous users can post comments that won't become p

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Stefan Behnel
Guido van Rossum wrote: > On Sun, May 4, 2008 at 2:58 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: >> Personally, I would consider the following sufficient: >> >> 1) people who have authenticated themselves against the underlying VCS (i.e. >> project members) may post public comments and comment

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Guido van Rossum
On Sun, May 4, 2008 at 5:52 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > On Thu, May 1, 2008 at 4:37 PM, Neal Becker <[EMAIL PROTECTED]> wrote: > >> It would be really nice to see support for some other backends, such as Hg > >> or bzr (which are both written in py

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Guido van Rossum
On Sun, May 4, 2008 at 2:58 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Personally, I would consider the following sufficient: > > 1) people who have authenticated themselves against the underlying VCS (i.e. > project members) may post public comments and comment on other comments Tell me ho

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Stefan Behnel
Guido van Rossum wrote: > On Thu, May 1, 2008 at 4:37 PM, Neal Becker <[EMAIL PROTECTED]> wrote: >> It would be really nice to see support for some other backends, such as Hg >> or bzr (which are both written in python), in addition to svn. > > Once it's open source feel free to add those! trac

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-04 Thread Stefan Behnel
Hi, Guido van Rossum wrote: > On Sat, May 3, 2008 at 11:46 AM, Terry Reedy <[EMAIL PROTECTED]> wrote: >> and IF someone adapts it to work on a different >> platform (Django with regular DB backend) and then hosts it elsewhere. > > No, that won't be necessary. If someone contributes an alternate

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-03 Thread Guido van Rossum
On Sat, May 3, 2008 at 11:46 AM, Terry Reedy <[EMAIL PROTECTED]> wrote: > > "Stefan Behnel" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > | Any chance to try it without signing contracts with Google? > > Depends: > > Yes. You may read anything without an account. > > No.

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-03 Thread Terry Reedy
"Stefan Behnel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Any chance to try it without signing contracts with Google? Depends: Yes. You may read anything without an account. No. You may not write anything to a Google hosted service without a Google account, agreeing to s

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-03 Thread Stefan Behnel
Guido van Rossum wrote: > What I'm announcing now is the next best thing: an code review tool > for use with Subversion, inspired by Mondrian and (soon to be) > released as open source. Some of the code is even directly derived > from Mondrian. Most of the code is new though, written using Django >

Re: [Python-Dev] Invitation to try out open source code review tool

2008-05-01 Thread Neal Becker
It would be really nice to see support for some other backends, such as Hg or bzr (which are both written in python), in addition to svn. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: h