summaryrefslogtreecommitdiff
path: root/gps
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-022-2/+2
* Versions in C and Python were out of sync.Gary E. Miller2018-10-011-2/+5
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-012-2/+2
* gps/gps.py: pylint cleanupsGary E. Miller2018-09-221-18/+35
* gps/fake.py: pylint cleanupsGary E. Miller2018-09-221-4/+15
* gps/client.py: pylint cleanupsGary E. Miller2018-09-221-6/+26
* Python modules: add module docstrings.Gary E. Miller2018-09-224-11/+14
* gps/__init__: pep8 nit.Gary E. Miller2018-09-221-1/+1
* gps/client.py: fix for Python 3.Gary E. Miller2018-09-211-1/+3
* SConstruct: pep8 cleanup, no functional change.Gary E. Miller2018-09-211-1/+1
* gps: move Python __version__ to proper place.Gary E. Miller2018-09-212-2/+5
* gps.py: add __version__Gary E. Miller2018-09-211-0/+3
* gps/client: Fix Python 3 problem in send().Gary E. Miller2018-09-151-2/+3
* gps/misc: Improve polystr() to handle bytearrays.Gary E. Miller2018-09-151-0/+2
* gps/client.py: remove ConnectionRefusedError which is Python 3 only.Gary E. Miller2018-09-141-8/+2
* gps/client: Commen that ConnectionRefusedError is not in Python 2.Gary E. Miller2018-09-141-0/+2
* client.py: remove debug code that slipped out.Gary E. Miller2018-08-071-3/+3
* gps.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+2
* gps.gps.py: isnan() -> isfinite()Gary E. Miller2018-07-141-6/+8
* gps/client.py: Add back in missing defaults.Gary E. Miller2018-06-261-0/+3
* misc.py: Fix for PEP8Gary E. Miller2018-06-201-2/+2
* fake.py: Fix for PEP8Gary E. Miller2018-06-201-10/+10
* gps/client.py: Fix for PEP8Gary E. Miller2018-06-201-1/+2
* [PATCH] [fix] gps/*py now passes `scons check`Daniel_M_Williams2018-05-212-6/+19
* re-implement reconnect code in python-client-libraryDaniel_M_Williams2018-05-182-69/+96
* Client-side Python libraries may automatically reconnectDaniel_M_Williams2018-03-291-0/+16
* 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