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 |