mirror of https://github.com/python/cpython
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. ........
This commit is contained in:
parent
4c86cb31e2
commit
2572744147
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue