mirror of
https://github.com/python/cpython.git
synced 2024-12-16 21:34:44 +08:00
a37cfc649a
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63402 | raymond.hettinger | 2008-05-16 23:13:36 -0500 (Fri, 16 May 2008) | 1 line Fix-up docstring ........ r63405 | gregory.p.smith | 2008-05-17 02:17:34 -0500 (Sat, 17 May 2008) | 3 lines fix issue2381: test_subprocess fails if your sys.executable is on a path with a space in it. ........ r63411 | lars.gustaebel | 2008-05-17 11:50:22 -0500 (Sat, 17 May 2008) | 8 lines Replace signatures with optional arguments in square brackets with keyword arguments and the actual default values. Fix references that point nowhere or to the wrong place. Add description of the ENCODING module-level variable. Fix the URL pointing to the GNU tar manual. Remove two obsolete examples. Add an example on how to use a generator with TarFile.extractall(). ........ r63457 | ronald.oussoren | 2008-05-18 15:09:54 -0500 (Sun, 18 May 2008) | 9 lines MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf getproxies_macosx_sysconf uses ctypes to call SystemConfiguration APIs. This checkin adds ctypes annotation to specify the right argument types for the API's that are used. This is needed to be able to use urllib on a 64-bit system, without annotations you'd get a hard crash. ........ r63467 | andrew.kuchling | 2008-05-18 22:03:46 -0500 (Sun, 18 May 2008) | 1 line Re-organize the increasingly long list of deprecated modules ........ r63468 | benjamin.peterson | 2008-05-19 06:55:54 -0500 (Mon, 19 May 2008) | 2 lines just MacOS (instead of MacOS 9) ........ r63480 | neal.norwitz | 2008-05-20 00:21:57 -0500 (Tue, 20 May 2008) | 1 line Add html package so it gets installed and more tests work (from installed copy) ........ r63507 | vinay.sajip | 2008-05-20 10:34:36 -0500 (Tue, 20 May 2008) | 1 line Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wrong filename used to delete old log files). ........ r63508 | vinay.sajip | 2008-05-20 10:37:22 -0500 (Tue, 20 May 2008) | 1 line Updated with fixes for #2914 and #2929. ........ r63516 | martin.v.loewis | 2008-05-21 02:31:31 -0500 (Wed, 21 May 2008) | 2 lines Add Robert Schuppenies. ........ r63534 | brett.cannon | 2008-05-21 22:18:35 -0500 (Wed, 21 May 2008) | 1 line Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. ........ r63541 | raymond.hettinger | 2008-05-22 19:49:27 -0500 (Thu, 22 May 2008) | 1 line Docs for Issue 2819. ........
229 lines
7.8 KiB
Plaintext
229 lines
7.8 KiB
Plaintext
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
|
||
-------------------
|
||
|
||
- 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
|