1. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  2. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  3. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  4. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  5. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  6. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  7. 1498461 merge 3.4 (#24963) by Benjamin Peterson · 9 years ago
  8. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  9. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  10. 53553c4 merge 3.4 by Benjamin Peterson · 10 years ago
  11. 5feeeba use a proper m-dash by Benjamin Peterson · 10 years ago
  12. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  13. 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
  14. ebdaaf4 Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. by Eric V. Smith · 11 years ago
  15. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  16. 6674ac0 whatsnew: ipaddress is_global by R David Murray · 11 years ago
  17. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  18. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  19. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  20. 5c15424 Closes #20253: Merge typo fix by Zachary Ware · 11 years ago
  21. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 11 years ago
  22. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  23. be9c1b1 #17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10 by Peter Moody · 11 years ago
  24. 8ed30c1 #17400; NEWS and ipaddress.rst change by Peter Moody · 11 years ago
  25. 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
  26. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  27. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  28. 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
  29. 31096a9 Issue #14814: Attempt to clarify network address and broadcast address for less experienced users by Nick Coghlan · 12 years ago
  30. 7362c3e Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky) by Nick Coghlan · 12 years ago
  31. 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
  32. 0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects by Eli Bendersky · 12 years ago
  33. 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 12 years ago