[Python-checkins] r74957 - in python/branches/release31-maint: Misc/maintainers.rst

r.david.murray python-checkins at python.org
Sat Sep 19 21:04:37 CEST 2009


Author: r.david.murray
Date: Sat Sep 19 21:04:37 2009
New Revision: 74957

Log:
Merged revisions 74881-74885,74888,74891-74895,74900,74905-74906,74931-74932,74934,74941-74942,74944,74956 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74881 | r.david.murray | 2009-09-17 15:12:49 -0400 (Thu, 17 Sep 2009) | 2 lines
  
  Check in first draft of maintainers.rst.
........
  r74882 | eric.smith | 2009-09-17 15:22:30 -0400 (Thu, 17 Sep 2009) | 1 line
  
  Typo.
........
  r74883 | mark.dickinson | 2009-09-17 15:37:28 -0400 (Thu, 17 Sep 2009) | 1 line
  
  Add some more module maintainers.
........
  r74884 | mark.dickinson | 2009-09-17 15:39:12 -0400 (Thu, 17 Sep 2009) | 1 line
  
  Revert accidental changes to Objects/longobject.c
........
  r74885 | mark.dickinson | 2009-09-17 16:20:01 -0400 (Thu, 17 Sep 2009) | 1 line
  
  Add decimal maintainers
........
  r74888 | r.david.murray | 2009-09-17 18:10:48 -0400 (Thu, 17 Sep 2009) | 2 lines
  
  Maintainer additions from MAL.
........
  r74891 | georg.brandl | 2009-09-17 18:18:01 -0400 (Thu, 17 Sep 2009) | 1 line
  
  Some more maintainers.
........
  r74892 | r.david.murray | 2009-09-17 19:23:56 -0400 (Thu, 17 Sep 2009) | 2 lines
  
  Add a couple interest areas for Nick per his request.
........
  r74893 | r.david.murray | 2009-09-17 19:43:20 -0400 (Thu, 17 Sep 2009) | 2 lines
  
  Benajmin is also compiler-knowledgeable.
........
  r74894 | alexandre.vassalotti | 2009-09-17 20:59:05 -0400 (Thu, 17 Sep 2009) | 2 lines
  
  Added myself to my areas of interest.
........
  r74895 | brett.cannon | 2009-09-17 21:03:35 -0400 (Thu, 17 Sep 2009) | 1 line
  
  Add myself to a couple places as maintainer.
........
  r74900 | georg.brandl | 2009-09-18 05:06:37 -0400 (Fri, 18 Sep 2009) | 1 line
  
  Add myself in interest areas.
........
  r74905 | ezio.melotti | 2009-09-18 05:58:43 -0400 (Fri, 18 Sep 2009) | 1 line
  
  Add myself in interest areas and mark effbot as inactive in winsound
........
  r74906 | antoine.pitrou | 2009-09-18 09:15:23 -0400 (Fri, 18 Sep 2009) | 3 lines
  
  Add myself in a couple of places
........
  r74931 | r.david.murray | 2009-09-18 17:25:36 -0400 (Fri, 18 Sep 2009) | 5 lines
  
  Add some names gleaned from the "Tracker Archeology" thread
  on python-dev from back in February.  Also consolidate
  the autoconf and makefiles topics into one, and add tracker
  and svn/hg topics.
........
  r74932 | r.david.murray | 2009-09-18 17:32:16 -0400 (Fri, 18 Sep 2009) | 2 lines
  
  Remove non-committer mistakenly added.
........
  r74934 | r.david.murray | 2009-09-18 17:40:30 -0400 (Fri, 18 Sep 2009) | 2 lines
  
  More descriptive/generic name for the svn/hg entry (version control)
........
  r74941 | benjamin.peterson | 2009-09-18 18:45:59 -0400 (Fri, 18 Sep 2009) | 1 line
  
  add a new category for myself
........
  r74942 | benjamin.peterson | 2009-09-18 18:50:55 -0400 (Fri, 18 Sep 2009) | 1 line
  
  add myself for symtable
........
  r74944 | georg.brandl | 2009-09-19 03:39:05 -0400 (Sat, 19 Sep 2009) | 1 line
  
  I would like to maintain the token module!
........
  r74956 | r.david.murray | 2009-09-19 14:40:08 -0400 (Sat, 19 Sep 2009) | 3 lines
  
  Add everyone who we know has been a release manager
  as a resource for the 'release management' topic.
........


Added:
   python/branches/release31-maint/Misc/maintainers.rst
      - copied, changed from r74888, /python/branches/py3k/Misc/maintainers.rst
Modified:
   python/branches/release31-maint/   (props changed)

Copied: python/branches/release31-maint/Misc/maintainers.rst (from r74888, /python/branches/py3k/Misc/maintainers.rst)
==============================================================================
--- /python/branches/py3k/Misc/maintainers.rst	(original)
+++ python/branches/release31-maint/Misc/maintainers.rst	Sat Sep 19 21:04:37 2009
@@ -57,7 +57,7 @@
 bdb
 binascii
 binhex
-bisect
+bisect              rhettinger
 builtins
 bz2
 calendar
@@ -74,8 +74,8 @@
 compileall
 configparser
 contextlib
-copy
-copyreg
+copy                alexandre.vassalotti
+copyreg             alexandre.vassalotti
 cProfile
 crypt
 csv
@@ -87,7 +87,7 @@
 difflib
 dis
 distutils           tarek
-doctest
+doctest             tim_one (inactive)
 dummy_threading     brett.cannon
 email               barry
 encodings           lemburg, loewis
@@ -102,15 +102,15 @@
 fractions           mark.dickinson
 ftplib
 functools
-gc
+gc                  pitrou
 getopt
 getpass
-gettext
+gettext             loewis
 glob
 grp
 gzip
 hashlib
-heapq
+heapq               rhettinger
 hmac
 html
 http
@@ -121,7 +121,7 @@
 inspect
 io                  pitrou, benjamin.peterson
 itertools           rhettinger
-json
+json                bob.ippolito (inactive)
 keyword
 lib2to3             benjamin.peterson
 linecache
@@ -148,26 +148,26 @@
 ossaudiodev
 parser
 pdb
-pickle
-pickletools
+pickle              alexandre.vassalotti, pitrou
+pickletools         alexandre.vassalotti
 pipes
 pkgutil
 platform            lemburg
 plistlib
 poplib
 posix
-pprint
+pprint              fdrake
 pstats
 pty
 pwd
 py_compile
-pybench             lemburg
+pybench             lemburg, pitrou
 pyclbr
 pydoc
 queue
 quopri
 random              rhettinger
-re                  effbot (inactive)
+re                  effbot (inactive), pitrou
 readline
 reprlib
 resource
@@ -186,7 +186,7 @@
 socket
 socketserver
 spwd
-sqlite3
+sqlite3             ghaering
 ssl                 janssen
 stat
 string
@@ -195,7 +195,7 @@
 subprocess          astrand (inactive)
 sunau
 symbol
-symtable
+symtable            benjamin.peterson
 sys
 syslog
 tabnanny            tim_one
@@ -206,27 +206,27 @@
 test
 textwrap
 threading
-time
+time                brett.cannon
 timeit
 tkinter             gpolo
-token
+token               georg.brandl
 tokenize
 trace
-traceback
+traceback           georg.brandl
 tty
 turtle              gregorlingl
 types
-unicodedata         loewis, lemburg
+unicodedata         loewis, lemburg, ezio.melotti
 unittest            michael.foord
-urllib
+urllib              orsenthil
 uu
 uuid
-warnings
+warnings            brett.cannon
 wave
 weakref             fdrake
 webbrowser          georg.brandl
 winreg
-winsound            effbot
+winsound            effbot (inactive)
 wsgiref             pje
 xdrlib
 xml                 loewis
@@ -257,28 +257,32 @@
 Interest Area       Maintainers
 ------------------  -----------
 algorithms
-ast/compiler
-autoconf
+ast/compiler        ncoghlan, benjamin.peterson, brett.cannon, georg.brandl
+autoconf/makefiles
 bsd
 buildbots
-data formats        mark.dickinson
+bytecode            pitrou
+data formats        mark.dickinson, georg.brandl
 database            lemburg
-documentation       georg.brandl
+documentation       georg.brandl, ezio.melotti
 GUI
 i18n                lemburg
-import machinery    brett.cannon
+import machinery    brett.cannon, ncoghlan
 io                  pitrou, benjamin.peterson
 locale              lemburg, loewis
-makefiles
 mathematics         mark.dickinson, eric.smith, lemburg
 memory management   tim_one, lemburg
 networking
 packaging           tarek, lemburg
-release management  tarek, lemburg
+py3 transition      benjamin.peterson
+release management  tarek, lemburg, benjamin.peterson, barry, loewis,
+                    gvanrossum, anthonybaxter
 str.format          eric.smith
 time and dates      lemburg
-testing             michael.foord
+testing             michael.foord, pitrou
 threads
+tracker
 unicode             lemburg
+version control
 windows
 ==================  ===========


More information about the Python-checkins mailing list