dc6356a - bump to v0.6.38
8ea78c7 - mark package as zip_safe
8ee87bd - raise exception on long/lat ambiguity mismatch
a3a72cb - refined code using bytes type
5329bf7 - fix code+tests to make them work under py3
d55cc91 - fix format field index (py2.6 things)
b5c0ce0 - use unittest2, so tests run under py2.6
d10860d - code and test changes for py3 compability
b3cffc5 - set verbosity=1 for make test
5f487bb - fix relative import bug introduced in a0b59ee6ac5220 - updated email in setup.py
3caa412 - test_parse code style tweaks
92b22bd - removed chardet from req.txt for test suite
6798a42 - include latest changes in CHANGES file
a0b59ee - first part of tests for parsing submodule
9fa62c4 - don't try to decode already unicode
7a168b2 - updated shields in README
incorrect timestamps will now return timestamp 0 and get clipped from
the body so further parsing can occur.
stopped using utc.second to fill the second for z/ formats
8f62b47 - bump to v0.6.36
3b912d6 - fix typo in timestamp format
5c72b0a - tweak debug messages for position reports
703704a - now able to parse object report format
The least significant bit is now at the begining.
This makes accessing the char array more intuative as the first bit will
be first in the array (e.g. bits[0] instead of bits[7])
e0bfdc3 - updated README; bump v0.6.32
8e6ef0d - added 'sendall' method to IS + tests
a049df6 - tests for moved ParseError logging; 17acf41ce40191 - remove .coverage when 'make clean'
bdca4b4 - beacon packets should be properly parsed now
fadb993 - separated packet parsing code into functions
5153c38 - added _ to addresse regex
17acf41 - rm'd logging from exceptions; added logging in IS
7514c0c - comment telemetry bits should always have 8bits
0773ee3 - only check for beacon type, when all else fails
5947086 - moved code to _parse_timestamp + improvements
46be434 - reloading should work now, fix#440dfad3 - init code clean up + code comments
d5d1fab - added pass generation function
4372266 - added 'UIDIGI' to beacon callsign list
830faa4 - added initial support for beacons
eac3038 - changed default IS port to full feed
051180a - one line upload to pypi
007c4fb - removed version.py