mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
47b49bf6dc
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57771 | thomas.wouters | 2007-08-30 23:54:39 +0200 (Thu, 30 Aug 2007) | 5 lines Don't lie in __all__ attributes when SSL is not available: only add the SSL classes when they are actually created. ........ r57620 | walter.doerwald | 2007-08-28 18:38:26 +0200 (Tue, 28 Aug 2007) | 5 lines Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046. ........ r57622 | georg.brandl | 2007-08-28 20:54:44 +0200 (Tue, 28 Aug 2007) | 2 lines Add a crasher for the thread-unsafety of file objects. ........ r57626 | skip.montanaro | 2007-08-29 01:22:52 +0200 (Wed, 29 Aug 2007) | 1 line fixes 813986 ........ r57628 | walter.doerwald | 2007-08-29 01:35:33 +0200 (Wed, 29 Aug 2007) | 2 lines Fix test output. ........ r57631 | skip.montanaro | 2007-08-29 03:24:11 +0200 (Wed, 29 Aug 2007) | 2 lines Install pygettext (once the scriptsinstall target is working again). ........ r57633 | skip.montanaro | 2007-08-29 03:33:45 +0200 (Wed, 29 Aug 2007) | 2 lines Recent items. ........ r57650 | neal.norwitz | 2007-08-29 08:15:33 +0200 (Wed, 29 Aug 2007) | 1 line Add Bill as a developer ........ r57651 | facundo.batista | 2007-08-29 12:28:28 +0200 (Wed, 29 Aug 2007) | 5 lines Ignore test failures caused by 'resource temporarily unavailable' exceptions raised during FailingServerTestCase tests. [GSoC - Alan McIntyre] ........ r57680 | bill.janssen | 2007-08-30 00:35:05 +0200 (Thu, 30 Aug 2007) | 17 lines This contains a number of things: 1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py. ........ r57714 | georg.brandl | 2007-08-30 12:09:42 +0200 (Thu, 30 Aug 2007) | 2 lines Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). ........ r57716 | georg.brandl | 2007-08-30 12:38:56 +0200 (Thu, 30 Aug 2007) | 2 lines Patch #1680959: add test suite for pipes module. ........ r57717 | georg.brandl | 2007-08-30 14:32:23 +0200 (Thu, 30 Aug 2007) | 3 lines * Skip test_pipes on non-POSIX. * Don't raise TestSkipped within a test function. ........ r57723 | mark.summerfield | 2007-08-30 17:03:03 +0200 (Thu, 30 Aug 2007) | 3 lines Added more cross-references. ........ r57726 | walter.doerwald | 2007-08-30 17:30:09 +0200 (Thu, 30 Aug 2007) | 2 lines Rewrap line. ........ r57727 | walter.doerwald | 2007-08-30 17:34:55 +0200 (Thu, 30 Aug 2007) | 2 lines Set startinpos before calling the error handler. ........ r57730 | bill.janssen | 2007-08-30 19:07:28 +0200 (Thu, 30 Aug 2007) | 3 lines Added docstrings to methods and functions. ........ r57743 | bill.janssen | 2007-08-30 20:08:06 +0200 (Thu, 30 Aug 2007) | 1 line added note on new ssl module and deprecation of socket.ssl ........ r57747 | martin.v.loewis | 2007-08-30 20:14:01 +0200 (Thu, 30 Aug 2007) | 1 line Fix popen usage. ........ r57748 | martin.v.loewis | 2007-08-30 20:15:22 +0200 (Thu, 30 Aug 2007) | 1 line Fix typo. ........ r57750 | martin.v.loewis | 2007-08-30 20:25:47 +0200 (Thu, 30 Aug 2007) | 1 line Bug #1746880: Correctly install DLLs into system32 folder on Win64. ........ r57760 | martin.v.loewis | 2007-08-30 21:04:09 +0200 (Thu, 30 Aug 2007) | 1 line Bug #1709599: Run test_1565150 only if the file system is NTFS. ........ r57762 | martin.v.loewis | 2007-08-30 22:10:57 +0200 (Thu, 30 Aug 2007) | 2 lines Bump autoconf minimum version to 2.61. ........ r57764 | lars.gustaebel | 2007-08-30 22:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines Warn about possible risks when extracting untrusted archives. ........ r57769 | thomas.wouters | 2007-08-30 23:01:17 +0200 (Thu, 30 Aug 2007) | 7 lines Somewhat-preliminary slice-object and extended slicing support for ctypes. The exact behaviour of omitted and negative indices for the Pointer type may need a closer look (especially as it's subtly different from simple slices) but there's time yet before 2.6, and not enough before 3.0a1 :-) ........
179 lines
6.1 KiB
Plaintext
179 lines
6.1 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
|
||
-------------------
|
||
|
||
- 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
|