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
|
09daad9825
|
Sync up __version__ number with the version of the ipaddr-py project this
library came from that it matches.
Remove the former apache license text now that its been contributed to PSF to
avoid confusion.
|
2009-06-01 17:40:41 +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
|
9ac3ee63f6
|
Optimization: move RFC defined network constant construction out of
the is_*() methods and into module private instances.
|
2009-05-03 19:37:05 +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 |