summaryrefslogtreecommitdiff
path: root/gps
Commit message (Expand)AuthorAgeFilesLines
* gps/fake.py: code rearrangement to handle pylint complexity warningGary E. Miller2017-07-311-9/+11
* fake.py: Fix pylint complaint about a function override.Gary E. Miller2017-07-261-3/+3
* gps.py: Silence pylint about a TODO.Gary E. Miller2017-07-261-1/+1
* fake.py: remove redundant assignment of self.port.Gary E. Miller2017-07-261-1/+0
* gps.py: change FIXME -> TODO. Do the PPS TODO.Gary E. Miller2017-07-261-2/+9
* Fixes some pylint issues.Fred Wright2017-07-144-8/+7
* Fixes bug in gpsfake with default port.Fred Wright2017-07-141-1/+1
* gps/fake.py, gpssim.py: pep8 fixesGary E. Miller2017-07-011-34/+68
* gps.py: pep8 fixesGary E. Miller2017-07-011-81/+88
* misc.py: pep8 fixesGary E. Miller2017-07-011-22/+28
* client.py: pep8 fixesGary E. Miller2017-07-011-3/+10
* Makes 'GPSD' SHM IDs unique during regression tests.Fred Wright2017-03-241-3/+11
* Makes connect failure to dead fake.py daemon more informative.Fred Wright2017-02-191-1/+6
* Reworks local exception definitions in fake.py.Fred Wright2017-02-191-15/+11
* Reworks DaemonInstance in fake.py.Fred Wright2017-02-191-72/+80
* Updates MAXCHANNELS in gps.py to match gps.h.Fred Wright2017-01-191-1/+1
* Changes fake.py stream type to 'bytes'.Fred Wright2016-12-252-5/+15
* Adds bytes-typed alternative response to Python client.Fred Wright2016-12-241-5/+12
* Decode "device", some format cleanup.Gary E. Miller2016-09-131-19/+23
* Add missing tdop, alpha sort attributes.Gary E. Miller2016-09-131-11/+12
* gpsddata.fix.time was toggling from ISO time string to UNIX secondsGary E. Miller2016-09-121-5/+3
* Retab for Python 3, clean up some formatting.Gary E. Miller2016-09-121-50/+53
* Whoops, MeterOffset() really was used, restore it.Gary E. Miller2016-07-271-0/+12
* Rip out guts of EarthDistance() replace with Vincenty's FormulaGary E. Miller2016-07-261-35/+69
* Convert CalcRad() to use WGS 84Gary E. Miller2016-07-261-11/+17
* Move EarthDistanceSmall() into gps/misc.pyGary E. Miller2016-07-251-0/+18
* remove another UTF-8 character from a commentGary E. Miller2016-07-251-1/+1
* Remove unicode char from Python file.Gary E. Miller2016-07-251-1/+1
* Add comments on EarthDistance computations.Gary E. Miller2016-07-251-0/+6
* Update some conversion constants to higher precision.Gary E. Miller2016-07-221-9/+9
* gps.py: Don't negate flags twice!Nuno Gonçalves2016-06-141-1/+1
* Fixes gps.gps.gps iterator for Python 3.Fred Wright2016-04-161-1/+6
* Restores json_error definition accidentally removed by 94cb114.Fred Wright2016-04-141-0/+7
* Changes fake.py subclasses to use super() in __init__().Fred Wright2016-04-111-7/+7
* Fixes gps/*.py to use new-style classes.Fred Wright2016-04-113-9/+9
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-103-3/+5
* Removes redundant polystr/polybytes defs from client.py.Fred Wright2016-04-091-23/+2
* Fixes fake.py and gpsfake for Python 3.Fred Wright2016-04-092-18/+74
* Changes type checks in misc.py:isotime to use isinstance().Fred Wright2016-04-091-3/+9
* Fixes a client.py exception for Python 3.Fred Wright2016-04-091-1/+2
* Forces Python 3 import behavior in all gps/* modules.Fred Wright2016-04-095-4/+6
* Fixes fake.py 'packet' import for Python 3.Fred Wright2016-04-091-1/+1
* RTCM3 JSON can be over 4.4k long, So go big in regres driver.Gary E. Miller2016-04-071-1/+2
* Fixes client.py bug ausing RTCM3.2 regression-test failures.Fred Wright2016-04-071-0/+1
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-0/+1
* Fix a slightly botched Python 3 move.Eric S. Raymond2016-04-061-2/+2
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-274-7/+15
* Second fix for Python 3 sat display.Eric S. Raymond2016-03-271-1/+1
* Fix Python 3 compatibility.Eric S. Raymond2016-03-241-2/+2
* jsongen.py now runs polyglot under Python 2 or Python 3.Eric S. Raymond2016-03-221-1/+0