summaryrefslogtreecommitdiff
path: root/Lib/test/test_ipaddress.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...Antoine Pitrou2014-05-121-0/+113
* Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.Eric V. Smith2014-04-141-0/+8
* Issue #20553. Use specific asserts in ipaddress tests.Serhiy Storchaka2014-02-081-0/+12
|\
| * Merge fix for #18805 from 3.3Nick Coghlan2014-02-081-0/+12
| |\
| | * #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWSPeter Moody2013-10-241-1/+3
| | * #17400: fix documentation, add cache to is_global and correctly handle 100.64...Peter Moody2013-10-221-0/+1
| | * #17400; ipaddress should make it easy to identify rfc6598 addressesPeter Moody2013-10-211-0/+9
* | | Issue #20553. Use specific asserts in ipaddress tests.Serhiy Storchaka2014-02-081-18/+17
|/ /
* | Issue #18805: better netmask validation in ipaddressNick Coghlan2014-02-081-20/+53
|/
* Issue #14814: document the Interface APIs and fix various problems with the s...Nick Coghlan2012-08-201-9/+7
* Issue #14814: Remove redundant property from interface objects - prefixlen ca...Nick Coghlan2012-08-051-2/+2
* Issue 14814: Docs work showed some more cases of networks pretending to be ad...Nick Coghlan2012-08-051-2/+2
* Close #15559: Implementing __index__ creates a nasty interaction with the byt...Nick Coghlan2012-08-051-8/+9
* Issue 14814: The new systematic tests aren't just about error reporting any m...Nick Coghlan2012-07-081-26/+72
* Issue 14814: Remove dead function (noticed by Serhiy Storchaka)Nick Coghlan2012-07-081-1/+0
* Issue 14814: Further error case testing coverage and cleanupsNick Coghlan2012-07-081-73/+67
* Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-081-61/+97
* Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-071-1/+16
* Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...Nick Coghlan2012-07-071-3/+3
* Issue 14814: Provide more informative error messages in ipaddress, and ensure...Nick Coghlan2012-07-071-146/+407
* Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an...Nick Coghlan2012-07-071-27/+34
* Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu...Nick Coghlan2012-07-071-36/+41
* Improve an internal ipaddress test, add a comment explaining why treating net...Nick Coghlan2012-06-171-6/+21
* #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-271-1/+1
* Issue #14814: Cleanup ipaddress header commentsNick Coghlan2012-05-271-16/+2
* Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...Nick Coghlan2012-05-271-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