summaryrefslogtreecommitdiffstats
path: root/Lib/ipaddress.py
Commit message (Collapse)AuthorAgeFilesLines
...
* #14814: Use correct comparison for IP addressesHynek Schlawack2012-06-041-1/+1
| | | | | ipaddress._BaseV4.is_unspecified() compared IP addresses using "in" which fails.
* 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-05-311-3/+0
| | | | Obsolete 2.x method.
* Issue #14814: Clean out an obsolete property and method from ipaddress ↵Nick Coghlan2012-05-261-13/+1
| | | | Network objects
* Issue #14814: Cleanup ipaddress header commentsNick Coghlan2012-05-261-12/+0
|
* Issue #14814: In the spirit of TOOWTDI, ditch the redundant version ↵Nick Coghlan2012-05-261-75/+47
| | | | parameter to the factory functions by using the appropriate direct class references instead
* #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 ↵Sandro Tosi2012-05-231-27/+38
| | | | J. Reedy's comments
* Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-201-0/+2193