Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -6/+14 |
| | |||||
* | Close #20563: Declare ipaddress API stable | Nick Coghlan | 2014-02-08 | 1 | -7/+0 |
| | |||||
* | Closes #20253: Merge typo fix | Zachary Ware | 2014-01-14 | 1 | -2/+2 |
|\ | |||||
| * | Issue #20253: Fixed a typo in the ipaddress docs that advertised an | Zachary Ware | 2014-01-14 | 1 | -2/+2 |
| | | | | | | | | illegal attribute name. Found by INADA Naoki. | ||||
* | | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS | Peter Moody | 2013-10-24 | 1 | -0/+6 |
| | | |||||
* | | #17400: fix documentation, add cache to is_global and correctly handle ↵ | Peter Moody | 2013-10-22 | 1 | -1/+1 |
| | | | | | | | | 100.64.0.0/10 | ||||
* | | #17400; NEWS and ipaddress.rst change | Peter Moody | 2013-10-21 | 1 | -2/+5 |
|/ | |||||
* | Fix: >= and so on are usually called "comparison operators", not "logical ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+3 |
| | | | | operators". Found by Tom Kalt on docs@. | ||||
* | Issue #17047: remove doubled words added in 3.3 | Terry Jan Reedy | 2013-03-11 | 1 | -3/+3 |
| | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek | Eli Bendersky | 2012-10-07 | 1 | -7/+14 |
| | |||||
* | Issue #14814: document the Interface APIs and fix various problems with the ↵ | Nick Coghlan | 2012-08-20 | 1 | -18/+59 |
| | | | | string representations (initial patch by Eli Bendersky). | ||||
* | Issue #14814: Attempt to clarify network address and broadcast address for ↵ | Nick Coghlan | 2012-08-05 | 1 | -2/+4 |
| | | | | less experienced users | ||||
* | Issue #14814: Finish review of ipaddress network object docs (initial patch ↵ | Nick Coghlan | 2012-08-05 | 1 | -78/+135 |
| | | | | was by Eli Bendersky) | ||||
* | Issue 14814: Docs work showed some more cases of networks pretending to be ↵ | Nick Coghlan | 2012-08-05 | 1 | -74/+384 |
| | | | | 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 | ||||
* | Issue #14814: reorganize ipaddress documentation and document all attributes ↵ | Eli Bendersky | 2012-07-31 | 1 | -56/+192 |
| | | | | of IPv[46]Address objects | ||||
* | Issue #14814: Add first draft of PEP 3144 ipaddress module documentation ↵ | Nick Coghlan | 2012-06-17 | 1 | -0/+251 |
(initial patch by Sandro Tosi) |