summaryrefslogtreecommitdiffstats
path: root/Lib/ipaddr.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue6169: it was possible for two ipaddr network addresses to compareGregory P. Smith2009-06-021-7/+15
* Sync up __version__ number with the version of the ipaddr-py project thisGregory P. Smith2009-06-011-13/+1
* Fix an off by one error on negative indexs to __getitem__Gregory P. Smith2009-05-081-0/+1
* Optimization: move RFC defined network constant construction out ofGregory P. Smith2009-05-031-14/+33
* remove py3k compat codeBenjamin Peterson2009-05-021-28/+0
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-011-0/+1365