Author |
Date |
Commit |
Message |
Peter Moody |
2013-09-21 10:00:06 -0700 |
795c0ff201cb |
From Paul Marks (initially applied to ipaddr-py): |
Peter Moody |
2012-06-29 11:21:07 -0700 |
6f231f50aace |
ipaddress incorrectly parses some V6 adresses. |
Peter Moody |
2012-06-29 09:57:28 -0700 |
7d8873212f94 |
Fix strngs/bytes address representation. |
Peter Moody |
2012-06-27 13:39:23 -0700 |
37bec1dca1f4 |
Docstring typo reported by Jason Keene |
Peter Moody |
2012-06-11 09:37:49 -0700 |
2c170ad71e81 |
fix for issue:95, refer to nets[] rather than ips[] in the errorexception |
Peter Moody |
2012-05-14 08:34:52 -0700 |
7fec0d9bf967 |
fix docstring |
Peter Moody |
2012-05-14 08:33:51 -0700 |
59399c3c11a1 |
errant white-space |
Peter Moody |
2012-05-14 08:32:00 -0700 |
d79bf64212b1 |
accidentally dropped plural on subnets rename iterhosts -> hosts, (missed from i |
Peter Moody |
2012-03-25 21:48:50 -0700 |
99482d1cb81c |
*bump* version to 1.0 |
Peter Moody |
2012-03-25 18:37:05 -0700 |
9b85885895be |
fix setup.py reference to ipaddr |
Peter Moody |
2012-03-25 18:30:30 -0700 |
606acbcfd538 |
pep8 consistency and remove backwards compatibility code |
Peter Moody |
2012-03-25 18:25:14 -0700 |
46e45cc3907d |
fix list -> iterators for docstring consistency |
Peter Moody |
2012-03-25 18:16:08 -0700 |
a5c3bb2bbcc0 |
rename numhosts to num_addresses for clarity |
Peter Moody |
2012-03-25 12:55:36 -0700 |
fd4d9ea0bbfe |
fix rename collapse_address_list and fix where the iter() was applied |
Peter Moody |
2012-03-25 12:46:38 -0700 |
bf3e73f6590b |
make collapse_address_list return an iterator |
Peter Moody |
2012-03-25 12:19:30 -0700 |
af3fde1032b0 |
make summarize_address_range return an iterator |
Peter Moody |
2012-03-25 12:10:20 -0700 |
2323177868a4 |
make address_exclude return an iterator |
Peter Moody |
2012-03-25 11:55:59 -0700 |
c789e069a604 |
turn subnets() into an iterator |
Peter Moody |
2012-03-25 11:09:12 -0700 |
c7a5ea866619 |
get rid of the compat_has_real_bytes test since ipaddress-py is meant for pyth |
Peter Moody |
2012-03-25 11:01:08 -0700 |
27d178b743c1 |
raise assertionerrors |
Peter Moody |
2012-03-19 19:18:49 -0700 |
6349402bd0da |
merge |
Peter Moody |
2012-03-19 19:12:16 -0700 |
7d527609d20b |
py3k-ize |
Peter Moody |
2012-03-18 20:36:30 -0700 |
1130e1d34300 |
use correct example addresses in the docstrings. ipv4 - rfc3330, ipv6 - rfc3849. |
Peter Moody |
2012-03-01 19:08:53 -0800 |
578ef1777018 |
Treat networks as sets. |
Peter Moody |
2012-03-10 18:15:34 -0800 |
94eb3f4fd36e |
treat networks as sets |
Peter Moody |
2012-03-01 19:08:53 -0800 |
d75f177c2345 |
cleanup ipaddreess_test |
pmoody |
2012-02-25 12:09:26 -0800 |
10dd6a68139f |
Rework *Interface classes to be *Address objects with network attributes. |
pmoody |
2012-02-21 19:58:51 -0800 |
3fb819483112 |
Merge branch 'master' of https://code.google.com/p/ipaddress-py |
pmoody |
2012-02-21 19:54:10 -0800 |
f5ac9aa0ef6f |
correct the initial checked in version |
pmoody |
2012-02-21 19:48:59 -0800 |
9e11568f1ffc |
trying to fix the wrong checkin |
pmoody |
2012-02-21 19:43:58 -0800 |
4f2facfc4558 |
Correct the intially checked in version. |
pmoody |
2012-02-21 19:48:59 -0800 |
16215a6b53c2 |
trying to fix the wrong checkin |
pmoody |
2012-02-21 19:43:58 -0800 |
6bc0a37c2d77 |
checked in the wrong version |
pmoody |
2012-02-21 19:25:54 -0800 |
8b830e34c60f |
initial checkin |