8000 Tags · mbus/m3-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mbus/m3-python

Tags

v0.6

Toggle v0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
v0.6

Lots of fixes from @lukefahr; thanks Andrew!

  * Added a -dbg flag
  * made the -s/--serial flag work again
  * single global logger
  * fix __version__ import
  * moved the -y and -w flags so they actually work again

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
v0.5.1

  - 59229c4 print current version in help

v0.5

Toggle v0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
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()
0