blob: b40050283109a0b20877ed71b783a7c1765f94ac [file] [log] [blame]
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +00001Developer Log
2=============
3
4This file is a running log of developers given permissions on SourceForge.
5
6The purpose is to provide some institutional memory of who was given access
7and why.
8
9The first entry starts in April 2005. In keeping with the style of
10Misc/NEWS, newer entries should be added to the top. Any markup should
11be in the form of ReST. Entries should include the initials of the
12project admin who made the change or granted access. Feel free to revise
13the format to accommodate documentation needs as they arise.
14
15
16
17Permissions History
18-------------------
19
Neal Norwitz1f8c6342007-01-05 08:06:43 +000020- Collin Winter was given SVN access on 05 Jan 2007 by NCN, for PEP
21 update access.
22
Neal Norwitzb6060db2006-12-21 04:38:00 +000023- Lars Gustaebel was given SVN access on 20 Dec 2006 by NCN, for tarfile.py
24 related work.
25
Andrew M. Kuchling69fe4052006-05-30 12:52:01 +000026- 2006 Summer of Code entries: SoC developers are expected to work
Andrew M. Kuchlingae1c0982006-05-26 01:46:22 +000027 primarily in nondist/sandbox or on a branch of their own, and will
28 have their work reviewed before changes are accepted into the trunk.
Andrew M. Kuchlingc620bad2006-05-25 12:27:59 +000029
Andrew M. Kuchling69fe4052006-05-30 12:52:01 +000030 - Matt Fleming was added on 25 May 2006 by AMK; he'll be working on
31 enhancing the Python debugger.
32
33 - Jackilyn Hoxworth was added on 25 May 2006 by AMK; she'll be adding logging
34 to the standard library.
35
36 - Mateusz Rukowicz was added on 30 May 2006 by AMK; he'll be
37 translating the decimal module into C.
38
Tim Peters8d39dc12006-05-26 20:56:56 +000039- SVN access granted to the "Need for Speed" Iceland sprint attendees,
40 between May 17 and 21, 2006, by Tim Peters. All work is to be done
41 in new sandbox projects or on new branches, with merging to the
42 trunk as approved:
43
44 Andrew Dalke
45 Christian Tismer
46 Jack Diederich
47 John Benediktsson
48 Kristján V. Jónsson
49 Martin Blais
50 Richard Emslie
51 Richard Jones
52 Runar Petursson
53 Steve Holden
Steve Holden7db3d382006-05-26 22:17:54 +000054 Richard M. Tew
Tim Peters8d39dc12006-05-26 20:56:56 +000055
David Goodger2c1e63f2006-04-27 22:53:05 +000056- Steven Bethard was given SVN access on 27 Apr 2006 by DJG, for PEP
57 update access.
58
59- Talin was given SVN access on 27 Apr 2006 by DJG, for PEP update
60 access.
61
Tim Peters384178c2006-04-14 04:54:58 +000062- George Yoshida (SF name "quiver") added to the SourceForge Python
63 project 14 Apr 2006, by Tim Peters, as a tracker admin. See
64 contemporaneous python-checkins thread with the unlikely Subject:
65
66 r45329 - python/trunk/Doc/whatsnew/whatsnew25.tex
67
Neal Norwitz7b4d6d52006-03-03 17:25:57 +000068- Ronald Oussoren was given SVN access on 3 Mar 2006 by NCN, for Mac
69 related work.
70
71- Bob Ippolito was given SVN access on 2 Mar 2006 by NCN, for Mac
72 related work.
73
Raymond Hettingerdc4efd02005-10-16 11:17:30 +000074- Nick Coghlan requested CVS access so he could update his PEP directly.
75 Granted by GvR on 16 Oct 2005.
76
Raymond Hettinger6e447d02005-07-08 14:37:56 +000077- Added two new developers for the Summer of Code project. 8 July 2005
78 by RDH. Andrew Kuchling will be mentoring Gregory K Johnson for a
Andrew M. Kuchlingc620bad2006-05-25 12:27:59 +000079 project to enhance mailbox. Brett Cannon requested access for Flovis
Raymond Hettingerfafc1ae2005-07-08 14:47:38 +000080 Bruynooghe (sirolf) to work on pstats, profile, and hotshot. Both users
81 are expected to work primarily in nondist/sandbox and have their work
Raymond Hettinger6e447d02005-07-08 14:37:56 +000082 reviewed before making updates to active code.
83
Georg Brandlb69406d2006-02-11 15:30:36 +000084- Georg Brandl was given SF tracker permissions on 28 May 2005
Raymond Hettinger671e95b2005-05-28 23:20:09 +000085 by RDH. Since the beginning of 2005, he has been active in discussions
86 on python-dev and has submitted a dozen patch reviews. The permissions
Raymond Hettingerf8f937f2005-06-03 11:15:03 +000087 add the ability to change tracker status and to attach patches. On
88 3 June 2005, this was expanded by RDH to include checkin permissions.
Raymond Hettinger671e95b2005-05-28 23:20:09 +000089
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +000090- Terry Reedy was given SF tracker permissions on 7 Apr 2005 by RDH.
91
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +000092- Nick Coghlan was given SF tracker permissions on 5 Apr 2005 by RDH.
93 For several months, he has been active in reviewing and contributing
94 patches. The added permissions give him greater flexibility in
95 working with the tracker.
96
Tim Petersb53b7412005-04-08 17:16:28 +000097- Eric Price was made a developer on 2 May 2003 by TGP. This was
98 specifically to work on the new ``decimal`` package, which lived in
99 ``nondist/sandbox/decimal/`` at the time.
100
Tim Peters207d5eb2005-04-08 20:02:08 +0000101- Eric S. Raymond was made a developer on 2 Jul 2000 by TGP, for general
102 library work. His request is archived here:
103
104 http://mail.python.org/pipermail/python-dev/2000-July/005314.html
105
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000106
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000107Permissions Dropped on Request
108------------------------------
109
Raymond Hettinger07914412005-10-17 03:37:26 +0000110- Per note from Andrew Kuchling, the permissions for Gregory K Johnson
111 and the Summer Of Code project are no longer needed. AMK will make
112 any future checkins directly. 16 Oct 2005 RDH
113
Raymond Hettingere452c7a2005-07-27 17:59:02 +0000114- Johannes Gijsbers sent a drop request. 27 July 2005 RDH
115
Raymond Hettingerd5d469d2005-07-14 17:34:00 +0000116- Flovis Bruynooghe sent a drop request. 14 July 2005 RDH
117
Raymond Hettinger7c5e6182005-04-30 21:25:19 +0000118- Paul Prescod sent a drop request. 30 Apr 2005 RDH
119
Raymond Hettinger8ec676e2005-04-13 22:04:21 +0000120- Finn Bock sent a drop request. 13 Apr 2005 RDH
121
Raymond Hettinger30337342005-04-11 03:11:11 +0000122- Eric Price sent a drop request. 10 Apr 2005 RDH
123
Raymond Hettinger95ed80b2005-04-10 16:36:16 +0000124- Irmen de Jong requested dropping CVS access while keeping tracker
125 access. 10 Apr 2005 RDH
126
Raymond Hettingerefcd1d32005-04-08 19:09:19 +0000127- Moshe Zadka and Ken Manheimer sent drop requests. 8 Apr 2005 by RDH
Raymond Hettinger1f0d1032005-04-08 18:36:14 +0000128
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000129- Steve Holden, Gerhard Haring, and David Cole sent email stating that
130 they no longer use their access. 7 Apr 2005 RDH
Tim Petersb53b7412005-04-08 17:16:28 +0000131
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000132
Raymond Hettingerda524a92005-04-08 20:43:19 +0000133Permissions Dropped after Loss of Contact
134-----------------------------------------
135
136- Several unsuccessful efforts were made to contact Charles G Waldman.
137 Removed on 8 Apr 2005 by RDH.
138
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000139
140Initials of Project Admins
141--------------------------
142
Raymond Hettingerdc4efd02005-10-16 11:17:30 +0000143GvR: Guido van Rossum
Neal Norwitz7b4d6d52006-03-03 17:25:57 +0000144NCN: Neal Norwitz
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000145RDH: Raymond Hettinger
Tim Petersb53b7412005-04-08 17:16:28 +0000146TGP: Tim Peters
David Goodger2c1e63f2006-04-27 22:53:05 +0000147DJG: David Goodger