summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ipaddr.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue6169: it was possible for two ipaddr network addresses to compareGregory P. Smith2009-06-021-12/+15
| | | | as both < and > than eachother.
* Fix an off by one error on negative indexs to __getitem__Gregory P. Smith2009-05-081-0/+11
| | | | http://code.google.com/p/ipaddr-py/issues/detail?id=15
* 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
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.