Tags: mbus/m3-python
Tags
Version 0.5.0 Since 0.4.4: - 95d1e2f common: (en/de)code -> (un)hexlify - b604efc ice: decode -> unhexlify - f28e16b sim: decode -> unhexlify - 9ef851a Merge pull request #3 from lukefahr/master - bf4b4f6 New defaults that actually work on PRCv14 - 2f8af2d import Queue -> import queue as Queue - 67fc685 xrange -> range - 7fa9855 ice: detect when synchronization is lost - 420ab80 allow snoop with no callbacks - 59a63d9 handle byte arrays correctly rx'ing messages - 994a60f sim: generate more reasonable control bits - 094a304 use parent parsers to pass common opts to subparsers - 414c239 sim: update to be more py3k-like - 59a4711 nit: improve error reporting - 834d7ab move more stuff over to py3k friendly imports - 840872a update to absolute_import as well - 4955539 update to more py3k-like string handling - ca99c07 doc: note the actual PC<-->ICE speed - 080369b Convert to Py3k division, print_function - 9786def refactor: convert all raise, to raise X()