summaryrefslogtreecommitdiff
path: root/netaddr/strategy/ipv4.py
Commit message (Expand)AuthorAgeFilesLines
* Explicitly pass error message params as listMatthias Urlichs2020-06-171-4/+4
* - changed copyright to first year of project publication (avoid yearly update...David Moss2017-01-111-1/+1
* - updated all copyright noticesDavid Moss2016-09-091-1/+1
* - removed all those ugly line continuationsDavid Moss2015-05-191-20/+16
* - updated copyright notices for 2015David Moss2014-12-311-1/+1
* - removed dashed line comments from projectDavid Moss2014-12-311-16/+16
* Restructure importsnordhausen2014-04-281-4/+2
* Only catch Exception, not BaseExceptionnordhausen2014-04-251-2/+2
* Remove workaround for nonexisting bugnordhausen2014-04-251-12/+3
* - updated copyright for new releaseDavid Moss2014-03-191-1/+1
* Fix issue 58 -- crash on parsing invalid IP addresses containing '.'Wilfred Hughes2013-10-141-6/+6
* - updated copyright noticeDavid Moss2013-03-201-1/+1
* - replaced the last of the epydoc markupDavid Moss2012-05-301-1/+1
* - upgraded project documentation to use SphinxDavid Moss2012-05-301-21/+21
* - updated copyright notice for 2012David Moss2012-05-241-1/+1
* - updated copyright datesDavid Moss2011-09-131-1/+1
* Fixed the IPNetwork constructor (finally) and added new flags and version opt...David P. D. Moss2010-10-051-2/+58
* Added support for inet_pton parsing and handling IPv4 addresses with zero-fil...drkjam2010-09-211-22/+25
* Added pickle support and __slots__ support along with a few optimisations.David P. D. Moss2010-09-151-11/+14
* Updated conditional import to simplify it and to handle the cygwin platform c...David P. D. Moss2010-06-061-21/+21
* Removed the lib/ directory.David P. D. Moss2010-06-031-0/+232
* Created Python 2.x and 3.x source tree split.David P. D. Moss2010-04-271-214/+0
* Added patch from S. Nordhausen and implemented suggestions.David P. D. Moss2009-12-021-5/+6
* Various bug fixes and minor changes for 0.7 release.David P. D. Moss2009-08-051-1/+0
* Code fixups based on pylint results.David P. D. Moss2009-08-021-2/+1
* - Moved all custom Exceptions to core.pyDavid P. D. Moss2009-07-161-1/+3
* Further updates to single, multiplexed IP address/subnet class. David P. D. Moss2009-06-251-0/+6
* Transition of old trunk to new refactored codebase.David P. D. Moss2009-06-211-0/+207