summaryrefslogtreecommitdiff
path: root/gps/client.py
Commit message (Expand)AuthorAgeFilesLines
* gps/client.py: pylint cleanupsGary E. Miller2018-09-221-6/+26
* Python modules: add module docstrings.Gary E. Miller2018-09-221-0/+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/client: Fix Python 3 problem in send().Gary E. Miller2018-09-151-2/+3
* 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/client.py: Add back in missing defaults.Gary E. Miller2018-06-261-0/+3
* gps/client.py: Fix for PEP8Gary E. Miller2018-06-201-1/+2
* [PATCH] [fix] gps/*py now passes `scons check`Daniel_M_Williams2018-05-211-6/+18
* re-implement reconnect code in python-client-libraryDaniel_M_Williams2018-05-181-29/+85
* client.py: pep8 fixesGary E. Miller2017-07-011-3/+10
* Adds bytes-typed alternative response to Python client.Fred Wright2016-12-241-5/+12
* Restores json_error definition accidentally removed by 94cb114.Fred Wright2016-04-141-0/+7
* Fixes gps/*.py to use new-style classes.Fred Wright2016-04-111-3/+3
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-1/+1
* Removes redundant polystr/polybytes defs from client.py.Fred Wright2016-04-091-23/+2
* 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-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
* 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-271-5/+4
* Second fix for Python 3 sat display.Eric S. Raymond2016-03-271-1/+1
* gpsfake now runs polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-2/+17
* Forward-port gps/ Python client code to run polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-9/+9
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-0/+3
* pep8 whitespace and is not None cleanup in gps/client.pyJon Schlueter2015-03-131-20/+31
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-231-1/+1
* pylint found a minor error in the factoring of the Python library classes.Eric S. Raymond2013-11-241-5/+2
* Ritualistic pacification of pylint. All regression tests pass, xgps runs.Eric S. Raymond2013-11-151-0/+3
* Insert required calls to Python Eceptions base class.Eric S. Raymond2013-11-151-2/+3
* Partial pylint cleanup. All regression tests pass, xgps works.Eric S. Raymond2013-11-151-2/+2
* ppsbar -> pps.Eric S. Raymond2013-11-131-5/+5
* Typo fix.Eric S. Raymond2013-11-121-1/+1
* Fix buggy enable-flag-to-JSON mapping in the Python interface.Eric S. Raymond2013-11-121-3/+3
* SPLIT24 and PPSBAR flags belong in the Python interface, too.Eric S. Raymond2013-11-121-0/+10
* More Python sanity checking.Eric S. Raymond2011-10-281-1/+1
* Fixed copy'n'paste bug in the Python binding.Michael Tatarinov2011-10-121-2/+2
* Add -r option to gpsplot.Eric S. Raymond2011-10-101-1/+2
* gps library code is pychecker clean. All regression tests pass.Eric S. Raymond2011-08-231-2/+2
* Remove a fossil from the Python binding.Eric S. Raymond2011-03-241-1/+0
* Document the unpack() method in C and Python APIs.Eric S. Raymond2011-03-241-1/+1
* Sync the Python and C++ bindings to the C one. Document it properly.Eric S. Raymond2011-03-181-0/+4
* waiting method in the Python binding gets a timeout argument.Eric S. Raymond2011-03-091-2/+2
* Abandon the attempt to de-Unicodify JSON as it comes in.Eric S. Raymond2011-02-281-18/+3
* Somewhat more effective asciifying in the Python client.Eric S. Raymond2011-02-221-14/+14
* Assume any 'satellites' attribute in JSON is a JSON array.Eric S. Raymond2011-02-221-1/+2
* Typo fixes.Eric S. Raymond2011-02-211-1/+1