summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-18 23:24:41 +0000
committerGeorg Brandl <georg@python.org>2010-05-18 23:24:41 +0000
commit840d22681bd6ab8a6a8b69f72e5513abfd09e8b6 (patch)
tree1eeb032356bdfa171407e71b12504187e7c098e7
parent7b27a2ac4c902f2a9c1aebef3670ff03cd5bf707 (diff)
downloadcpython-git-840d22681bd6ab8a6a8b69f72e5513abfd09e8b6.tar.gz
Merged revisions 79374,80152,80301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79374 | martin.v.loewis | 2010-03-24 15:05:53 +0000 (Mi, 24 MÃĪr 2010) | 2 lines Add Brian Curtin. ........ r80152 | martin.v.loewis | 2010-04-17 17:10:55 +0000 (Sa, 17 Apr 2010) | 2 lines Add Giampaolo. ........ r80301 | martin.v.loewis | 2010-04-21 06:37:48 +0000 (Mi, 21 Apr 2010) | 2 lines Add Tim Golden. ........
-rw-r--r--Misc/developers.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt
index 006bd31b51..2825275aff 100644
--- a/Misc/developers.txt
+++ b/Misc/developers.txt
@@ -17,6 +17,12 @@ the format to accommodate documentation needs as they arise.
Permissions History
-------------------
+- Tim Golden was given commit access on April 21 2010 by MvL,
+ at suggestion of Michael Foord.
+
+- Giampaolo Rodolā was given commit access on April 17 2010 by
+ MvL, at suggestion of R. David Murray.
+
- Jean-Paul Calderone was given commit access on April 6 2010 by
GFB, at suggestion of Michael Foord and others.