summaryrefslogtreecommitdiff
path: root/gps/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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