forked from andreyvit/pyjamas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCREDITS
74 lines (54 loc) · 2.23 KB
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Lead Developer
2006-2007: James Tauber - [email protected]
2008-2009: Luke Kenneth Casson Leighton <[email protected]>
Other Commmitters
Willie Gollino - [email protected]
Dobes Vandermeer - [email protected]
Bernd Dorn - <[email protected]>
Luis Pamirez
Erik Westra - ewestra [at] gmail [dot] com
Jurgen Kartnaller - <[email protected]>
Other Contributors
Vicente J. Ruiz Jurado - [email protected]
Gerard Labadie - [email protected]
Stephan Diehl - [email protected]
John Lehman - [email protected]
G Clinch
Kees Boss
Oisin Mulvihill
Ondrej Certik
Laszlo Krekacs - [email protected]
Stefan Schwarzer - <[email protected]>
Radoslav Kirov
Beni Kerniavsky
Henk Punt
Mathias Waack - <[email protected]>
Guenter Walser - <[email protected]>
Martin Blais - <[email protected]>
Scott Graham
Nick - <[email protected]>
Hackadelic - http://code.google.com/u/hackadelic/
Catalin Patulea - <[email protected]>
JJ Kunce (http://code.google.com/u/jjkunce)
Alexei Sokolov
Carl Roach <[email protected]>
Erik gets a special mention for the contribution of the "Showcase".
Luis did the porting of gtk to pyjamas: I'm sorry we haven't had time
to reincorporate it into pyjamas 0.4 or above yet, Luis! It'll happen
eventually (nearly there, luis, I promise!)
Bernd's work on the core python compiler has been absolutely invaluable.
G Clinch ported the DisclosurePanel from GWT
Kees Boss originally added multiple inheritance support and has just gone mad
with the python-esque improvements ever since.
Laszlo Krekacs has been adding little bits of language support, and also
ported Toggle, Custom and Push buttons from GWT 1.6
Stefan is a recent contributor since Europython and has been adding
"formal correctness" patches that are more in line with python 2.5 and 2.6
and python coding standards.
Radoslav created a couple of examples, lightout and processingjs
James - thank you for kick-starting this project.
Henk Punt, for pyjd/windows.py - this saved an enormous dependency
(pywin32, at 5mb) for the MSHTML port.
Scott Graham for the work in Skulpt on the parser/translator
And of course, a huge amount of thanks goes to Google and the engineers
there that produced GWT, on which pyjamas is originally based.