summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * + quick bug fix (issue61).pmoody@google.com2010-06-1312-7/+3381
| | | | | | | | | | | | | | + also starting to include release notes with the release per request from Scott. git-svn-id: https://ipaddr-py.googlecode.com/svn@173 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + ignore compiled python files.pmoody@google.com2010-06-131-0/+1
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@172 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fix for issue61.pmoody@google.com2010-06-092-4/+6
| | | | | | | | | | | | | | problem with like-ip'd network objects that had the same broadcast address. git-svn-id: https://ipaddr-py.googlecode.com/svn@171 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-06-011-5/+3
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@170 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + update release notes.pmoody@google.com2010-06-011-1/+18
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@169 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + tagging a 2.1.2 release.pmoody@google.com2010-06-0110-16/+3202
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@168 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fix ipv6 subnet representation. (thanks to email from jaredpmoody@google.com2010-05-302-3/+9
| | | | | | | | | | | | to ipaddr-py-dev) git-svn-id: https://ipaddr-py.googlecode.com/svn@167 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + add masked() to _BaseNet to automatically mask outpmoody@google.com2010-05-102-0/+14
| | | | | | | | | | | | | | the host bits of a network object. issue58. Reported by Robert Thomson. git-svn-id: https://ipaddr-py.googlecode.com/svn@166 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + doc-fix.pmoody@google.com2010-05-101-1/+1
| | | | | | | | | | | | issue60, reported by colmmac. git-svn-id: https://ipaddr-py.googlecode.com/svn@165 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + ensure network and address objects aren't equal.pmoody@google.com2010-04-292-9/+14
| | | | | | | | | | | | | | (eg, IPNetwork('1.1.1.1/24') != IPAddress('1.1.1.1')) + whitespace cleanup. git-svn-id: https://ipaddr-py.googlecode.com/svn@164 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + one more address_exclude cleanup, to make sure network/address exclusionspmoody@google.com2010-04-292-3/+8
| | | | | | | | | | | | fail as expected. git-svn-id: https://ipaddr-py.googlecode.com/svn@163 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fix issue where address exclude would puke if you tried to excludepmoody@google.com2010-04-292-0/+4
| | | | | | | | | | | | and address from itself. git-svn-id: https://ipaddr-py.googlecode.com/svn@162 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.smart+matt@google.com2010-04-231-5/+6
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@161 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.smart+matt@google.com2010-04-231-6/+22
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@160 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.smart+matt@google.com2010-04-221-6/+4
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@159 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + issue 57, allow for integer addition with IPv4 and IPv6 Address objects.pmoody@google.com2010-04-042-0/+23
| | | | | | | | | | | | | | this isn't ever meant to support adding two address object together nor addition to network objects. git-svn-id: https://ipaddr-py.googlecode.com/svn@158 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-03-021-2/+2
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@157 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-03-021-0/+9
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@156 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Tagging 2.1.1 releasepmoody@google.com2010-03-028-0/+3072
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@155 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + merging r146 from trunk.pmoody@google.com2010-03-021-1/+1
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@154 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + merging changes from trunk.pmoody@google.com2010-03-021-2/+2
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@153 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-02-231-2/+14
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@152 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-02-231-3/+12
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@151 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-02-221-6/+4
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@150 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-02-221-1/+9
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@149 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Created wiki page through web user interface.pmoody@google.com2010-02-221-0/+63
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@148 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + kill the few more remaining instances of the old exception names,pmoody@google.com2010-02-221-2/+2
| | | | | | | | | | | | both in the code and the docstrings. git-svn-id: https://ipaddr-py.googlecode.com/svn@147 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + bug with list comprehension in _is_valid_netmaskpmoody@google.com2010-02-211-1/+1
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@146 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + creating a branch that will contain the ipaddr code w/o the python 2.xpmoody@google.com2010-02-168-0/+3072
| | | | | | | | | | | | | | | | backwards compatibilities. git-svn-id: https://ipaddr-py.googlecode.com/svn@145 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-02-141-0/+20
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@144 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Tagging 2.1.x releasepmoody@google.com2010-02-148-0/+3072
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@143 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Creating 2.1.x branchpmoody@google.com2010-02-148-0/+3072
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@142 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + suggestions from mshields.pmoody@google.com2010-02-121-9/+9
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@141 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + make networks and addresses not sortable by default.pmoody@google.com2010-02-122-9/+68
| | | | | | | | | | | | | | + provide a key function suitable for passing to sorted enabling the sorting. git-svn-id: https://ipaddr-py.googlecode.com/svn@140 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + cleanup of the excetion text; making the invalid version TypeError'spmoody@google.com2010-02-061-18/+13
| | | | | | | | | | | | consistent with each other. git-svn-id: https://ipaddr-py.googlecode.com/svn@139 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6pmoody@google.com2010-02-062-29/+46
| | | | | | | | | | | | objects. git-svn-id: https://ipaddr-py.googlecode.com/svn@138 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + add IPv4Network().is_unspecified. issue52.pmoody@google.com2010-02-052-0/+13
| | | | | | | | | | | | (thanks to rep.dot.net for the bug report and patch). git-svn-id: https://ipaddr-py.googlecode.com/svn@137 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2010-02-041-1/+60
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@136 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + begin updating documentation for 2.x (waaaaaaay too long in coming)pmoody@google.com2010-02-042-124/+125
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@135 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fix for issue48; some problems with decoding mapped addresses.pmoody@google.com2010-02-042-1/+3
| | | | | | | | | | | | (thanks to rlaager for reporting) git-svn-id: https://ipaddr-py.googlecode.com/svn@134 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + s/adddress/address/g typo.pmoody@google.com2010-02-021-2/+2
| | | | | | | | | | | | (thanks rep.dot.not) git-svn-id: https://ipaddr-py.googlecode.com/svn@133 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fix docstring (issue55).pmoody@google.com2010-02-021-1/+1
| | | | | | | | | | | | (thanks Scott Kitterman). git-svn-id: https://ipaddr-py.googlecode.com/svn@132 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + fix for issue51; an errant reference to a non-existant variable.pmoody@google.com2010-02-022-1/+3
| | | | | | | | | | | | (thanks to Harry Bock) git-svn-id: https://ipaddr-py.googlecode.com/svn@131 09200d28-7f98-11dd-ad27-0f66e57d2035
| * Edited wiki page through web user interface.pmoody@google.com2009-12-171-1/+2
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@130 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + finally getting around to documentation suggestions from issue38pmoody@google.com2009-12-171-8/+14
| | | | | | | | | | | | (from Steven D'Aprano) git-svn-id: https://ipaddr-py.googlecode.com/svn@129 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + change RunTimeError to a simple assertion based on suggestionpmoody@google.com2009-12-101-9/+6
| | | | | | | | | | | | from mat smart. git-svn-id: https://ipaddr-py.googlecode.com/svn@128 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + comments from matt smart:pmoody@google.com2009-11-291-14/+15
| | | | | | | | | | | | | | | | change the address exclusion error to RunTimeError exception docstrings typo in docstring. git-svn-id: https://ipaddr-py.googlecode.com/svn@127 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + clean up the exceptions raised by ipaddr.pmoody@google.com2009-11-292-185/+106
| | | | | | | | git-svn-id: https://ipaddr-py.googlecode.com/svn@126 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + first stab at issue 39. the _valid_mask_octets aren't needed forpmoody@google.com2009-11-182-10/+24
| | | | | | | | | | | | ipv6 since netmasks aren't writtne in the same way. git-svn-id: https://ipaddr-py.googlecode.com/svn@125 09200d28-7f98-11dd-ad27-0f66e57d2035
| * + provide an iterator for looping through subnets. most usefulpmoody@google.com2009-11-022-8/+17
| | | | | | | | | | | | | | for *large* subnets, like v6 subnets. patch by Marco Giutsi. git-svn-id: https://ipaddr-py.googlecode.com/svn@124 09200d28-7f98-11dd-ad27-0f66e57d2035