From: Georg Brandl Date: Sun, 21 Mar 2010 19:38:10 +0000 (+0000) Subject: Merged revisions 70244,70714,70764,70962,70964,71001,77834,78327,78399,78454 via... X-Git-Tag: v2.6.6rc1~560 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2572744147f85f5bc38987a1990b0ecac520303e;p=python Merged revisions 70244,70714,70764,70962,70964,71001,77834,78327,78399,78454 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70244 | martin.v.loewis | 2009-03-08 15:06:19 +0100 (So, 08 Mär 2009) | 2 lines Add Chris Withers. ........ r70714 | brett.cannon | 2009-03-30 17:20:53 +0200 (Mo, 30 Mär 2009) | 1 line Add an entry to developers.txt. ........ r70764 | martin.v.loewis | 2009-03-31 00:06:33 +0200 (Di, 31 Mär 2009) | 2 lines Add several VM developers. ........ r70962 | brett.cannon | 2009-04-01 19:07:16 +0200 (Mi, 01 Apr 2009) | 2 lines Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2. ........ r70964 | brett.cannon | 2009-04-01 19:52:13 +0200 (Mi, 01 Apr 2009) | 2 lines Paul Kippes was given commit privileges to work on 3to2. ........ r71001 | brett.cannon | 2009-04-02 01:01:12 +0200 (Do, 02 Apr 2009) | 3 lines Add my initials to Misc/developers.txt. Names are now sorted by number of characters in the person's name. ........ r77834 | martin.v.loewis | 2010-01-30 01:15:44 +0100 (Sa, 30 Jan 2010) | 2 lines Add Victor Stinner. ........ r78327 | andrew.kuchling | 2010-02-22 18:21:54 +0100 (Mo, 22 Feb 2010) | 1 line Note granting of commit privileges to Larry Hastings ........ r78399 | brett.cannon | 2010-02-24 02:38:04 +0100 (Mi, 24 Feb 2010) | 1 line Record that Dino Viehland got commit privs. ........ r78454 | martin.v.loewis | 2010-02-25 21:42:40 +0100 (Do, 25 Feb 2010) | 2 lines Add Florent Xicluna. ........ --- diff --git a/Misc/developers.txt b/Misc/developers.txt index ac366dc596..6d91a70c5b 100644 --- a/Misc/developers.txt +++ b/Misc/developers.txt @@ -17,6 +17,18 @@ the format to accommodate documentation needs as they arise. Permissions History ------------------- +- Florent Xicluna was given commit access on February 25 2010 by + MvL, based on Antoine Pitrou's recommendation. + +- Dino Viehland was given SVN access on February 23 2010 by Brett + Cannon, for backporting tests from IronPython. + +- Larry Hastings was given SVN access on February 22 2010 by + Andrew Kuchling, based on Brett Cannon's recommendation. + +- Victor Stinner was given SVN access on January 30 2010 by MvL, + at recommendation by Mark Dickinson and Amaury Forgeot d'Arc. + - Stefan Krah was given SVN access on January 5 2010 by GFB, at suggestion of Mark Dickinson, for work on the decimal module. @@ -265,10 +277,11 @@ Permissions Dropped after Loss of Contact Initials of Project Admins -------------------------- -GvR: Guido van Rossum -NCN: Neal Norwitz -RDH: Raymond Hettinger TGP: Tim Peters +GFB: Georg Brandl +BAC: Brett Cannon +NCN: Neal Norwitz DJG: David Goodger MvL: Martin v. Loewis -GFB: Georg Brandl +GvR: Guido van Rossum +RDH: Raymond Hettinger