summaryrefslogtreecommitdiff
path: root/Lib/ipaddr.py
Commit message (Collapse)AuthorAgeFilesLines
* Optimization: move RFC defined network constant construction out ofGregory P. Smith2009-05-031-14/+33
| | | | the is_*() methods and into module private instances.
* remove py3k compat codeBenjamin Peterson2009-05-021-28/+0
|
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-011-0/+1365
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon.