summaryrefslogtreecommitdiffstats
path: root/Doc/howto/ipaddress.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)Mariusz Felisiak2021-07-271-1/+1
| | | Follow up to 11749e2dc20ad6a76e9a39e948853e89b2b4bbed
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-1/+1
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* 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)