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
*
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow
2023-11-05
1
-0/+8
*
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Tian Gao
2023-10-22
1
-0/+7
*
gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#...
opavliuk
2023-07-31
1
-0/+11
*
gh-82836: fix private network check (#97733)
Pete Wicken
2022-11-29
1
-0/+33
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
1
-1/+1
*
bpo-29890: Test IPv*Interface construction with tuple argument (#30862)
Humbled Drugman
2022-05-03
1
-0/+8
*
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...
Thomas Cellerier
2022-05-03
1
-0/+16
*
Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)
Mariusz Felisiak
2021-06-02
1
-1/+0
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Pete Wicken
2021-05-17
1
-0/+6
*
fix enum and backslash warnings (GH-25861)
Ethan Furman
2021-05-04
1
-1/+1
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-4/+17
*
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21...
Ravi Teja P
2020-06-29
1
-0/+12
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
1
-1/+0
*
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks...
Pete Wicken
2020-03-09
1
-4/+13
*
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk
2020-02-26
1
-23/+444
*
bpo-32820: __format__ method for ipaddress (#5627)
ewosborne
2019-09-12
1
-0/+66
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-24/+9
*
bpo-36845: validate integer network prefix when constructing IP networks (GH-...
Nicolai Moore
2019-05-14
1
-0/+16
*
bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836)
Inada Naoki
2019-04-15
1
-1/+16
*
bpo-27860: use cached_property (GH-12832)
Inada Naoki
2019-04-15
1
-27/+10
*
bpo-35734: ipaddress: remove unused methods (GH-11591)
Rémi Lapeyre
2019-04-13
1
-16/+1
*
bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)
Joel Croteau
2019-03-30
1
-9/+3
*
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Xiang Zhang
2018-03-21
1
-3/+23
*
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Cheryl Sabella
2018-03-21
1
-0/+3
*
bpo-20825: Containment test for ip_network in ip_network.
Cheryl Sabella
2017-10-22
1
-1/+86
*
bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)
s-sanjay
2017-04-01
1
-8/+29
*
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
1
-5/+5
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-3/+3
*
Issue #23804: Merge spelling and NEWS fixes from 3.5
Martin Panter
2016-07-11
1
-2/+2
|
\
|
*
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-2/+2
*
|
Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__
Berker Peksag
2016-06-11
1
-0/+1
|
/
*
Issue #21386: Implement missing IPv4Address.is_global property
Berker Peksag
2016-06-11
1
-0/+3
*
#20973: add total ordering tests for ipaddress
R David Murray
2016-06-02
1
-0/+33
*
Issue #26457: Fixed the subnets() methods in IP network classes for the case
Serhiy Storchaka
2016-03-01
1
-0/+30
*
Remove a duplicate test_addresses key:value as identified by Vincent
Gregory P. Smith
2016-01-02
1
-1/+0
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-2/+2
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
|
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
Serhiy Storchaka
2015-03-07
1
-0/+7
*
|
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka
2015-01-26
1
-5/+42
|
\
\
|
|
/
|
*
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka
2015-01-26
1
-5/+42
*
|
Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith
Serhiy Storchaka
2015-01-18
1
-5/+9
*
|
Fixed tests for issue #23133 (pickling of IPv4Network was not tested).
Serhiy Storchaka
2015-01-18
1
-4/+4
*
|
Issue #23133: Pickling of ipaddress objects now produces more compact and
Serhiy Storchaka
2015-01-18
1
-7/+24
*
|
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh...
Antoine Pitrou
2015-01-18
1
-1/+2
*
|
#20815: small readability improvements in ipaddress tests.
R David Murray
2014-10-12
1
-4/+9
|
\
\
|
|
/
|
*
#20815: small readability improvements in ipaddress tests.
R David Murray
2014-10-12
1
-4/+9
*
|
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...
Antoine Pitrou
2014-05-12
1
-0/+113
*
|
Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
Eric V. Smith
2014-04-14
1
-0/+8
|
/
*
Issue #20553. Use specific asserts in ipaddress tests.
Serhiy Storchaka
2014-02-08
1
-18/+17
|
\
|
*
Issue #20553. Use specific asserts in ipaddress tests.
Serhiy Storchaka
2014-02-08
1
-18/+17
[next]