COMMITS
/ Lib/ipaddress.py November 17, 2025
K
gh-141497: Make ipaddress.IP{v4,v6}Network.hosts() always returning an iterator (GH-141547)
Krishna Chaitanya committed
September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
August 11, 2025
A
gh-115766: Fix IPv4Interface.is_unspecified (GH-137326)
AN Long committed
May 28, 2025
S
gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (#134836)
Serhiy Storchaka committed
May 24, 2025
S
gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841)
Seth Michael Larson committed
May 22, 2025
M
gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)
Mike Salvatore committed
September 20, 2024
September 7, 2024
S
gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793)
Seth Michael Larson committed
September 4, 2024
N
gh-118710: Make IPv*Address.version & max_prefixlen available on the class (GH-120698)
Nice Zombies committed
September 2, 2024
B
gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419)
Bénédikt Tran committed
June 5, 2024
J
gh-120128: fix description of argument to ipaddress.collapse_addresses() (#120131)
Jan Kaliszewski committed
April 25, 2024
F
gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567)
Faidon Liambotis committed
March 22, 2024
J
GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)
Jakub Stasiak committed
March 18, 2024
J
GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)
Jakub Stasiak committed
November 5, 2023
C
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow committed
October 22, 2023
T
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Tian Gao committed
July 31, 2023
April 14, 2023
S
ipaddress: Remove non-existent ip_str param from docstring (#103461)
Sergii Dymchenko committed
November 29, 2022
P
gh-82836: fix private network check (#97733)
Pete Wicken committed
May 3, 2022
T
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (#30642)
Thomas Cellerier committed
September 20, 2021
R
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
Raymond Hettinger committed
May 17, 2021
P
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Pete Wicken committed
May 2, 2021
C
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner committed
August 5, 2020
E
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
Eric L. Frederich committed
June 29, 2020
R
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
Ravi Teja P committed
May 12, 2020
B
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Batuhan Taskaya committed
April 10, 2020
B
bpo-39481: PEP 585 for ipaddress.py (GH-19418)
Batuhan Taşkaya committed
March 9, 2020
P
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757)
Pete Wicken committed
March 3, 2020
February 26, 2020
O
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk committed
September 27, 2019
S
bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378)
Serhiy Storchaka committed
September 12, 2019
E
bpo-32820: __format__ method for ipaddress (#5627)
ewosborne committed
May 14, 2019
N
bpo-36845: validate integer network prefix when constructing IP networks (GH-13298)
Nicolai Moore committed
April 30, 2019
G
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
gescheit committed
April 15, 2019
I
bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836)
Inada Naoki committed
I
bpo-27860: use cached_property (GH-12832)
Inada Naoki committed
April 13, 2019
R
bpo-35734: ipaddress: remove unused methods (GH-11591)
Rémi Lapeyre committed
March 30, 2019
J
bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)
Joel Croteau committed
March 21, 2018
X
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Xiang Zhang committed
February 23, 2018
I
ipaddress: Use str.isascii() instead of frozenset (GH-5811)
INADA Naoki committed
October 22, 2017
C
bpo-20825: Containment test for ip_network in ip_network.
Cheryl Sabella committed
April 1, 2017
S
June 11, 2016
B
Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__
Berker Peksag committed
B
Issue #21386: Implement missing IPv4Address.is_global property
Berker Peksag committed
March 1, 2016
S
Issue #26457: Fixed the subnets() methods in IP network classes for the case
Serhiy Storchaka committed
May 20, 2015
S
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka committed
March 7, 2015
S
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
Serhiy Storchaka committed
January 26, 2015
S
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka committed
S
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka committed