summaryrefslogtreecommitdiff
path: root/gps/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catch and display regression errors from malformed JSON.Eric S. Raymond2011-01-291-1/+9
* Reorganize stream argument flags, and create one for timing data.Eric S. Raymond2011-01-261-8/+14
* Add a sanity check.Eric S. Raymond2010-04-261-1/+1
* Hide the wire protocol a bit more effectively.Eric S. Raymond2010-04-261-0/+3
* Yet more Python-client refactoring. All regression tests pass.Eric S. Raymond2010-04-231-2/+3
* More Python client partitioning. All regression tests pass.Eric S. Raymond2010-04-221-0/+198