- 21 Mar, 2018 2 kayıt (commit)
-
-
Xiang Zhang yazdı
The result of host() was not empty when the network is constructed by a tuple containing an integer mask and only 1 bit left for addresses.
-
Cheryl Sabella yazdı
Original patch by Jon Foster and Berker Peksag.
-
- 22 Eki, 2017 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 01 Nis, 2017 1 kayıt (commit)
-
-
s-sanjay yazdı
the original logic was just comparing the network address but this is wrong because if the network address is equal then we need to compare the ip address for breaking the tie add more ip_interface comparison tests
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 11 Haz, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Gareth Rees.
-
Berker Peksag yazdı
It was documented since 07a5610bae9d. Initial patch by Roger Luethi.
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Tommy Beadle.
-
- 01 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang.
-
- 02 Ock, 2016 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Davis reviewing code.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 07 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Ock, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
duplicated addresses and simplify the code.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
portable representation.
-
Antoine Pitrou yazdı
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses.
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Michel Albert. We don't normally do patches that just tweak whitespace, but ipaddress is relatively new and the package maintainers approved the patch.
-
- 12 May, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as to easily construct network objects from existing addresses.
-
- 14 Nis, 2014 1 kayıt (commit)
-
-
Eric V. Smith yazdı
-
- 08 Şub, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
-
- 24 Eki, 2013 1 kayıt (commit)
-
-
Peter Moody yazdı
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Peter Moody yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Peter Moody yazdı
-
- 20 Agu, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky).
-
- 05 Agu, 2012 3 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object
-
Nick Coghlan yazdı
Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property
-
Nick Coghlan yazdı
Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin.
-
- 08 Tem, 2012 3 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 14814: The new systematic tests aren't just about error reporting any more - change names accordingly. Added and tweaked some example to ensure they were covering the intended code paths
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 07 Tem, 2012 4 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs)
-
Nick Coghlan yazdı
Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected
-
- 06 Tem, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests.
-