|
Revision 9181, 0.8 kB
(checked in by haypo, 2 years ago)
|
|
Apply patch from Aras Vaichas: It allows the [-1] operator to work with an IP object of size 1.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | Authors |
|---|
| 2 | ======= |
|---|
| 3 | |
|---|
| 4 | Maximillian Dornseif <md AT hudora.de> |
|---|
| 5 | > IPy author and maintainer until the version 0.42 |
|---|
| 6 | Victor Stinner <victor.stinner AT inl.fr> |
|---|
| 7 | > new maintainer since the version 0.5 |
|---|
| 8 | |
|---|
| 9 | Contributors |
|---|
| 10 | ============ |
|---|
| 11 | |
|---|
| 12 | Aras Vaichas <arasv AT magtech.com.au> |
|---|
| 13 | > fix __getitem__ for IP object of size 1 |
|---|
| 14 | Bernhard Frauendienst <contact AT obeliks.de> |
|---|
| 15 | > fix IPv6 parser |
|---|
| 16 | James Teh <james.teh AT netboxblue.com> |
|---|
| 17 | > make_net option patch |
|---|
| 18 | Jean Gillaux <jgillaux AT inl.fr> |
|---|
| 19 | > fix netmask "/0.0.0.0" |
|---|
| 20 | Mark Johnston |
|---|
| 21 | > bringing IPy to Python 2.3 |
|---|
| 22 | Matthew Flanagan <mattimustang AT gmail.com> |
|---|
| 23 | > fix strCompressed() |
|---|
| 24 | Samuel Krempp |
|---|
| 25 | > fix __cmp__() bug |
|---|
| 26 | Shell, Hin-lik Hung |
|---|
| 27 | > bring IPy to OpenBSD ports |
|---|
| 28 | Skinny Puppy |
|---|
| 29 | > __add__() now always returns a value |
|---|
| 30 | William McVey <wam AT cisco.com> |
|---|
| 31 | > Fix IP.__nonzero__() |
|---|
| 32 | |
|---|