summaryrefslogtreecommitdiff
path: root/branches
Commit message (Expand)AuthorAgeFilesLines
* cleaning up docstringspmoody@google.com2011-09-221-19/+18
* remove strict from the ipinterface classes and have the network code check th...pmoody@google.com2011-09-092-19/+20
* rename _BaseNetwork to _BaseInterface & add a network property to _BaseInterf...pmoody@google.com2011-09-091-15/+22
* finish rename from network -> network_address. do the same for the broadcast ...pmoody@google.com2011-09-082-31/+31
* fix version string in the branchpmoody@google.com2011-09-081-1/+1
* remove the ip attribute from the network objects. make collpase_address_list ...pmoody@google.com2011-09-081-1/+38
* add ip interface classes. needs more unit testspmoody@google.com2011-09-082-207/+256
* progressing towards 3144 compliancepmoody@google.com2011-09-085-0/+3067
* + create/tag 2.1.9 release.pmoody@google.com2011-02-233-105/+131
* Update release notes from wiki.mshields@google.com2011-02-091-0/+17
* Set version number to 2.1.8.mshields@google.com2011-02-091-1/+1
* Merging through r209.mshields@google.com2011-02-092-22/+33
* + turn teredo and sixtofour into properties.pmoody@google.com2011-01-132-9/+11
* + release 2.1.6pmoody@google.com2011-01-133-29/+138
* + make ipaddr which is fully py3k compliant.pmoody@google.com2010-09-198-85/+156
* + update the 2.1.x branch.pmoody@google.com2010-09-1911-2975/+252
* Bump version to 2.1.4mshields@google.com2010-08-171-1/+1
* Merge through r181mshields@google.com2010-08-172-15/+25
* + really include RELEASENOTES in the release.pmoody@google.com2010-06-141-0/+1
* + quick bug fix (issue61).pmoody@google.com2010-06-132-5/+7
* + tagging a 2.1.2 release.pmoody@google.com2010-06-012-16/+73
* + merging r146 from trunk.pmoody@google.com2010-03-021-1/+1
* + merging changes from trunk.pmoody@google.com2010-03-021-2/+2
* + creating a branch that will contain the ipaddr code w/o the python 2.xpmoody@google.com2010-02-168-0/+3072
* Creating 2.1.x branchpmoody@google.com2010-02-148-0/+3072
* + 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
* + 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