summaryrefslogtreecommitdiff
path: root/trunk
Commit message (Expand)AuthorAgeFilesLines
...
* + fix for issue51; an errant reference to a non-existant variable.pmoody@google.com2010-02-022-1/+3
* + finally getting around to documentation suggestions from issue38pmoody@google.com2009-12-171-8/+14
* + change RunTimeError to a simple assertion based on suggestionpmoody@google.com2009-12-101-9/+6
* + comments from matt smart:pmoody@google.com2009-11-291-14/+15
* + clean up the exceptions raised by ipaddr.pmoody@google.com2009-11-292-185/+106
* + first stab at issue 39. the _valid_mask_octets aren't needed forpmoody@google.com2009-11-182-10/+24
* + provide an iterator for looping through subnets. most usefulpmoody@google.com2009-11-022-8/+17
* + unecessary sanitization check in IPv6Network.pmoody@google.com2009-10-302-3/+10
* + require that address or network objects be passed into __contains__ andpmoody@google.com2009-10-302-14/+4
* + __hash__ now hashes the hex() of ._ip for _BaseIP. this shouldpmoody@google.com2009-10-091-1/+1
* + don't need the python2.6pmoody@google.com2009-10-091-1/+1
* + the comparison tests when hashing don't make sense since __hash__ valuespmoody@google.com2009-10-091-1/+1
* + _BaseNet comparisons now ignore the ._ip attribute when doingpmoody@google.com2009-10-092-24/+8
* + fix up overlaps to be compliant with how IPy handles itpmoody@google.com2009-10-082-2/+9
* + make IPv4's _ip_int_from_string more robust.pmoody@google.com2009-10-082-2/+12
* + fix for issue where v6 networks weren't being explodedpmoody@google.com2009-09-292-2/+6
* + add strict option to IPv?Network classes and the IPNetwork function.pmoody@google.com2009-09-262-10/+46
* + Netmask exceptions aren't raised in the Address classes.pmoody@google.com2009-09-201-4/+0
* + merge 2.0.x into trunkpmoody@google.com2009-09-192-938/+1652
* Add license meta-data to the setup script.smart@google.com2009-06-151-0/+1
* __version__ on the trunk should be 'trunk', not '1.0.2'.mshields@google.com2009-06-011-1/+1
* Fix for issue 19.mshields@google.com2009-06-012-6/+29
* Fix off-by-one bug (issue 15). Adapted from patch against Pythonmshields@google.com2009-05-092-0/+12
* Remove trailing whitespace.smart@google.com2009-05-082-9/+9
* Add is_multicast, is_unspecified, is_loopback, is_link_local, is_site_local,smart@google.com2009-04-272-66/+196
* Some protocols and applications (for example DNS or joining multicast groups viapmoody@google.com2009-04-132-1/+78
* Set executable bit.mshields@google.com2009-03-261-0/+0
* Expand rich comparison operations and their tests, with a goal ofmshields@google.com2009-03-263-45/+126
* * check-in of http://codereview.appspot.com/25082pmoody@google.com2009-03-201-14/+5
* * check-in of http://codereview.appspot.com/25081pmoody@google.com2009-03-202-1/+34
* issue 12669: turn prefixlen into a property with getter/setter methodspmoody@google.com2009-02-111-21/+29
* * merging https://ipaddr-py.googlecode.com/svn/branches/pep8 back into HEADpmoody@google.com2009-01-292-157/+187
* Force the return value in testHexRepresentation to uppercase to workaroundsmart@google.com2009-01-261-1/+7
* Fix testHexRepresentation(). Hex representations of longs are uppercase.smart@google.com2009-01-261-1/+1
* Remove trailing whitespace and update docstrings.smart@google.com2009-01-262-51/+53
* r44 overwrote part of the test for ipv4 embedded in ipv6; this fixes that.pmoody@google.com2009-01-261-2/+2
* creating release 1.0.2 -pmoody@google.com2009-01-261-1/+1
* this makes the spacing and docstrings pep8 compliant.pmoody@google.com2009-01-232-1368/+1454
* When processing the IPv4 mapped address 16 bits at a time, the components aresmart@google.com2009-01-222-3/+3
* implment __int__ and __hex__.pmoody@google.com2009-01-062-0/+14
* A cleanup from issue 9: Make exception messages consistent for IP(''), IPv4('...smart@google.com2008-12-181-2/+2
* Fix for issue 9: ipaddr.IP('') should raise ValueErrormshields@google.com2008-12-182-1/+12
* Set version number on trunk to 'trunk'.mshields@google.com2008-10-261-1/+1
* Issue 7: Use lowercase hex digits in IPv6 addresses, to be consistentmshields@google.com2008-10-262-31/+31
* Make __repr__ output valid Python.smart@google.com2008-10-042-6/+7
* updating docstringspmoody@google.com2008-10-021-0/+8
* Remove extra 'pass'es in exception classes.smart@google.com2008-09-261-3/+0
* Initial open source release, version 1.0.0.mshields@google.com2008-09-247-0/+1777