1. 10b134a bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) by Xiang Zhang · 6 years ago
  2. 5609b78 bpo-18802: Add more details to ipaddress documentation (GH-6083) by Cheryl Sabella · 6 years ago
  3. e405096 Fix some ipaddress documentation errors (GH-6021) by Xiang Zhang · 6 years ago
  4. 91dc64b bpo-20825: Containment test for ip_network in ip_network. by Cheryl Sabella · 7 years ago
  5. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 7 years ago
  6. 16f8523 bpo-29913: deprecate compare_networks() in documentation (GH-865) by s-sanjay · 7 years ago
  7. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  8. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  9. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  10. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  11. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  12. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  13. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  14. 1498461 merge 3.4 (#24963) by Benjamin Peterson · 9 years ago
  15. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  16. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  17. 53553c4 merge 3.4 by Benjamin Peterson · 10 years ago
  18. 5feeeba use a proper m-dash by Benjamin Peterson · 10 years ago
  19. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  20. 5fb195f Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as to easily construct network objects from existing addresses. by Antoine Pitrou · 10 years ago
  21. ebdaaf4 Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. by Eric V. Smith · 10 years ago
  22. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  23. 6674ac0 whatsnew: ipaddress is_global by R David Murray · 10 years ago
  24. a3d0ffe Merge from 3.3 by Andrew Kuchling · 10 years ago
  25. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 10 years ago
  26. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  27. 5c15424 Closes #20253: Merge typo fix by Zachary Ware · 11 years ago
  28. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 11 years ago
  29. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  30. be9c1b1 #17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10 by Peter Moody · 11 years ago
  31. 8ed30c1 #17400; NEWS and ipaddress.rst change by Peter Moody · 11 years ago
  32. 9ad417e Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. by Georg Brandl · 11 years ago
  33. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  34. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  35. a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 12 years ago
  36. 31096a9 Issue #14814: Attempt to clarify network address and broadcast address for less experienced users by Nick Coghlan · 12 years ago
  37. 7362c3e Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky) by Nick Coghlan · 12 years ago
  38. 730f67f Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property by Nick Coghlan · 12 years ago
  39. 0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects by Eli Bendersky · 12 years ago
  40. 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 12 years ago