Show More
@@ -37,6 +37,12 b' developers:' | |||||
37 | * **Jörgen Stenarson** <jorgen.stenarson-AT-bostream.nu> Maintainer of the |
|
37 | * **Jörgen Stenarson** <jorgen.stenarson-AT-bostream.nu> Maintainer of the | |
38 | PyReadline project, which is needed for IPython under windows. |
|
38 | PyReadline project, which is needed for IPython under windows. | |
39 |
|
39 | |||
|
40 | * **Thomas Kluyver** <takowl-AT-gmail.com> Port of IPython and its necessary ZeroMQ | |||
|
41 | infrastructure to Python3, IPython core. | |||
|
42 | ||||
|
43 | * **Evan Patterson** <epatters-AT-enthought.com> Qt console frontend with ZeroMQ. | |||
|
44 | ||||
|
45 | ||||
40 | Special thanks |
|
46 | Special thanks | |
41 | ============== |
|
47 | ============== | |
42 |
|
48 | |||
@@ -109,11 +115,6 b' let us know if we have omitted your name by accident:' | |||||
109 |
|
115 | |||
110 | * Mark Voorhies <mark.voorhies-AT-ucsf.edu> Printing support in Qt console. |
|
116 | * Mark Voorhies <mark.voorhies-AT-ucsf.edu> Printing support in Qt console. | |
111 |
|
117 | |||
112 | * Thomas Kluyver <takowl-AT-gmail.com> Port of IPython and its necessary ZeroMQ |
|
|||
113 | infrastructure to Python3. |
|
|||
114 |
|
||||
115 | * Evan Patterson <epatters-AT-enthought.com> Qt console frontend with ZeroMQ. |
|
|||
116 |
|
||||
117 | * Justin Riley <justin.t.riley-AT-gmail.com> Contributions to parallel support, |
|
118 | * Justin Riley <justin.t.riley-AT-gmail.com> Contributions to parallel support, | |
118 | Amazon EC2, Sun Grid Engine, documentation. |
|
119 | Amazon EC2, Sun Grid Engine, documentation. | |
119 |
|
120 |
@@ -10,7 +10,7 b' License' | |||||
10 | IPython is licensed under the terms of the new or revised BSD license, as |
|
10 | IPython is licensed under the terms of the new or revised BSD license, as | |
11 | follows:: |
|
11 | follows:: | |
12 |
|
12 | |||
13 |
Copyright (c) 20 |
|
13 | Copyright (c) 2011, IPython Development Team | |
14 |
|
14 | |||
15 | All rights reserved. |
|
15 | All rights reserved. | |
16 |
|
16 | |||
@@ -56,7 +56,9 b' currently active contributors:' | |||||
56 | * Ondrej Certik |
|
56 | * Ondrej Certik | |
57 | * Laurent Dufrechou |
|
57 | * Laurent Dufrechou | |
58 | * Robert Kern |
|
58 | * Robert Kern | |
|
59 | * Thomas Kluyver | |||
59 | * Brian E. Granger |
|
60 | * Brian E. Granger | |
|
61 | * Evan Patterson | |||
60 | * Fernando Perez (project leader) |
|
62 | * Fernando Perez (project leader) | |
61 | * Benjamin Ragan-Kelley |
|
63 | * Benjamin Ragan-Kelley | |
62 | * Ville M. Vainio |
|
64 | * Ville M. Vainio |
General Comments 0
You need to be logged in to leave comments.
Login now