COMMITS
/ Doc/library/ipaddress.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
July 19, 2025
M
gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (#136794)
Matthieu Lienart committed
September 4, 2024
N
gh-118710: Make IPv*Address.version & max_prefixlen available on the class (GH-120698)
Nice Zombies committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
June 5, 2024
J
gh-120128: fix description of argument to ipaddress.collapse_addresses() (#120131)
Jan Kaliszewski committed
May 27, 2024
R
Docs: Add class role for IPV{4,6}Address and fix a typo (#118059)
Rafael Fontenelle committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 12, 2024
H
Fix version directive indents (#117719)
Hugo van Kemenade 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
March 5, 2024
S
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka committed
November 5, 2023
C
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow committed
October 12, 2021
N
Slight correct grammar (GH-28860)
nobodyatandnothing committed
September 28, 2021
S
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka committed
August 19, 2021
Ł
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa committed
May 2, 2021
C
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes committed
October 29, 2020
T
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor 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
February 26, 2020
O
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
March 21, 2018
X
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Xiang Zhang committed
C
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Cheryl Sabella committed
March 8, 2018
X
Fix some ipaddress documentation errors (GH-6021)
Xiang Zhang committed
October 22, 2017
C
bpo-20825: Containment test for ip_network in ip_network.
Cheryl Sabella committed
April 27, 2017
M
bpo-27200: Fix several doctests (GH-604)
Marco Buttu committed
March 30, 2017
S
bpo-29913: deprecate compare_networks() in documentation (GH-865)
s-sanjay committed
November 26, 2016
S
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka committed
August 4, 2016
B
Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs
Berker Peksag committed
B
Indent ipaddress.ip_address() example correctly
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
June 10, 2016
B
Issue #27280: Fix typo in IPv6Network documentation
Berker Peksag committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
August 30, 2015
B
merge 3.4 (#24963)
Benjamin Peterson committed
B
fix spelling that was a bit confused (closes #24963)
Benjamin Peterson committed
June 15, 2015
S
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Senthil Kumaran committed
December 29, 2014
B
use a proper m-dash
Benjamin Peterson committed
May 20, 2014
D
Fix Issue #21528 - Fix documentation typos
Donald Stufft committed
May 12, 2014
April 14, 2014
E
Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
Eric V. Smith committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
March 6, 2014
R
whatsnew: ipaddress is_global
R David Murray committed
February 15, 2014
A
Merge from 3.3
Andrew Kuchling committed
A
#20241: use correct RFC number
Andrew Kuchling committed
February 8, 2014
N
Close #20563: Declare ipaddress API stable
Nick Coghlan committed
January 14, 2014
Z
Closes #20253: Merge typo fix
Zachary Ware committed
Z
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
Zachary Ware committed
October 24, 2013
P
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
Peter Moody committed