index
:
delta/python-packages/ipaddr-py.git
master
release-2.2.0
six
wiki
github.com: google/ipaddr-py.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipaddr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set version to 'git' in git repo.
HEAD
master
Mikel Ward
2017-09-15
1
-1
/
+1
*
Bump version to 2.2.0.
Mikel Ward
2017-09-15
1
-1
/
+1
*
Fix compatibility with Python 3
vkh78
2016-01-05
1
-1
/
+6
*
Merge branch 'patch-1' of https://github.com/alexf101/ipaddr-py into alexf101...
Michael Shields
2015-08-17
1
-4
/
+7
*
Move trunk/ to root.
Michael Shields
2015-08-17
1
-186
/
+209
*
fix
Peter Moody
2011-11-29
1
-8
/
+8
*
fix for i84
Peter Moody
2011-11-24
1
-0
/
+4
*
patch from pmarks
Peter Moody
2011-11-24
1
-57
/
+43
*
patch from pmarks for i87
Peter Moody
2011-08-22
1
-189
/
+133
*
2001:0::3:4:5:6:7:8 should be considered valid
Peter Moody
2011-07-22
1
-0
/
+4
*
issue 83, doc issue
Peter Moody
2011-05-17
1
-6
/
+6
*
+ bug in _is_shorthand_ip not correctly identifying shortened ips.
Peter Moody
2011-02-17
1
-5
/
+11
*
+ typo.
Peter Moody
2011-02-13
1
-1
/
+1
*
Fix issue 79.
Michael Shields
2011-02-08
1
-1
/
+2
*
Fix issue 78.
Michael Shields
2011-02-08
1
-6
/
+4
*
+ fix broken network/address comparisons.
Peter Moody
2011-02-08
1
-3
/
+6
*
+ fix for i74, python3x and byte addresses.
Peter Moody
2011-01-21
1
-14
/
+14
*
+ turn teredo and sixtofour into properties.
Peter Moody
2011-01-13
1
-4
/
+6
*
+ add 6to4 to the ipv6 tunnel decoding.
Peter Moody
2011-01-12
1
-3
/
+18
*
+ small speedup, remove the redundant call to explode_short_ip_string
Peter Moody
2011-01-12
1
-4
/
+3
*
+ fix for i71
Peter Moody
2011-01-12
1
-1
/
+15
*
fix for i73
Peter Moody
2011-01-07
1
-3
/
+32
*
+ force hashing of longs to ensure consistency.
Peter Moody
2010-11-16
1
-1
/
+1
*
IPv6 with embedded IPv4 address not recognized
Daniel Harrison
2010-10-06
1
-2
/
+3
*
Commentary typo fix
Daniel Harrison
2010-10-04
1
-1
/
+1
*
+ containment test should always return false on mixed-type tests.
Peter Moody
2010-08-23
1
-0
/
+3
*
Remove trailing whitespace.
Michael Shields
2010-08-16
1
-2
/
+2
*
Fix for issue 66, contributed by Lorenzo Colitti of Google.
Michael Shields
2010-08-16
1
-0
/
+3
*
Remove 'magic numbers' from code that involve address length.
Daniel Harrison
2010-07-12
1
-12
/
+15
*
+ fix for issue61.
Peter Moody
2010-06-09
1
-2
/
+2
*
+ fix ipv6 subnet representation. (thanks to email from jared
Peter Moody
2010-05-30
1
-0
/
+4
*
+ add masked() to _BaseNet to automatically mask out
Peter Moody
2010-05-10
1
-0
/
+5
*
+ doc-fix.
Peter Moody
2010-05-10
1
-1
/
+1
*
+ ensure network and address objects aren't equal.
Peter Moody
2010-04-29
1
-4
/
+5
*
+ one more address_exclude cleanup, to make sure network/address exclusions
Peter Moody
2010-04-29
1
-3
/
+6
*
+ fix issue where address exclude would puke if you tried to exclude
Peter Moody
2010-04-29
1
-0
/
+3
*
+ issue 57, allow for integer addition with IPv4 and IPv6 Address objects.
Peter Moody
2010-04-04
1
-0
/
+12
*
+ kill the few more remaining instances of the old exception names,
Peter Moody
2010-02-22
1
-2
/
+2
*
+ bug with list comprehension in _is_valid_netmask
Peter Moody
2010-02-21
1
-1
/
+1
*
+ make networks and addresses not sortable by default.
Peter Moody
2010-02-12
1
-8
/
+46
*
+ cleanup of the excetion text; making the invalid version TypeError's
Peter Moody
2010-02-06
1
-18
/
+13
*
+ fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6
Peter Moody
2010-02-06
1
-24
/
+22
*
+ add IPv4Network().is_unspecified. issue52.
Peter Moody
2010-02-05
1
-0
/
+11
*
+ fix for issue48; some problems with decoding mapped addresses.
Peter Moody
2010-02-04
1
-1
/
+1
*
+ s/adddress/address/g typo.
Peter Moody
2010-02-02
1
-2
/
+2
*
+ fix docstring (issue55).
Peter Moody
2010-02-02
1
-1
/
+1
*
+ fix for issue51; an errant reference to a non-existant variable.
Peter Moody
2010-02-02
1
-1
/
+1
*
+ finally getting around to documentation suggestions from issue38
Peter Moody
2009-12-17
1
-8
/
+14
*
+ change RunTimeError to a simple assertion based on suggestion
Peter Moody
2009-12-10
1
-9
/
+6
*
+ comments from matt smart:
Peter Moody
2009-11-29
1
-14
/
+15
[next]