Marco Buttu
|
e65fcde85a
|
bpo-27200: Fix several doctests (GH-604)
|
2017-04-27 15:23:34 +03:00 |
s-sanjay
|
16f852345b
|
bpo-29913: deprecate compare_networks() in documentation (GH-865)
|
2017-03-30 15:44:29 +08:00 |
Serhiy Storchaka
|
c7b1a0bbe2
|
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
|
2016-11-26 13:43:28 +02:00 |
Berker Peksag
|
85b6090768
|
Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs
|
2016-08-04 17:25:40 +03:00 |
Berker Peksag
|
6bbc83986d
|
Indent ipaddress.ip_address() example correctly
|
2016-08-04 17:21:46 +03:00 |
Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
Berker Peksag
|
420e4d843b
|
Issue #27280: Fix typo in IPv6Network documentation
Patch by Arthur Carcano.
|
2016-06-10 14:26:07 +03:00 |
Serhiy Storchaka
|
dba903993a
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:23 +03:00 |
Serhiy Storchaka
|
6dff0205b7
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
|
2016-05-07 10:49:07 +03:00 |
Benjamin Peterson
|
1498461a7a
|
merge 3.4 (#24963)
|
2015-08-30 14:42:49 -07:00 |
Benjamin Peterson
|
0612ffe8c8
|
fix spelling that was a bit confused (closes #24963)
|
2015-08-30 14:42:38 -07:00 |
Senthil Kumaran
|
b4760efbad
|
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues:
#issue21528
#issue24453
|
2015-06-14 17:35:37 -07:00 |
Benjamin Peterson
|
53553c4376
|
merge 3.4
|
2014-12-28 22:14:23 -06:00 |
Benjamin Peterson
|
5feeebaa84
|
use a proper m-dash
|
2014-12-28 22:14:15 -06:00 |
Donald Stufft
|
8b852f111e
|
Fix Issue #21528 - Fix documentation typos
|
2014-05-20 12:58:38 -04:00 |
Antoine Pitrou
|
5fb195f854
|
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as to easily construct network objects from existing addresses.
|
2014-05-12 20:36:46 +02:00 |
Eric V. Smith
|
ebdaaf4087
|
Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
|
2014-04-14 12:58:07 -04:00 |
Larry Hastings
|
3732ed2414
|
Merge in all documentation changes since branching 3.4.0rc1.
|
2014-03-15 21:13:56 -07:00 |
R David Murray
|
6674ac0873
|
whatsnew: ipaddress is_global
Also tweaked the docs a bit and added the missing entry for
the ipv6 is_global.
|
2014-03-06 11:51:37 -05:00 |
Andrew Kuchling
|
a3d0ffe2c6
|
Merge from 3.3
|
2014-02-15 17:22:41 -05:00 |
Andrew Kuchling
|
e5235f1624
|
#20241: use correct RFC number
|
2014-02-15 17:11:06 -05:00 |
Nick Coghlan
|
96bb437ae8
|
Close #20563: Declare ipaddress API stable
|
2014-02-09 09:18:26 +10:00 |
Zachary Ware
|
5c15424aa9
|
Closes #20253: Merge typo fix
|
2014-01-14 09:10:33 -06:00 |
Zachary Ware
|
9774ce0cab
|
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
|
2014-01-14 09:09:48 -06:00 |
Peter Moody
|
e5019d5183
|
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
|
2013-10-24 09:47:10 -07:00 |
Peter Moody
|
be9c1b133b
|
#17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10
|
2013-10-22 12:36:21 -07:00 |
Peter Moody
|
8ed30c15e8
|
#17400; NEWS and ipaddress.rst change
|
2013-10-21 16:16:51 -07:00 |
Georg Brandl
|
9ad417ee81
|
Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@.
|
2013-10-06 19:23:57 +02:00 |
Terry Jan Reedy
|
0f84764a09
|
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 18:34:00 -04:00 |
Eli Bendersky
|
948af23a77
|
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
|
2012-10-07 07:23:50 -07:00 |
Nick Coghlan
|
a8517ad3d9
|
Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky).
|
2012-08-20 10:04:26 +10:00 |
Nick Coghlan
|
31096a94e7
|
Issue #14814: Attempt to clarify network address and broadcast address for less experienced users
|
2012-08-05 22:52:38 +10:00 |
Nick Coghlan
|
7362c3efeb
|
Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky)
|
2012-08-05 22:32:37 +10:00 |
Nick Coghlan
|
730f67f2fa
|
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
|
2012-08-05 22:02:18 +10:00 |
Eli Bendersky
|
0e49749f31
|
Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects
|
2012-07-31 17:23:11 +03:00 |
Nick Coghlan
|
9680bdb567
|
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi)
|
2012-06-17 17:24:10 +10:00 |