summaryrefslogtreecommitdiff
path: root/netaddr/eui/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add hash capabilities to OUI (#225)amitmi7042021-02-081-0/+3
* support IABs in the 40:D8:55 OUIBrian Maissy2020-06-211-5/+7
* Add format function to EUIOmer Anson2020-06-211-4/+20
* Support weak referencesJakub Stasiak2020-06-211-1/+1
* Avoid using __file__ in places that matterJakub Stasiak2020-06-171-3/+3
* Explicitly pass error message params as listMatthias Urlichs2020-06-171-10/+10
* - fixed a unicode vs bytes issue between Python 2.x and 3.x when reading and ...netaddr-0.7.19David Moss2017-01-131-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
* - renamed standard EUI64 dialect classDavid Moss2015-08-281-2/+2
* Changed dialect to be set based on eui versionBrian Christopher Raaen2015-07-291-1/+5
* - removed all those ugly line continuationsDavid Moss2015-05-191-7/+4
* Add missing __ne__ comparison for IABStefan Nordhausen2015-01-141-4/+10
* Implement missing __ne__ function for OUIStefan Nordhausen2015-01-141-4/+10
* Shorten the code of the rich comparison methodsStefan Nordhausen2015-01-141-36/+24
* Make all comparisons with EUIs compatible with stringified MACsStefan Nordhausen2015-01-141-8/+24
* Re-add __ne__, add unit tests to check itStefan Nordhausen2015-01-141-0/+14
* Implement new __eq__ for pull #80Stefan Nordhausen2015-01-141-24/+27
* - updated copyright notices for 2015David Moss2014-12-311-1/+1
* - removed dashed line comments from projectDavid Moss2014-12-311-4/+4
* EUI: add ipv6 and modified_eui64 methods, add testsThomas Waldmann2014-09-201-16/+27
* simplify EUI.eui64, add test for EUI64 -> EUI64 for py 2.x and 3.xThomas Waldmann2014-09-201-2/+3
* strict is a kwarg, improve subclassability by not hard coding IAB.nordhausen2014-07-071-2/+3
* Avoid unneeded split()+join() when parsing oui.txt/iab.txtnordhausen2014-07-071-2/+2
* Make IAB.__str__ twice as fastnordhausen2014-07-071-7/+8
* Fix docstring typosnordhausen2014-07-071-6/+6
* Make EUI.eui64 10 times fasternordhausen2014-07-071-4/+5
* Make EUI.ipv6_link_local 5 times fasternordhausen2014-07-071-5/+6
* Make OUI.__str__ twice as fast as beforenordhausen2014-07-071-6/+4
* Simplify and speed up EUI.einordhausen2014-07-071-2/+2
* Remove unused importsnordhausen2014-04-281-8/+0
* Use isinstance() instead of hasattr() for type checkingnordhausen2014-04-251-1/+1
* - updated copyright for new releaseDavid Moss2014-03-191-1/+1
* - updated copyright noticeDavid Moss2013-03-201-1/+1
* - fixed pickling on EUI, OUI and IAB classesDavid Moss2012-08-291-0/+50
* Fix algorithm in ipv6_link_local to fully conform to rfc4291 - the "u" bit ha...Philipp Wollermann2012-06-121-1/+9
* - replaced the last of the epydoc markupDavid Moss2012-05-301-22/+23
* - upgraded project documentation to use SphinxDavid Moss2012-05-301-49/+52
* - updated copyright notice for 2012David Moss2012-05-241-1/+1
* - updated copyright datesDavid Moss2011-09-131-1/+1
* Fixed some broken unit tests.David P. D. Moss2010-10-051-0/+2
* Added pickle support and __slots__ support along with a few optimisations.David P. D. Moss2010-09-151-0/+11
* Removed the lib/ directory.David P. D. Moss2010-06-031-0/+616
* Created Python 2.x and 3.x source tree split.David P. D. Moss2010-04-271-614/+0
* Added patch from S. Nordhausen and implemented suggestions.David P. D. Moss2009-12-021-2/+20
* Various bug fixes and minor changes for 0.7 release.David P. D. Moss2009-08-051-3/+2
* Code fixups based on pylint results.David P. D. Moss2009-08-021-2/+2
* Finalised 0.7 RC1 release.David P. D. Moss2009-07-301-2/+2
* Updates for netaddr 0.7rc1.David P. D. Moss2009-07-301-67/+36
* - Moved all custom Exceptions to core.pyDavid P. D. Moss2009-07-161-36/+43