index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ipaddress.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14814: document the Interface APIs and fix various problems with the s...
Nick Coghlan
2012-08-20
1
-9/+7
*
Issue #14814: Remove redundant property from interface objects - prefixlen ca...
Nick Coghlan
2012-08-05
1
-2/+2
*
Issue 14814: Docs work showed some more cases of networks pretending to be ad...
Nick Coghlan
2012-08-05
1
-2/+2
*
Close #15559: Implementing __index__ creates a nasty interaction with the byt...
Nick Coghlan
2012-08-05
1
-8/+9
*
Issue 14814: The new systematic tests aren't just about error reporting any m...
Nick Coghlan
2012-07-08
1
-26/+72
*
Issue 14814: Remove dead function (noticed by Serhiy Storchaka)
Nick Coghlan
2012-07-08
1
-1/+0
*
Issue 14814: Further error case testing coverage and cleanups
Nick Coghlan
2012-07-08
1
-73/+67
*
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...
Nick Coghlan
2012-07-07
1
-61/+97
*
Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
Nick Coghlan
2012-07-07
1
-1/+16
*
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...
Nick Coghlan
2012-07-07
1
-3/+3
*
Issue 14814: Provide more informative error messages in ipaddress, and ensure...
Nick Coghlan
2012-07-07
1
-146/+407
*
Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an...
Nick Coghlan
2012-07-06
1
-27/+34
*
Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu...
Nick Coghlan
2012-07-06
1
-36/+41
*
Improve an internal ipaddress test, add a comment explaining why treating net...
Nick Coghlan
2012-06-17
1
-6/+21
*
#14814: ipaddress: refactor dup code, minor janitoring, bump coverage
Hynek Schlawack
2012-06-05
1
-28/+148
*
#14814: Remove dead code from ipaddress
Hynek Schlawack
2012-06-04
1
-0/+16
*
#14814: Use correct comparison for IP addresses
Hynek Schlawack
2012-06-04
1
-0/+1
*
#14814: Fix errror message creation in ipaddress.collapse_addresses
Hynek Schlawack
2012-06-01
1
-4/+11
*
Issue #14814: Clean out an obsolete property and method from ipaddress Networ...
Nick Coghlan
2012-05-26
1
-1/+1
*
Issue #14814: Cleanup ipaddress header comments
Nick Coghlan
2012-05-26
1
-16/+2
*
Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...
Nick Coghlan
2012-05-26
1
-19/+1
*
Issue #14814: improve docstrings and arguments value handling, as per Terry J...
Sandro Tosi
2012-05-23
1
-0/+18
*
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Nick Coghlan
2012-05-20
1
-0/+1142