summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ipaddr.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue6169: it was possible for two ipaddr network addresses to compareGregory P. Smith2009-06-021-12/+15
* Fix an off by one error on negative indexs to __getitem__Gregory P. Smith2009-05-081-0/+11
* Convert test method names to PEP8 style.Gregory P. Smith2009-05-021-46/+47
* remove py3k compat codeBenjamin Peterson2009-05-021-35/+7
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-011-0/+567