blob: d161e76d249975fba0552ecf2100f0817c9949e1 [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
Andrew M. Kuchling0279f432008-03-19 01:05:35 +000020- Jeff Rush was given SVN access on 18 March 2008 by AMK, for Distutils work.
21
Martin v. Löwisa7d57cd2008-03-17 21:55:30 +000022- David Wolever was given SVN access on 17 March 2008 by MvL,
23 for 2to3 work.
24
Martin v. Löwis7cfbf0c2008-03-17 16:31:57 +000025- Trent Nelson was given SVN access on 17 March 2008 by MvL,
26 for general contributions to Python.
27
Facundo Batistae9766c82008-01-06 21:13:12 +000028- Mark Dickinson was given SVN access on 6 January 2008 by Facundo
29 Batista for his work on mathemathics and number related issues.
30
Martin v. Löwisd3d0baf2007-11-09 22:56:30 +000031- Amaury Forgeot d'Arc was given SVN access on 9 November 2007 by MvL,
32 for general contributions to Python.
33
Martin v. Löwis50bf1152007-10-31 17:19:33 +000034- Christian Heimes was given SVN access on 31 October 2007 by MvL,
35 for general contributions to Python.
36
Neal Norwitzaef8e552007-10-22 04:47:54 +000037- Chris Monson was given SVN access on 20 October 2007 by NCN,
38 for his work on editing PEPs.
39
Neal Norwitz4a40f0c2007-08-29 06:15:33 +000040- Bill Janssen was given SVN access on 28 August 2007 by NCN,
41 for his work on the SSL module and other things related to (SSL) sockets.
42
Neal Norwitz35c20962007-08-10 05:47:30 +000043- Jeffrey Yasskin was given SVN access on 9 August 2007 by NCN,
44 for his work on PEPs and other general patches.
Martin v. Löwiscd1690e2007-06-16 10:08:43 +000045
Neal Norwitz35c20962007-08-10 05:47:30 +000046- Senthil Kumaran was given SVN access on 16 June 2007 by MvL,
47 for his Summer-of-Code project, mentored by Skip Montanaro.
48
49- Alexandre Vassalotti was given SVN access on 21 May 2007 by MvL,
50 for his Summer-of-Code project, mentored by Brett Cannon.
Martin v. Löwis6f738162007-05-21 04:35:47 +000051
Martin v. Löwisbcc18222007-04-17 05:02:01 +000052- Travis Oliphant was given SVN access on 17 Apr 2007 by MvL,
53 for implementing the extended buffer protocol.
54
55- Ziga Seilnacht was given SVN access on 09 Mar 2007 by MvL,
Martin v. Löwis1bcffef2007-03-09 19:36:01 +000056 for general maintenance.
57
Neal Norwitz391e27d2007-03-05 07:52:01 +000058- Pete Shinners was given SVN access on 04 Mar 2007 by NCN,
59 for PEP 3101 work in the sandbox.
60
Neal Norwitz052c3712007-03-01 07:04:41 +000061- Pat Maupin and Eric V. Smith were given SVN access on 28 Feb 2007 by NCN,
62 for PEP 3101 work in the sandbox.
63
Georg Brandl1177bc42007-02-26 17:09:03 +000064- Steven Bethard (SF name "bediviere") added to the SourceForge Python
Neal Norwitz41624e92007-02-26 17:01:08 +000065 project 26 Feb 2007, by NCN, as a tracker tech.
66
Neal Norwitze8330fa2007-01-06 21:24:35 +000067- Josiah Carlson (SF name "josiahcarlson") added to the SourceForge Python
68 project 06 Jan 2007, by NCN, as a tracker tech. He will maintain asyncore.
69
Neal Norwitz1f8c6342007-01-05 08:06:43 +000070- Collin Winter was given SVN access on 05 Jan 2007 by NCN, for PEP
71 update access.
72
Neal Norwitzb6060db2006-12-21 04:38:00 +000073- Lars Gustaebel was given SVN access on 20 Dec 2006 by NCN, for tarfile.py
74 related work.
75
Andrew M. Kuchling69fe4052006-05-30 12:52:01 +000076- 2006 Summer of Code entries: SoC developers are expected to work
Andrew M. Kuchlingae1c0982006-05-26 01:46:22 +000077 primarily in nondist/sandbox or on a branch of their own, and will
78 have their work reviewed before changes are accepted into the trunk.
Andrew M. Kuchlingc620bad2006-05-25 12:27:59 +000079
Andrew M. Kuchling69fe4052006-05-30 12:52:01 +000080 - Matt Fleming was added on 25 May 2006 by AMK; he'll be working on
81 enhancing the Python debugger.
82
83 - Jackilyn Hoxworth was added on 25 May 2006 by AMK; she'll be adding logging
84 to the standard library.
85
86 - Mateusz Rukowicz was added on 30 May 2006 by AMK; he'll be
87 translating the decimal module into C.
88
Tim Peters8d39dc12006-05-26 20:56:56 +000089- SVN access granted to the "Need for Speed" Iceland sprint attendees,
90 between May 17 and 21, 2006, by Tim Peters. All work is to be done
91 in new sandbox projects or on new branches, with merging to the
92 trunk as approved:
93
94 Andrew Dalke
95 Christian Tismer
96 Jack Diederich
97 John Benediktsson
98 Kristján V. Jónsson
99 Martin Blais
100 Richard Emslie
101 Richard Jones
102 Runar Petursson
103 Steve Holden
Steve Holden7db3d382006-05-26 22:17:54 +0000104 Richard M. Tew
Tim Peters8d39dc12006-05-26 20:56:56 +0000105
David Goodger2c1e63f2006-04-27 22:53:05 +0000106- Steven Bethard was given SVN access on 27 Apr 2006 by DJG, for PEP
107 update access.
108
109- Talin was given SVN access on 27 Apr 2006 by DJG, for PEP update
110 access.
111
Tim Peters384178c2006-04-14 04:54:58 +0000112- George Yoshida (SF name "quiver") added to the SourceForge Python
113 project 14 Apr 2006, by Tim Peters, as a tracker admin. See
114 contemporaneous python-checkins thread with the unlikely Subject:
115
116 r45329 - python/trunk/Doc/whatsnew/whatsnew25.tex
117
Neal Norwitz7b4d6d52006-03-03 17:25:57 +0000118- Ronald Oussoren was given SVN access on 3 Mar 2006 by NCN, for Mac
119 related work.
120
121- Bob Ippolito was given SVN access on 2 Mar 2006 by NCN, for Mac
122 related work.
123
Raymond Hettingerdc4efd02005-10-16 11:17:30 +0000124- Nick Coghlan requested CVS access so he could update his PEP directly.
125 Granted by GvR on 16 Oct 2005.
126
Raymond Hettinger6e447d02005-07-08 14:37:56 +0000127- Added two new developers for the Summer of Code project. 8 July 2005
128 by RDH. Andrew Kuchling will be mentoring Gregory K Johnson for a
Andrew M. Kuchlingc620bad2006-05-25 12:27:59 +0000129 project to enhance mailbox. Brett Cannon requested access for Flovis
Raymond Hettingerfafc1ae2005-07-08 14:47:38 +0000130 Bruynooghe (sirolf) to work on pstats, profile, and hotshot. Both users
131 are expected to work primarily in nondist/sandbox and have their work
Raymond Hettinger6e447d02005-07-08 14:37:56 +0000132 reviewed before making updates to active code.
133
Georg Brandlb69406d2006-02-11 15:30:36 +0000134- Georg Brandl was given SF tracker permissions on 28 May 2005
Raymond Hettinger671e95b2005-05-28 23:20:09 +0000135 by RDH. Since the beginning of 2005, he has been active in discussions
136 on python-dev and has submitted a dozen patch reviews. The permissions
Raymond Hettingerf8f937f2005-06-03 11:15:03 +0000137 add the ability to change tracker status and to attach patches. On
138 3 June 2005, this was expanded by RDH to include checkin permissions.
Raymond Hettinger671e95b2005-05-28 23:20:09 +0000139
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000140- Terry Reedy was given SF tracker permissions on 7 Apr 2005 by RDH.
141
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000142- Nick Coghlan was given SF tracker permissions on 5 Apr 2005 by RDH.
143 For several months, he has been active in reviewing and contributing
144 patches. The added permissions give him greater flexibility in
145 working with the tracker.
146
Tim Petersb53b7412005-04-08 17:16:28 +0000147- Eric Price was made a developer on 2 May 2003 by TGP. This was
148 specifically to work on the new ``decimal`` package, which lived in
149 ``nondist/sandbox/decimal/`` at the time.
150
Tim Peters207d5eb2005-04-08 20:02:08 +0000151- Eric S. Raymond was made a developer on 2 Jul 2000 by TGP, for general
152 library work. His request is archived here:
153
154 http://mail.python.org/pipermail/python-dev/2000-July/005314.html
155
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000156
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000157Permissions Dropped on Request
158------------------------------
159
Raymond Hettinger07914412005-10-17 03:37:26 +0000160- Per note from Andrew Kuchling, the permissions for Gregory K Johnson
161 and the Summer Of Code project are no longer needed. AMK will make
162 any future checkins directly. 16 Oct 2005 RDH
163
Raymond Hettingere452c7a2005-07-27 17:59:02 +0000164- Johannes Gijsbers sent a drop request. 27 July 2005 RDH
165
Raymond Hettingerd5d469d2005-07-14 17:34:00 +0000166- Flovis Bruynooghe sent a drop request. 14 July 2005 RDH
167
Raymond Hettinger7c5e6182005-04-30 21:25:19 +0000168- Paul Prescod sent a drop request. 30 Apr 2005 RDH
169
Raymond Hettinger8ec676e2005-04-13 22:04:21 +0000170- Finn Bock sent a drop request. 13 Apr 2005 RDH
171
Raymond Hettinger30337342005-04-11 03:11:11 +0000172- Eric Price sent a drop request. 10 Apr 2005 RDH
173
Raymond Hettinger95ed80b2005-04-10 16:36:16 +0000174- Irmen de Jong requested dropping CVS access while keeping tracker
175 access. 10 Apr 2005 RDH
176
Raymond Hettingerefcd1d32005-04-08 19:09:19 +0000177- Moshe Zadka and Ken Manheimer sent drop requests. 8 Apr 2005 by RDH
Raymond Hettinger1f0d1032005-04-08 18:36:14 +0000178
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000179- Steve Holden, Gerhard Haring, and David Cole sent email stating that
180 they no longer use their access. 7 Apr 2005 RDH
Tim Petersb53b7412005-04-08 17:16:28 +0000181
Raymond Hettingeraf2c70a2005-04-08 03:19:09 +0000182
Raymond Hettingerda524a92005-04-08 20:43:19 +0000183Permissions Dropped after Loss of Contact
184-----------------------------------------
185
186- Several unsuccessful efforts were made to contact Charles G Waldman.
187 Removed on 8 Apr 2005 by RDH.
188
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000189
190Initials of Project Admins
191--------------------------
192
Raymond Hettingerdc4efd02005-10-16 11:17:30 +0000193GvR: Guido van Rossum
Neal Norwitz7b4d6d52006-03-03 17:25:57 +0000194NCN: Neal Norwitz
Raymond Hettinger7dcdd8c2005-04-05 22:35:15 +0000195RDH: Raymond Hettinger
Tim Petersb53b7412005-04-08 17:16:28 +0000196TGP: Tim Peters
David Goodger2c1e63f2006-04-27 22:53:05 +0000197DJG: David Goodger
Martin v. Löwis1bcffef2007-03-09 19:36:01 +0000198MvL: Martin v. Loewis