summaryrefslogtreecommitdiff
path: root/ipaddr.py
Commit message (Expand)AuthorAgeFilesLines
...
* + require that address or network objects be passed into __contains__ andPeter Moody2009-10-301-9/+3
* + __hash__ now hashes the hex() of ._ip for _BaseIP. this shouldPeter Moody2009-10-091-1/+1
* + _BaseNet comparisons now ignore the ._ip attribute when doingPeter Moody2009-10-091-6/+6
* + fix up overlaps to be compliant with how IPy handles itPeter Moody2009-10-081-1/+5
* + make IPv4's _ip_int_from_string more robust.Peter Moody2009-10-081-2/+8
* + fix for issue where v6 networks weren't being explodedPeter Moody2009-09-291-2/+4
* + add strict option to IPv?Network classes and the IPNetwork function.Peter Moody2009-09-261-10/+35
* + Netmask exceptions aren't raised in the Address classes.Peter Moody2009-09-201-4/+0
* + merge 2.0.x into trunkPeter Moody2009-09-191-670/+1115
* __version__ on the trunk should be 'trunk', not '1.0.2'.Michael Shields2009-06-011-1/+1
* Fix for issue 19.Michael Shields2009-06-011-6/+14
* Fix off-by-one bug (issue 15). Adapted from patch against PythonMichael Shields2009-05-091-0/+1
* Remove trailing whitespace.Matt Smart2009-05-081-2/+2
* Add is_multicast, is_unspecified, is_loopback, is_link_local, is_site_local,Matt Smart2009-04-271-56/+106
* Some protocols and applications (for example DNS or joining multicast groups viaPeter Moody2009-04-131-0/+38
* Expand rich comparison operations and their tests, with a goal ofMichael Shields2009-03-261-19/+56
* * check-in of http://codereview.appspot.com/25082Peter Moody2009-03-201-14/+5
* * check-in of http://codereview.appspot.com/25081Peter Moody2009-03-201-1/+13
* issue 12669: turn prefixlen into a property with getter/setter methodsPeter Moody2009-02-111-21/+29
* * merging https://ipaddr-py.googlecode.com/svn/branches/pep8 back into HEADPeter Moody2009-01-291-104/+136
* Remove trailing whitespace and update docstrings.Matt Smart2009-01-261-23/+25
* creating release 1.0.2 -Peter Moody2009-01-261-1/+1
* this makes the spacing and docstrings pep8 compliant.Peter Moody2009-01-231-978/+1055
* When processing the IPv4 mapped address 16 bits at a time, the components areMatt Smart2009-01-221-1/+1
* implment __int__ and __hex__.Peter Moody2009-01-061-0/+6
* A cleanup from issue 9: Make exception messages consistent for IP(''), IPv4('...Matt Smart2008-12-181-2/+2
* Fix for issue 9: ipaddr.IP('') should raise ValueErrorMichael Shields2008-12-181-1/+4
* Set version number on trunk to 'trunk'.Michael Shields2008-10-261-1/+1
* Issue 7: Use lowercase hex digits in IPv6 addresses, to be consistentMichael Shields2008-10-261-9/+9
* Make __repr__ output valid Python.Matt Smart2008-10-041-6/+3
* updating docstringsPeter Moody2008-10-021-0/+8
* Remove extra 'pass'es in exception classes.Matt Smart2008-09-261-3/+0
* Initial open source release, version 1.0.0.Michael Shields2008-09-241-0/+1127