| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -202/+343 |
|\ |
|
| * | 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 |
| |\ |
|
| * | | 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 #23268: Fixed bugs in the comparison of ipaddress classes. | Serhiy Storchaka | 2015-01-26 | 1 | -40/+7 |
| |/
|/| |
|
* | | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|/ |
|
* | 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 | -11/+70 |
|\ |
|
| * | #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 |
* | | Issue #18805: better netmask validation in ipaddress | Nick Coghlan | 2014-02-08 | 1 | -65/+83 |
|/ |
|
* | #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 |
* | Close #14814: Avoid depending on struct by using newer features. Also use enu... | Nick Coghlan | 2012-08-20 | 1 | -8/+6 |
* | Issue #14814: document the Interface APIs and fix various problems with the s... | Nick Coghlan | 2012-08-20 | 1 | -3/+6 |
* | Issue #14814: Remove redundant property from interface objects - prefixlen ca... | Nick Coghlan | 2012-08-05 | 1 | -9/+1 |
* | Issue 14814: Docs work showed some more cases of networks pretending to be ad... | Nick Coghlan | 2012-08-05 | 1 | -180/+224 |
* | Close #15559: Implementing __index__ creates a nasty interaction with the byt... | Nick Coghlan | 2012-08-05 | 1 | -6/+0 |
* | Issue 14814: The new systematic tests aren't just about error reporting any m... | Nick Coghlan | 2012-07-08 | 1 | -10/+13 |
* | Issue 14814: Remove dead function (noticed by Serhiy Storchaka) | Nick Coghlan | 2012-07-08 | 1 | -18/+0 |
* | Issue 14814: Further error case testing coverage and cleanups | Nick Coghlan | 2012-07-08 | 1 | -25/+26 |
* | Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress... | Nick Coghlan | 2012-07-08 | 1 | -67/+69 |
* | Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__ | Nick Coghlan | 2012-07-07 | 1 | -6/+6 |
* | Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ... | Nick Coghlan | 2012-07-07 | 1 | -2/+3 |
* | Issue 14814: Make the ipaddress code easier to follow by using newer language... | Nick Coghlan | 2012-07-07 | 1 | -91/+67 |
* | Issue 14814: Provide more informative error messages in ipaddress, and ensure... | Nick Coghlan | 2012-07-07 | 1 | -50/+91 |
* | Issue 14814: %s implies coercion with str() - remove a lot of redundant str()... | Nick Coghlan | 2012-07-07 | 1 | -34/+33 |
* | Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an... | Nick Coghlan | 2012-07-07 | 1 | -4/+12 |
* | Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu... | Nick Coghlan | 2012-07-07 | 1 | -3/+7 |
* | Improve an internal ipaddress test, add a comment explaining why treating net... | Nick Coghlan | 2012-06-17 | 1 | -11/+10 |
* | #14814: Remove redundant code from ipaddress.IPv6Network | Hynek Schlawack | 2012-06-08 | 1 | -13/+1 |
* | #14814: ipaddress: refactor dup code, minor janitoring, bump coverage | Hynek Schlawack | 2012-06-05 | 1 | -112/+59 |
* | #14814: Remove dead code from ipaddress | Hynek Schlawack | 2012-06-04 | 1 | -38/+7 |