summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * + 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
| * + fix for issue35.pmoody@google.com2009-09-172-5/+20
| * + give the private classes private names.pmoody@google.com2009-09-161-26/+26
| * + exception typos, found by mattimustang.pmoody@google.com2009-09-091-3/+3
| * + issue 34, not enough validation on ipv6 addresses. found by mattimustang.pmoody@google.com2009-09-092-5/+18
| * ipaddr-py for python 2.xpmoody@google.com2009-09-088-0/+2974
| * Edited wiki page through web user interface.pmoody@google.com2009-09-081-0/+140
| * Tagging 2.0.0 releasepmoody@google.com2009-09-088-0/+2974
| * + Basev6.ipv4_mapped -> return the v4 mapped address if it exists, nonepmoody@google.com2009-09-082-1/+65
| * fix for issue31pmoody@google.com2009-09-032-138/+192
| * + move subnet/supernet methods to the BaseNet class (less duplication)pmoody@google.com2009-08-312-180/+116
| * fixed bad test, found by mattismustangpmoody@google.com2009-08-301-2/+5
| * fix against 1.1.1 for issue 23pmoody@google.com2009-08-302-5/+17
| * issue31 - fix <=, >= for IPvXNetwork objects.pmoody@google.com2009-08-292-0/+28
| * copy creation for Address objects.pmoody@google.com2009-08-292-6/+12
| * typo, found by mattismustangpmoody@google.com2009-08-271-1/+1
| * pep-3144 discussions changes.pmoody@google.com2009-08-272-421/+451
| * from: mattimustang.pmoody@google.com2009-08-212-3/+219
| * forgot to take out the unneeded classes. related to r93.pmoody@google.com2009-08-181-24/+0
| * minor issues found during PEP submission. thanks to Oleg Broytmann.pmoody@google.com2009-08-181-1/+21
| * bug in class hierarchy order. found by mattimustang@.pmoody@google.com2009-08-171-1/+1
| * rename experimental to 2.0.xpmoody@google.com2009-08-158-0/+0
| * delete this branch. moving experimental to 2.0.xpmoody@google.com2009-08-158-2627/+0
| * just check if other is dervied from BaseIP or BaseNetpmoody@google.com2009-08-151-2/+2
| * add functionality to __contains__ so we can pass a string/int/address topmoody@google.com2009-08-142-2/+16
| * copy experimental to 2.0.xpmoody@google.com2009-07-268-0/+2627
| * changing name of 2.0.x to experimental to avoid confusionpmoody@google.com2009-07-168-0/+0
| * big backwards incompatible change to ipaddr to separate network and address o...pmoody@google.com2009-07-152-575/+914
| * Creating backwards incompatible 2.0 branch at Rev 83pmoody@google.com2009-07-068-0/+2288
| * Add license meta-data to the setup script.smart@google.com2009-06-151-0/+1
| * Edited wiki page through web user interface.mshields@google.com2009-06-011-2/+2
| * Edited wiki page through web user interface.mshields@google.com2009-06-011-0/+6
| * Tagging 1.1.1 releasemshields@google.com2009-06-018-0/+2287
| * Merge r77, fixing issue 19. Release 1.1.1.mshields@google.com2009-06-012-7/+30
| * __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
| * Edited wiki page through web user interface.mshields@google.com2009-05-301-0/+15
| * Edited wiki page through web user interface.mshields@google.com2009-05-301-1/+2
| * Tagging 1.1.0 release.mshields@google.com2009-05-308-0/+2264