cpython/Misc/developers.txt
Amaury Forgeot d'Arc 35c8658a74 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64119 | andrew.kuchling | 2008-06-11 14:53:14 +0200 (mer., 11 juin 2008) | 1 line

  Note PEP 371 section
........
  r64147 | benjamin.peterson | 2008-06-11 22:04:30 +0200 (mer., 11 juin 2008) | 2 lines

  update ACKS and NEWs for multiprocessing
........
  r64150 | georg.brandl | 2008-06-11 22:28:06 +0200 (mer., 11 juin 2008) | 2 lines

  Can we agree to put dots at entry ends? Thanks.
........
  r64165 | armin.rigo | 2008-06-12 11:50:58 +0200 (jeu., 12 juin 2008) | 3 lines

  Sounds obvious, but I didn't even realize that you can put non-string
  keys in type dictionaries without using this locals() hack.
........
  r64219 | neal.norwitz | 2008-06-13 08:00:46 +0200 (ven., 13 juin 2008) | 1 line

  Check for memory alloc failure
........
  r64220 | neal.norwitz | 2008-06-13 08:02:26 +0200 (ven., 13 juin 2008) | 3 lines

  Fix some memory dealloc problems when exceptions occur.
  It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest.
........
  r64221 | neal.norwitz | 2008-06-13 08:03:25 +0200 (ven., 13 juin 2008) | 3 lines

  Fix typo in method name.  The LT class implemented less than.  The LE class
  should implement less than or equal to (as the code does).
........
  r64229 | georg.brandl | 2008-06-13 15:26:54 +0200 (ven., 13 juin 2008) | 2 lines

  Clarification.
........
  r64230 | robert.schuppenies | 2008-06-13 15:29:37 +0200 (ven., 13 juin 2008) | 2 lines

  Fixed: sys.getsizeof does not take the actual length of the tuples into account.
........
  r64233 | benjamin.peterson | 2008-06-13 17:11:50 +0200 (ven., 13 juin 2008) | 2 lines

  platform.uname now tries to fill empty values even when os.uname is present
........
  r64235 | benjamin.peterson | 2008-06-13 17:41:09 +0200 (ven., 13 juin 2008) | 1 line

  set svn:ignore on multiprocessing
........
  r64253 | andrew.kuchling | 2008-06-13 21:38:18 +0200 (ven., 13 juin 2008) | 1 line

  Typo fixes
........
  r64278 | martin.v.loewis | 2008-06-14 16:24:47 +0200 (sam., 14 juin 2008) | 2 lines

  Disable UAC by default.
........
  r64280 | gregory.p.smith | 2008-06-14 19:34:09 +0200 (sam., 14 juin 2008) | 3 lines

  silence the test when it is skipped on some platforms.  should fix a
  buildbot.
........
  r64301 | georg.brandl | 2008-06-15 21:54:36 +0200 (dim., 15 juin 2008) | 2 lines

  Forward-port new test from r64300.
........
  r64303 | raymond.hettinger | 2008-06-16 03:42:40 +0200 (lun., 16 juin 2008) | 1 line

  Issue 3116: fix quadratic behavior in marshal.dumps().
........
  r64320 | georg.brandl | 2008-06-16 23:00:47 +0200 (lun., 16 juin 2008) | 2 lines

  Add Jesse Noller to the developers list.
........
  r64328 | georg.brandl | 2008-06-17 11:01:35 +0200 (mar., 17 juin 2008) | 2 lines

  Split the HTML index.
........
  r64338 | vinay.sajip | 2008-06-17 13:02:14 +0200 (mar., 17 juin 2008) | 1 line

  Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
........
  r64339 | vinay.sajip | 2008-06-17 13:04:02 +0200 (mar., 17 juin 2008) | 1 line

  Updated with fix for #3126.
........
2008-06-17 21:11:29 +00:00

235 lines
8.0 KiB
Plaintext
Raw Blame History

Developer Log
=============
This file is a running log of developers given permissions on SourceForge.
The purpose is to provide some institutional memory of who was given access
and why.
The first entry starts in April 2005. In keeping with the style of
Misc/NEWS, newer entries should be added to the top. Any markup should
be in the form of ReST. Entries should include the initials of the
project admin who made the change or granted access. Feel free to revise
the format to accommodate documentation needs as they arise.
Permissions History
-------------------
- Jesse Noller was given SVN access on 16 June 2008 by Georg Brandl,
for work on the multiprocessing module.
- Gregor Lingl was given SVN access on 10 June 2008 by MvL,
for work on the turtle module.
- Robert Schuppenies was given SVN access on 21 May 2008 by MvL,
for GSoC contributions.
- Rodrigo Bernardo Pimentel was given SVN access on 29 April 2008 by MvL,
for GSoC contributions.
- Heiko Weinen was given SVN access on 29 April 2008 by MvL,
for GSoC contributions.
- Jesus Cea was was given SVN access on 24 April 2008 by MvL,
for maintenance of bsddb.
- Guilherme Polo was given SVN access on 24 April 2008 by MvL,
for GSoC contributions.
- Thomas Lee was given SVN access on 21 April 2008 by NCN,
for work on branches (ast/optimizer related).
- Jeroen Ruigrok van der Werven was given SVN access on 12 April 2008
by Georg Brandl, for documentation work.
- Josiah Carlson was given SVN access on 26 March 2008 by Georg Brandl,
for work on asyncore/asynchat.
- Benjamin Peterson was given SVN access on 25 March 2008 by Georg
Brandl, for bug triage work.
- Jerry Seutter was given SVN access on 20 March 2008 by BAC, for
general contributions to Python.
- Jeff Rush was given SVN access on 18 March 2008 by AMK, for Distutils work.
- David Wolever was given SVN access on 17 March 2008 by MvL,
for 2to3 work.
- Trent Nelson was given SVN access on 17 March 2008 by MvL,
for general contributions to Python.
- Mark Dickinson was given SVN access on 6 January 2008 by Facundo
Batista for his work on mathemathics and number related issues.
- Amaury Forgeot d'Arc was given SVN access on 9 November 2007 by MvL,
for general contributions to Python.
- Christian Heimes was given SVN access on 31 October 2007 by MvL,
for general contributions to Python.
- Chris Monson was given SVN access on 20 October 2007 by NCN,
for his work on editing PEPs.
- Bill Janssen was given SVN access on 28 August 2007 by NCN,
for his work on the SSL module and other things related to (SSL) sockets.
- Jeffrey Yasskin was given SVN access on 9 August 2007 by NCN,
for his work on PEPs and other general patches.
- Senthil Kumaran was given SVN access on 16 June 2007 by MvL,
for his Summer-of-Code project, mentored by Skip Montanaro.
- Alexandre Vassalotti was given SVN access on 21 May 2007 by MvL,
for his Summer-of-Code project, mentored by Brett Cannon.
- Travis Oliphant was given SVN access on 17 Apr 2007 by MvL,
for implementing the extended buffer protocol.
- Ziga Seilnacht was given SVN access on 09 Mar 2007 by MvL,
for general maintenance.
- Pete Shinners was given SVN access on 04 Mar 2007 by NCN,
for PEP 3101 work in the sandbox.
- Pat Maupin and Eric V. Smith were given SVN access on 28 Feb 2007 by NCN,
for PEP 3101 work in the sandbox.
- Steven Bethard (SF name "bediviere") added to the SourceForge Python
project 26 Feb 2007, by NCN, as a tracker tech.
- Josiah Carlson (SF name "josiahcarlson") added to the SourceForge Python
project 06 Jan 2007, by NCN, as a tracker tech. He will maintain asyncore.
- Collin Winter was given SVN access on 05 Jan 2007 by NCN, for PEP
update access.
- Lars Gustaebel was given SVN access on 20 Dec 2006 by NCN, for tarfile.py
related work.
- 2006 Summer of Code entries: SoC developers are expected to work
primarily in nondist/sandbox or on a branch of their own, and will
have their work reviewed before changes are accepted into the trunk.
- Matt Fleming was added on 25 May 2006 by AMK; he'll be working on
enhancing the Python debugger.
- Jackilyn Hoxworth was added on 25 May 2006 by AMK; she'll be adding logging
to the standard library.
- Mateusz Rukowicz was added on 30 May 2006 by AMK; he'll be
translating the decimal module into C.
- SVN access granted to the "Need for Speed" Iceland sprint attendees,
between May 17 and 21, 2006, by Tim Peters. All work is to be done
in new sandbox projects or on new branches, with merging to the
trunk as approved:
Andrew Dalke
Christian Tismer
Jack Diederich
John Benediktsson
Kristj<74>n V. J<>nsson
Martin Blais
Richard Emslie
Richard Jones
Runar Petursson
Steve Holden
Richard M. Tew
- Steven Bethard was given SVN access on 27 Apr 2006 by DJG, for PEP
update access.
- Talin was given SVN access on 27 Apr 2006 by DJG, for PEP update
access.
- George Yoshida (SF name "quiver") added to the SourceForge Python
project 14 Apr 2006, by Tim Peters, as a tracker admin. See
contemporaneous python-checkins thread with the unlikely Subject:
r45329 - python/trunk/Doc/whatsnew/whatsnew25.tex
- Ronald Oussoren was given SVN access on 3 Mar 2006 by NCN, for Mac
related work.
- Bob Ippolito was given SVN access on 2 Mar 2006 by NCN, for Mac
related work.
- Nick Coghlan requested CVS access so he could update his PEP directly.
Granted by GvR on 16 Oct 2005.
- Added two new developers for the Summer of Code project. 8 July 2005
by RDH. Andrew Kuchling will be mentoring Gregory K Johnson for a
project to enhance mailbox. Brett Cannon requested access for Flovis
Bruynooghe (sirolf) to work on pstats, profile, and hotshot. Both users
are expected to work primarily in nondist/sandbox and have their work
reviewed before making updates to active code.
- Georg Brandl was given SF tracker permissions on 28 May 2005
by RDH. Since the beginning of 2005, he has been active in discussions
on python-dev and has submitted a dozen patch reviews. The permissions
add the ability to change tracker status and to attach patches. On
3 June 2005, this was expanded by RDH to include checkin permissions.
- Terry Reedy was given SF tracker permissions on 7 Apr 2005 by RDH.
- Nick Coghlan was given SF tracker permissions on 5 Apr 2005 by RDH.
For several months, he has been active in reviewing and contributing
patches. The added permissions give him greater flexibility in
working with the tracker.
- Eric Price was made a developer on 2 May 2003 by TGP. This was
specifically to work on the new ``decimal`` package, which lived in
``nondist/sandbox/decimal/`` at the time.
- Eric S. Raymond was made a developer on 2 Jul 2000 by TGP, for general
library work. His request is archived here:
http://mail.python.org/pipermail/python-dev/2000-July/005314.html
Permissions Dropped on Request
------------------------------
- Per note from Andrew Kuchling, the permissions for Gregory K Johnson
and the Summer Of Code project are no longer needed. AMK will make
any future checkins directly. 16 Oct 2005 RDH
- Johannes Gijsbers sent a drop request. 27 July 2005 RDH
- Flovis Bruynooghe sent a drop request. 14 July 2005 RDH
- Paul Prescod sent a drop request. 30 Apr 2005 RDH
- Finn Bock sent a drop request. 13 Apr 2005 RDH
- Eric Price sent a drop request. 10 Apr 2005 RDH
- Irmen de Jong requested dropping CVS access while keeping tracker
access. 10 Apr 2005 RDH
- Moshe Zadka and Ken Manheimer sent drop requests. 8 Apr 2005 by RDH
- Steve Holden, Gerhard Haring, and David Cole sent email stating that
they no longer use their access. 7 Apr 2005 RDH
Permissions Dropped after Loss of Contact
-----------------------------------------
- Several unsuccessful efforts were made to contact Charles G Waldman.
Removed on 8 Apr 2005 by RDH.
Initials of Project Admins
--------------------------
GvR: Guido van Rossum
NCN: Neal Norwitz
RDH: Raymond Hettinger
TGP: Tim Peters
DJG: David Goodger
MvL: Martin v. Loewis