summaryrefslogtreecommitdiff
path: root/Lib/ipaddress.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-071-3/+4
* Close #14814: Avoid depending on struct by using newer features. Also use enu...Nick Coghlan2012-08-201-8/+6
* Issue #14814: document the Interface APIs and fix various problems with the s...Nick Coghlan2012-08-201-3/+6
* Issue #14814: Remove redundant property from interface objects - prefixlen ca...Nick Coghlan2012-08-051-9/+1
* Issue 14814: Docs work showed some more cases of networks pretending to be ad...Nick Coghlan2012-08-051-180/+224
* Close #15559: Implementing __index__ creates a nasty interaction with the byt...Nick Coghlan2012-08-051-6/+0
* Issue 14814: The new systematic tests aren't just about error reporting any m...Nick Coghlan2012-07-081-10/+13
* Issue 14814: Remove dead function (noticed by Serhiy Storchaka)Nick Coghlan2012-07-081-18/+0
* Issue 14814: Further error case testing coverage and cleanupsNick Coghlan2012-07-081-25/+26
* Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-081-67/+69
* Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-071-6/+6
* Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...Nick Coghlan2012-07-071-2/+3
* Issue 14814: Make the ipaddress code easier to follow by using newer language...Nick Coghlan2012-07-071-91/+67
* Issue 14814: Provide more informative error messages in ipaddress, and ensure...Nick Coghlan2012-07-071-50/+91
* Issue 14814: %s implies coercion with str() - remove a lot of redundant str()...Nick Coghlan2012-07-071-34/+33
* Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an...Nick Coghlan2012-07-071-4/+12
* Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu...Nick Coghlan2012-07-071-3/+7
* Improve an internal ipaddress test, add a comment explaining why treating net...Nick Coghlan2012-06-171-11/+10
* #14814: Remove redundant code from ipaddress.IPv6NetworkHynek Schlawack2012-06-081-13/+1
* #14814: ipaddress: refactor dup code, minor janitoring, bump coverageHynek Schlawack2012-06-051-112/+59
* #14814: Remove dead code from ipaddressHynek Schlawack2012-06-041-38/+7
* #14814: Use correct comparison for IP addressesHynek Schlawack2012-06-041-1/+1
* Issue #14814: minor spelling fixesSandro Tosi2012-06-021-4/+4
* #14814: Fix errror message creation in ipaddress.collapse_addressesHynek Schlawack2012-06-011-1/+1
* #14814: Remove 2.x's new-style classes syntax from ipaddressHynek Schlawack2012-06-011-3/+3
* #14814: Remove stale __hex__ method from ipaddressHynek Schlawack2012-06-011-3/+0
* Issue #14814: Clean out an obsolete property and method from ipaddress Networ...Nick Coghlan2012-05-271-13/+1
* Issue #14814: Cleanup ipaddress header commentsNick Coghlan2012-05-271-12/+0
* Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...Nick Coghlan2012-05-271-75/+47
* #14814: Some PEP8 adjustments and dead code weedingHynek Schlawack2012-05-261-27/+17
* Issue #14814: minor improvements as suggested by Hynek SchlawackSandro Tosi2012-05-231-6/+9
* Issue #14814: improve docstrings and arguments value handling, as per Terry J...Sandro Tosi2012-05-231-27/+38
* Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-201-0/+2193