GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
ipaddress.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-11
1
-7
/
+0
*
bpo-39481: PEP 585 for ipaddress.py (GH-19418)
Batuhan Taşkaya
2020-04-09
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-16
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-31
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-19
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-22
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
|
\
|
|
*
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-1
/
+1
*
|
Refactor precomputed constants in the ipaddress module (suggested by Charles-...
Antoine Pitrou
2014-05-24
1
-58
/
+67
*
|
Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Addre...
Antoine Pitrou
2014-05-23
1
-51
/
+69
*
|
Issue #20826: Optimize ipaddress.collapse_addresses().
Antoine Pitrou
2014-05-15
1
-27
/
+26
*
|
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...
Antoine Pitrou
2014-05-15
1
-21
/
+7
*
|
Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...
Antoine Pitrou
2014-05-15
1
-79
/
+119
*
|
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...
Antoine Pitrou
2014-05-12
1
-21
/
+74
*
|
Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
Eric V. Smith
2014-04-14
1
-0
/
+29
|
/
*
Issue #19157: Include the broadcast address in the usuable hosts for IPv6
Peter Moody
2014-03-11
1
-0
/
+12
*
Merge fix for #18805 from 3.3
Nick Coghlan
2014-02-08
1
-65
/
+83
|
\
|
*
Issue #18805: better netmask validation in ipaddress
Nick Coghlan
2014-02-08
1
-65
/
+83
*
|
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
Peter Moody
2013-10-24
1
-12
/
+15
*
|
#17400: fix documentation, add cache to is_global and correctly handle 100.64...
Peter Moody
2013-10-22
1
-3
/
+5
*
|
#17400; ipaddress should make it easy to identify rfc6598 addresses
Peter Moody
2013-10-21
1
-11
/
+65
|
/
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2
/
+2
*
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Ezio Melotti
2013-01-27
1
-1
/
+1
*
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
Eli Bendersky
2012-10-07
1
-3
/
+4
[next]