| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (#124240) | Y5 | 2024-09-20 | 1 | -0/+2 |
|
|
* | gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-... | Seth Michael Larson | 2024-09-07 | 1 | -0/+15 |
|
|
* | gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G... | Nice Zombies | 2024-09-04 | 1 | -64/+41 |
|
|
* | gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-12... | Bénédikt Tran | 2024-09-02 | 1 | -6/+15 |
|
|
* | gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12... | Jan Kaliszewski | 2024-06-05 | 1 | -1/+1 |
|
|
* | gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567) | Faidon Liambotis | 2024-04-25 | 1 | -1/+4 |
|
|
* | GH-113171: Fix "private" (non-global) IP address ranges (GH-113179) | Jakub Stasiak | 2024-03-22 | 1 | -6/+35 |
|
|
* | GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186) | Jakub Stasiak | 2024-03-18 | 1 | -13/+45 |
|
|
* | gh-109466: Add ipv6_mapped property to IPv4Address (#109467) | Charles Machalow | 2023-11-05 | 1 | -0/+10 |
|
|
* | gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) | Tian Gao | 2023-10-22 | 1 | -0/+3 |
|
|
* | gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#... | opavliuk | 2023-07-31 | 1 | -1/+33 |
|
|
* | ipaddress: Remove non-existent ip_str param from docstring (#103461) | Sergii Dymchenko | 2023-04-14 | 1 | -3/+0 |
|
|
* | gh-82836: fix private network check (#97733) | Pete Wicken | 2022-11-29 | 1 | -4/+16 |
|
|
* | bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter... | Thomas Cellerier | 2022-05-03 | 1 | -9/+6 |
|
|
* | bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465) | Raymond Hettinger | 2021-09-20 | 1 | -3/+3 |
|
|
* | bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172) | Pete Wicken | 2021-05-17 | 1 | -1/+6 |
|
|
* | bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) | Christian Heimes | 2021-05-02 | 1 | -0/+5 |
|
|
* | bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) | Victor Stinner | 2020-08-11 | 1 | -2/+2 |
|
|
* | bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) | Eric L. Frederich | 2020-08-05 | 1 | -1/+1 |
|
|
* | bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21... | Ravi Teja P | 2020-06-29 | 1 | -2/+2 |
|
|
* | bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) | Batuhan Taskaya | 2020-05-12 | 1 | -7/+0 |
|
|
* | bpo-39481: PEP 585 for ipaddress.py (GH-19418) | Batuhan Taşkaya | 2020-04-10 | 1 | -0/+6 |
|
|
* | bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks... | Pete Wicken | 2020-03-09 | 1 | -0/+4 |
|
|
* | bpo-35712: Make using NotImplemented in a boolean context issue a deprecation... | MojoVampire | 2020-03-03 | 1 | -3/+3 |
|
|
* | bpo-34788: Add support for scoped IPv6 addresses (GH-13772) | opavlyuk | 2020-02-26 | 1 | -2/+53 |
|
|
* | bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378) | Serhiy Storchaka | 2019-09-27 | 1 | -40/+19 |
|
|
* | bpo-32820: __format__ method for ipaddress (#5627) | ewosborne | 2019-09-12 | 1 | -0/+72 |
|
|
* | bpo-36845: validate integer network prefix when constructing IP networks (GH-... | Nicolai Moore | 2019-05-14 | 1 | -0/+4 |
|
|
* | bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785) | gescheit | 2019-04-30 | 1 | -2/+1 |
|
|
* | bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836) | Inada Naoki | 2019-04-15 | 1 | -70/+40 |
|
|
* | bpo-27860: use cached_property (GH-12832) | Inada Naoki | 2019-04-15 | 1 | -26/+7 |
|
|
* | bpo-35734: ipaddress: remove unused methods (GH-11591) | Rémi Lapeyre | 2019-04-13 | 1 | -55/+0 |
|
|
* | bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) | Joel Croteau | 2019-03-30 | 1 | -6/+0 |
|
|
* | bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) | Xiang Zhang | 2018-03-21 | 1 | -71/+38 |
|
|
* | ipaddress: Use str.isascii() instead of frozenset (GH-5811) | INADA Naoki | 2018-02-23 | 1 | -3/+2 |
|
|
* | bpo-20825: Containment test for ip_network in ip_network. | Cheryl Sabella | 2017-10-22 | 1 | -6/+23 |
|
|
* | bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879) | s-sanjay | 2017-04-01 | 1 | -2/+4 |
|
|
* | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ | Berker Peksag | 2016-06-11 | 1 | -2/+2 |
|
|
* | Issue #21386: Implement missing IPv4Address.is_global property | Berker Peksag | 2016-06-11 | 1 | -0/+7 |
|
|
* | Issue #26457: Fixed the subnets() methods in IP network classes for the case | Serhiy Storchaka | 2016-03-01 | 1 | -9/+9 |
|
|
* | Issue #16261: Converted some bare except statements to except statements | Serhiy Storchaka | 2015-05-20 | 1 | -2/+2 |
|
|
* | Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. | Serhiy Storchaka | 2015-03-07 | 1 | -13/+12 |
|
|
* | Issue #23268: Fixed bugs in the comparison of ipaddress classes. | Serhiy Storchaka | 2015-01-26 | 1 | -40/+7 |
|\ |
|
| * | Issue #23268: Fixed bugs in the comparison of ipaddress classes. | Serhiy Storchaka | 2015-01-26 | 1 | -40/+7 |
|
|
* | | Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith | Serhiy Storchaka | 2015-01-18 | 1 | -20/+16 |
|
|
* | | Issue #23133: Pickling of ipaddress objects now produces more compact and | Serhiy Storchaka | 2015-01-18 | 1 | -7/+14 |
|
|
* | | Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh... | Antoine Pitrou | 2015-01-18 | 1 | -6/+10 |
|
|
* | | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge... | Raymond Hettinger | 2014-11-23 | 1 | -1/+1 |
|
|
* | | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 1 | -1/+1 |
|
|
* | | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|