summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ipaddress.py
Commit message (Expand)AuthorAgeFilesLines
* #14814: ipaddress: refactor dup code, minor janitoring, bump coverageHynek Schlawack2012-06-051-28/+148
* #14814: Remove dead code from ipaddressHynek Schlawack2012-06-041-0/+16
* #14814: Use correct comparison for IP addressesHynek Schlawack2012-06-041-0/+1
* #14814: Fix errror message creation in ipaddress.collapse_addressesHynek Schlawack2012-06-011-4/+11
* Issue #14814: Clean out an obsolete property and method from ipaddress Networ...Nick Coghlan2012-05-261-1/+1
* Issue #14814: Cleanup ipaddress header commentsNick Coghlan2012-05-261-16/+2
* Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...Nick Coghlan2012-05-261-19/+1
* Issue #14814: improve docstrings and arguments value handling, as per Terry J...Sandro Tosi2012-05-231-0/+18
* Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-201-0/+1142