Gregory P. Smith
|
61e7fbf2c1
|
Fixes issue6169: it was possible for two ipaddr network addresses to compare
as both < and > than eachother.
|
2009-06-02 05:25:34 +00:00 |
Gregory P. Smith
|
5edb1a1b0a
|
Fix an off by one error on negative indexs to __getitem__
http://code.google.com/p/ipaddr-py/issues/detail?id=15
|
2009-05-08 23:16:47 +00:00 |
Gregory P. Smith
|
6e7bdde2c8
|
Convert test method names to PEP8 style.
|
2009-05-02 18:58:21 +00:00 |
Benjamin Peterson
|
6282169142
|
remove py3k compat code
|
2009-05-02 17:33:01 +00:00 |
Gregory P. Smith
|
1d499265e0
|
Adds the ipaddr module to the standard library. Issue #3959.
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/
This code is 2to3 safe, I'll merge it into py3k later this afternoon.
|
2009-05-01 19:59:52 +00:00 |