summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * + quick bug fix (issue61).pmoody@google.com2010-06-1312-7/+3381
| * + ignore compiled python files.pmoody@google.com2010-06-131-0/+1
| * + fix for issue61.pmoody@google.com2010-06-092-4/+6
| * Edited wiki page through web user interface.pmoody@google.com2010-06-011-5/+3
| * + update release notes.pmoody@google.com2010-06-011-1/+18
| * + tagging a 2.1.2 release.pmoody@google.com2010-06-0110-16/+3202
| * + fix ipv6 subnet representation. (thanks to email from jaredpmoody@google.com2010-05-302-3/+9
| * + add masked() to _BaseNet to automatically mask outpmoody@google.com2010-05-102-0/+14
| * + doc-fix.pmoody@google.com2010-05-101-1/+1
| * + ensure network and address objects aren't equal.pmoody@google.com2010-04-292-9/+14
| * + one more address_exclude cleanup, to make sure network/address exclusionspmoody@google.com2010-04-292-3/+8
| * + fix issue where address exclude would puke if you tried to excludepmoody@google.com2010-04-292-0/+4
| * Edited wiki page through web user interface.smart+matt@google.com2010-04-231-5/+6
| * Edited wiki page through web user interface.smart+matt@google.com2010-04-231-6/+22
| * Edited wiki page through web user interface.smart+matt@google.com2010-04-221-6/+4
| * + issue 57, allow for integer addition with IPv4 and IPv6 Address objects.pmoody@google.com2010-04-042-0/+23
| * Edited wiki page through web user interface.pmoody@google.com2010-03-021-2/+2
| * Edited wiki page through web user interface.pmoody@google.com2010-03-021-0/+9
| * Tagging 2.1.1 releasepmoody@google.com2010-03-028-0/+3072
| * + merging r146 from trunk.pmoody@google.com2010-03-021-1/+1
| * + merging changes from trunk.pmoody@google.com2010-03-021-2/+2
| * Edited wiki page through web user interface.pmoody@google.com2010-02-231-2/+14
| * Edited wiki page through web user interface.pmoody@google.com2010-02-231-3/+12
| * Edited wiki page through web user interface.pmoody@google.com2010-02-221-6/+4
| * Edited wiki page through web user interface.pmoody@google.com2010-02-221-1/+9
| * Created wiki page through web user interface.pmoody@google.com2010-02-221-0/+63
| * + kill the few more remaining instances of the old exception names,pmoody@google.com2010-02-221-2/+2
| * + bug with list comprehension in _is_valid_netmaskpmoody@google.com2010-02-211-1/+1
| * + creating a branch that will contain the ipaddr code w/o the python 2.xpmoody@google.com2010-02-168-0/+3072
| * Edited wiki page through web user interface.pmoody@google.com2010-02-141-0/+20
| * Tagging 2.1.x releasepmoody@google.com2010-02-148-0/+3072
| * Creating 2.1.x branchpmoody@google.com2010-02-148-0/+3072
| * + suggestions from mshields.pmoody@google.com2010-02-121-9/+9
| * + make networks and addresses not sortable by default.pmoody@google.com2010-02-122-9/+68
| * + cleanup of the excetion text; making the invalid version TypeError'spmoody@google.com2010-02-061-18/+13
| * + fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6pmoody@google.com2010-02-062-29/+46
| * + add IPv4Network().is_unspecified. issue52.pmoody@google.com2010-02-052-0/+13
| * Edited wiki page through web user interface.pmoody@google.com2010-02-041-1/+60
| * + begin updating documentation for 2.x (waaaaaaay too long in coming)pmoody@google.com2010-02-042-124/+125
| * + fix for issue48; some problems with decoding mapped addresses.pmoody@google.com2010-02-042-1/+3
| * + s/adddress/address/g typo.pmoody@google.com2010-02-021-2/+2
| * + fix docstring (issue55).pmoody@google.com2010-02-021-1/+1
| * + fix for issue51; an errant reference to a non-existant variable.pmoody@google.com2010-02-022-1/+3
| * Edited wiki page through web user interface.pmoody@google.com2009-12-171-1/+2
| * + 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