summaryrefslogtreecommitdiff
path: root/Doc/library/ipaddress.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Miss Islington (bot)2018-03-201-1/+11
* bpo-18802: Add more details to ipaddress documentation (GH-6083)Miss Islington (bot)2018-03-201-16/+47
* Fix some ipaddress documentation errors (GH-6021)Miss Islington (bot)2018-03-071-8/+12
* bpo-20825: Containment test for ip_network in ip_network.Cheryl Sabella2017-10-221-0/+24
* bpo-27200: Fix several doctests (GH-604)Marco Buttu2017-04-271-3/+5
* bpo-29913: deprecate compare_networks() in documentation (GH-865)s-sanjay2017-03-301-0/+3
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
* Fix indentation of versionadded directive in IPv4Address.reverse_pointer docsBerker Peksag2016-08-041-1/+1
* Indent ipaddress.ip_address() example correctlyBerker Peksag2016-08-041-7/+4
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* merge 3.4 (#24963)Benjamin Peterson2015-08-301-1/+1
|\
| * fix spelling that was a bit confused (closes #24963)Benjamin Peterson2015-08-301-1/+1
| * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-141-1/+1
* | merge 3.4Benjamin Peterson2014-12-281-2/+2
|\ \ | |/
| * use a proper m-dashBenjamin Peterson2014-12-281-2/+2
| * Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-6/+14
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
* | Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...Antoine Pitrou2014-05-121-0/+19
* | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.Eric V. Smith2014-04-141-0/+15
* | whatsnew: ipaddress is_globalR David Murray2014-03-061-5/+13
* | Merge from 3.3Andrew Kuchling2014-02-151-1/+1
|\ \ | |/ |/|
| * #20241: use correct RFC numberAndrew Kuchling2014-02-151-1/+1
* | Close #20563: Declare ipaddress API stableNick Coghlan2014-02-091-7/+0
* | Closes #20253: Merge typo fixZachary Ware2014-01-141-2/+2
|\ \ | |/
| * Issue #20253: Fixed a typo in the ipaddress docs that advertised anZachary Ware2014-01-141-2/+2
* | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWSPeter Moody2013-10-241-0/+6
* | #17400: fix documentation, add cache to is_global and correctly handle 100.64...Peter Moody2013-10-221-1/+1
* | #17400; NEWS and ipaddress.rst changePeter Moody2013-10-211-2/+5
|/
* Fix: >= and so on are usually called "comparison operators", not "logical ope...Georg Brandl2013-10-061-3/+3
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-3/+3
* Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-071-7/+14
* Issue #14814: document the Interface APIs and fix various problems with the s...Nick Coghlan2012-08-201-18/+59
* Issue #14814: Attempt to clarify network address and broadcast address for le...Nick Coghlan2012-08-051-2/+4
* Issue #14814: Finish review of ipaddress network object docs (initial patch w...Nick Coghlan2012-08-051-78/+135
* Issue 14814: Docs work showed some more cases of networks pretending to be ad...Nick Coghlan2012-08-051-74/+384
* Issue #14814: reorganize ipaddress documentation and document all attributes ...Eli Bendersky2012-07-311-56/+192
* Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (ini...Nick Coghlan2012-06-171-0/+251