blob: 58896b0e7967f815de969e82144ce272c5f45f4a [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001Contributors to the Python Documentation
2----------------------------------------
3
Georg Brandle7d118a2007-12-08 11:05:05 +00004This section lists people who have contributed in some way to the Python
Georg Brandl8ec7f652007-08-15 14:28:01 +00005documentation. It is probably not complete -- if you feel that you or
6anyone else should be on this list, please let us know (send email to
7docs@python.org), and we'll be glad to correct the problem.
8
Georg Brandle7d118a2007-12-08 11:05:05 +00009.. acks::
10
11 * Aahz
12 * Michael Abbott
13 * Steve Alexander
14 * Jim Ahlstrom
15 * Fred Allen
16 * A. Amoroso
17 * Pehr Anderson
18 * Oliver Andrich
Benjamin Peterson8928a7e2008-10-31 20:41:44 +000019 * Heidi Annexstad
Georg Brandle7d118a2007-12-08 11:05:05 +000020 * Jesús Cea Avión
Tarek Ziadée6aeba72009-02-13 09:12:33 +000021 * Manuel Balsera
Georg Brandle7d118a2007-12-08 11:05:05 +000022 * Daniel Barclay
23 * Chris Barker
24 * Don Bashford
25 * Anthony Baxter
Georg Brandlc3268012008-03-21 20:55:51 +000026 * Alexander Belopolsky
Georg Brandle7d118a2007-12-08 11:05:05 +000027 * Bennett Benson
28 * Jonathan Black
29 * Robin Boerdijk
30 * Michal Bozon
31 * Aaron Brancotti
32 * Georg Brandl
33 * Keith Briggs
Georg Brandladbda842007-12-14 19:03:36 +000034 * Ian Bruntlett
Georg Brandle7d118a2007-12-08 11:05:05 +000035 * Lee Busby
36 * Lorenzo M. Catucci
37 * Carl Cerecke
38 * Mauro Cicognini
39 * Gilles Civario
40 * Mike Clarkson
41 * Steve Clift
42 * Dave Cole
43 * Matthew Cowles
44 * Jeremy Craven
45 * Andrew Dalke
46 * Ben Darnell
47 * L. Peter Deutsch
48 * Robert Donohue
49 * Fred L. Drake, Jr.
50 * Josip Dzolonga
51 * Jeff Epler
52 * Michael Ernst
53 * Blame Andy Eskilsson
54 * Carey Evans
55 * Martijn Faassen
56 * Carl Feynman
57 * Dan Finnie
58 * Hernán Martínez Foffani
59 * Stefan Franke
60 * Jim Fulton
61 * Peter Funk
62 * Lele Gaifax
63 * Matthew Gallagher
Georg Brandlfc29f272009-01-02 20:25:14 +000064 * Gabriel Genellina
Georg Brandle7d118a2007-12-08 11:05:05 +000065 * Ben Gertzfield
66 * Nadim Ghaznavi
67 * Jonathan Giddy
68 * Shelley Gooch
69 * Nathaniel Gray
70 * Grant Griffin
71 * Thomas Guettler
72 * Anders Hammarquist
73 * Mark Hammond
74 * Harald Hanche-Olsen
75 * Manus Hand
76 * Gerhard Häring
77 * Travis B. Hartwell
78 * Tim Hatch
79 * Janko Hauser
Thomas Hellerf3268982008-01-05 17:15:44 +000080 * Thomas Heller
Georg Brandle7d118a2007-12-08 11:05:05 +000081 * Bernhard Herzog
82 * Magnus L. Hetland
83 * Konrad Hinsen
84 * Stefan Hoffmeister
85 * Albert Hofkamp
86 * Gregor Hoffleit
87 * Steve Holden
88 * Thomas Holenstein
89 * Gerrit Holl
90 * Rob Hooft
91 * Brian Hooper
92 * Randall Hopper
93 * Michael Hudson
94 * Eric Huss
95 * Jeremy Hylton
96 * Roger Irwin
97 * Jack Jansen
98 * Philip H. Jensen
99 * Pedro Diaz Jimenez
100 * Kent Johnson
101 * Lucas de Jonge
102 * Andreas Jung
103 * Robert Kern
104 * Jim Kerr
105 * Jan Kim
Victor Stinner8703be92011-07-08 02:14:55 +0200106 * Kamil Kisiel
Georg Brandle7d118a2007-12-08 11:05:05 +0000107 * Greg Kochanski
108 * Guido Kollerie
109 * Peter A. Koren
110 * Daniel Kozan
111 * Andrew M. Kuchling
112 * Dave Kuhlman
113 * Erno Kuusela
Georg Brandl28dadd92011-02-25 10:50:32 +0000114 * Ross Lagerwall
Georg Brandle7d118a2007-12-08 11:05:05 +0000115 * Thomas Lamb
116 * Detlef Lannert
117 * Piers Lauder
118 * Glyph Lefkowitz
119 * Robert Lehmann
120 * Marc-André Lemburg
121 * Ross Light
122 * Ulf A. Lindgren
123 * Everett Lipman
124 * Mirko Liss
125 * Martin von Löwis
126 * Fredrik Lundh
127 * Jeff MacDonald
128 * John Machin
129 * Andrew MacIntyre
130 * Vladimir Marangozov
131 * Vincent Marchetti
Georg Brandl28046022011-02-25 11:01:04 +0000132 * Westley Martínez
Georg Brandle7d118a2007-12-08 11:05:05 +0000133 * Laura Matson
134 * Daniel May
135 * Rebecca McCreary
136 * Doug Mennella
137 * Paolo Milani
138 * Skip Montanaro
139 * Paul Moore
140 * Ross Moore
141 * Sjoerd Mullender
142 * Dale Nagata
Victor Stinner8703be92011-07-08 02:14:55 +0200143 * Michal Nowikowski
Georg Brandle7d118a2007-12-08 11:05:05 +0000144 * Ng Pheng Siong
145 * Koray Oner
146 * Tomas Oppelstrup
147 * Denis S. Otkidach
148 * Zooko O'Whielacronx
Georg Brandl23828322007-12-11 16:32:49 +0000149 * Shriphani Palakodety
Georg Brandle7d118a2007-12-08 11:05:05 +0000150 * William Park
151 * Joonas Paalasmaa
152 * Harri Pasanen
153 * Bo Peng
154 * Tim Peters
Benjamin Peterson09a1ebc2008-04-15 11:58:46 +0000155 * Benjamin Peterson
Georg Brandle7d118a2007-12-08 11:05:05 +0000156 * Christopher Petrilli
157 * Justin D. Pettit
158 * Chris Phoenix
159 * François Pinard
160 * Paul Prescod
161 * Eric S. Raymond
162 * Edward K. Ream
Eric Smith4c074382009-04-22 00:47:00 +0000163 * Terry J. Reedy
Georg Brandle7d118a2007-12-08 11:05:05 +0000164 * Sean Reifschneider
165 * Bernhard Reiter
166 * Armin Rigo
167 * Wes Rishel
Georg Brandl8509db52008-06-10 07:45:28 +0000168 * Armin Ronacher
Georg Brandle7d118a2007-12-08 11:05:05 +0000169 * Jim Roskind
170 * Guido van Rossum
171 * Donald Wallace Rouse II
Georg Brandl81de0d22008-01-06 16:17:56 +0000172 * Mark Russell
Georg Brandle7d118a2007-12-08 11:05:05 +0000173 * Nick Russo
174 * Chris Ryland
175 * Constantina S.
176 * Hugh Sasse
177 * Bob Savage
178 * Scott Schram
179 * Neil Schemenauer
180 * Barry Scott
181 * Joakim Sernbrant
182 * Justin Sheehy
183 * Charlie Shepherd
184 * Michael Simcich
185 * Ionel Simionescu
186 * Michael Sloan
187 * Gregory P. Smith
188 * Roy Smith
189 * Clay Spence
190 * Nicholas Spies
191 * Tage Stabell-Kulo
192 * Frank Stajano
193 * Anthony Starks
194 * Greg Stein
195 * Peter Stoehr
196 * Mark Summerfield
197 * Reuben Sumner
198 * Kalle Svensson
199 * Jim Tittsler
Benjamin Petersonc2f14402008-10-17 20:01:01 +0000200 * David Turner
Georg Brandle7d118a2007-12-08 11:05:05 +0000201 * Ville Vainio
202 * Martijn Vries
203 * Charles G. Waldman
204 * Greg Ward
205 * Barry Warsaw
206 * Corran Webster
207 * Glyn Webster
208 * Bob Weiner
209 * Eddy Welbourne
210 * Jeff Wheeler
211 * Mats Wichmann
212 * Gerry Wiener
213 * Timothy Wild
Tarek Ziadé40b998b2009-10-27 23:06:10 +0000214 * Paul Winkler
Georg Brandle7d118a2007-12-08 11:05:05 +0000215 * Collin Winter
216 * Blake Winton
217 * Dan Wolfe
218 * Steven Work
219 * Thomas Wouters
220 * Ka-Ping Yee
221 * Rory Yorke
222 * Moshe Zadka
223 * Milan Zamazal
224 * Cheng Zhang