| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | + require that address or network objects be passed into __contains__ and | Peter Moody | 2009-10-30 | 1 | -9/+3 |
* | + __hash__ now hashes the hex() of ._ip for _BaseIP. this should | Peter Moody | 2009-10-09 | 1 | -1/+1 |
* | + _BaseNet comparisons now ignore the ._ip attribute when doing | Peter Moody | 2009-10-09 | 1 | -6/+6 |
* | + fix up overlaps to be compliant with how IPy handles it | Peter Moody | 2009-10-08 | 1 | -1/+5 |
* | + make IPv4's _ip_int_from_string more robust. | Peter Moody | 2009-10-08 | 1 | -2/+8 |
* | + fix for issue where v6 networks weren't being exploded | Peter Moody | 2009-09-29 | 1 | -2/+4 |
* | + add strict option to IPv?Network classes and the IPNetwork function. | Peter Moody | 2009-09-26 | 1 | -10/+35 |
* | + Netmask exceptions aren't raised in the Address classes. | Peter Moody | 2009-09-20 | 1 | -4/+0 |
* | + merge 2.0.x into trunk | Peter Moody | 2009-09-19 | 1 | -670/+1115 |
* | __version__ on the trunk should be 'trunk', not '1.0.2'. | Michael Shields | 2009-06-01 | 1 | -1/+1 |
* | Fix for issue 19. | Michael Shields | 2009-06-01 | 1 | -6/+14 |
* | Fix off-by-one bug (issue 15). Adapted from patch against Python | Michael Shields | 2009-05-09 | 1 | -0/+1 |
* | Remove trailing whitespace. | Matt Smart | 2009-05-08 | 1 | -2/+2 |
* | Add is_multicast, is_unspecified, is_loopback, is_link_local, is_site_local, | Matt Smart | 2009-04-27 | 1 | -56/+106 |
* | Some protocols and applications (for example DNS or joining multicast groups via | Peter Moody | 2009-04-13 | 1 | -0/+38 |
* | Expand rich comparison operations and their tests, with a goal of | Michael Shields | 2009-03-26 | 1 | -19/+56 |
* | * check-in of http://codereview.appspot.com/25082 | Peter Moody | 2009-03-20 | 1 | -14/+5 |
* | * check-in of http://codereview.appspot.com/25081 | Peter Moody | 2009-03-20 | 1 | -1/+13 |
* | issue 12669: turn prefixlen into a property with getter/setter methods | Peter Moody | 2009-02-11 | 1 | -21/+29 |
* | * merging https://ipaddr-py.googlecode.com/svn/branches/pep8 back into HEAD | Peter Moody | 2009-01-29 | 1 | -104/+136 |
* | Remove trailing whitespace and update docstrings. | Matt Smart | 2009-01-26 | 1 | -23/+25 |
* | creating release 1.0.2 - | Peter Moody | 2009-01-26 | 1 | -1/+1 |
* | this makes the spacing and docstrings pep8 compliant. | Peter Moody | 2009-01-23 | 1 | -978/+1055 |
* | When processing the IPv4 mapped address 16 bits at a time, the components are | Matt Smart | 2009-01-22 | 1 | -1/+1 |
* | implment __int__ and __hex__. | Peter Moody | 2009-01-06 | 1 | -0/+6 |
* | A cleanup from issue 9: Make exception messages consistent for IP(''), IPv4('... | Matt Smart | 2008-12-18 | 1 | -2/+2 |
* | Fix for issue 9: ipaddr.IP('') should raise ValueError | Michael Shields | 2008-12-18 | 1 | -1/+4 |
* | Set version number on trunk to 'trunk'. | Michael Shields | 2008-10-26 | 1 | -1/+1 |
* | Issue 7: Use lowercase hex digits in IPv6 addresses, to be consistent | Michael Shields | 2008-10-26 | 1 | -9/+9 |
* | Make __repr__ output valid Python. | Matt Smart | 2008-10-04 | 1 | -6/+3 |
* | updating docstrings | Peter Moody | 2008-10-02 | 1 | -0/+8 |
* | Remove extra 'pass'es in exception classes. | Matt Smart | 2008-09-26 | 1 | -3/+0 |
* | Initial open source release, version 1.0.0. | Michael Shields | 2008-09-24 | 1 | -0/+1127 |