summaryrefslogtreecommitdiffstats
path: root/Doc/howto/ipaddress.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27204: Fix doctests in Doc/howtoZachary Ware2016-08-091-5/+4
| | | | Patch by Jelle Zijlstra.
* Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-071-11/+16
|
* Issue #14814: fix some typos in howto/ipaddress.rstEli Bendersky2012-07-311-4/+4
|
* Issue 14814: Further clean ups to the ipaddress tutorialNick Coghlan2012-07-071-13/+24
|
* Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ↵Nick Coghlan2012-07-071-11/+37
| | | | and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs)
* Issue #14814: Add first draft of PEP 3144 ipaddress module documentation ↵Nick Coghlan2012-06-171-13/+21
| | | | (initial patch by Sandro Tosi)
* Issue #14814: use print() functionSandro Tosi2012-06-021-1/+1
|
* Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the ↵Nick Coghlan2012-05-261-0/+291
initial conversion from Peter Moody's wiki version)