summaryrefslogtreecommitdiff
path: root/gps/gps.py
Commit message (Expand)AuthorAgeFilesLines
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-231-5/+5
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-1/+2
* Revert "Fix a pylint warning. With this scons audit runs completely clean aga...Eric S. Raymond2013-11-231-1/+0
* Fix a pylint warning. With this scons audit runs completely clean again.Eric S. Raymond2013-11-221-0/+1
* Resync the Python interface's list of various magic constants.Eric S. Raymond2013-11-201-1/+15
* Ritualistic pacification of pylint. All regression tests pass, xgps runs.Eric S. Raymond2013-11-151-1/+1
* Python glitches caught by pylint.Eric S. Raymond2011-10-281-3/+2
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-5/+0
* gps library code is pychecker clean. All regression tests pass.Eric S. Raymond2011-08-231-3/+3
* More cleanup of glitches found by pychecker.Eric S. Raymond2011-08-231-1/+1
* Beat Bolli made a good point in <4E0B10FC.2010400@ewanet.ch>.Eric S. Raymond2011-06-291-1/+2
* Minor fix suggested by Bernd Zeimetz.Eric S. Raymond2011-06-291-1/+1
* Bring Python's stream method up to date so it matches the C one.Eric S. Raymond2011-06-241-14/+10
* gps.py: suppress the stack trace on exitBeat Bolli2011-06-221-2/+5
* Document the unpack() method in C and Python APIs.Eric S. Raymond2011-03-241-1/+1
* Library time parsing is now backward-compatible with 2.95.Eric S. Raymond2011-03-101-1/+5
* Abandon the attempt to de-Unicodify JSON as it comes in.Eric S. Raymond2011-02-281-1/+1
* Garbage-collect the client-side *SET flags.Eric S. Raymond2011-02-031-33/+30
* Cosmetic fix.Eric S. Raymond2011-02-021-21/+22
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-3/+3
* Reorganize stream argument flags, and create one for timing data.Eric S. Raymond2011-01-261-2/+2
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-8/+1
* Various small fixes to Python client mode.Beat Bolli2011-01-051-3/+5
* Address Berlios tracker bug #17485: problem with isotime in gps.py.Eric S. Raymond2010-12-021-0/+1
* Carry through and document the poll() -> read() change.Eric S. Raymond2010-07-141-1/+1
* Sanity-check things that look like responses better.Eric S. Raymond2010-05-061-3/+4
* Fix minor bug introduced by recent refactoring.Eric S. Raymond2010-04-261-0/+2
* Fix a delegation error.Eric S. Raymond2010-04-251-1/+1
* Yet more Python-client refactoring. All regression tests pass.Eric S. Raymond2010-04-231-8/+6
* More Python client partitioning. All regression tests pass.Eric S. Raymond2010-04-221-188/+8
* Return the length of the data in read().Bernd Zeimetz2010-04-221-1/+1
* gps.py: Make next() work at all.Bernd Zeimetz2010-04-221-24/+4
* There are utf8 chars in the file, so let Python handle them.Bernd Zeimetz2010-04-221-0/+1
* Make verbose mode of gps.py actually work.Bernd Zeimetz2010-04-221-2/+8
* __set_device__ is define in next(), not in the class.Bernd Zeimetz2010-04-221-1/+1
* gps.py takes -v as option, not -w.Bernd Zeimetz2010-04-221-1/+1
* Separate out common code a little better.Eric S. Raymond2010-04-181-20/+25
* Refactor gps client class.Eric S. Raymond2010-04-181-96/+109
* Split gps.py apart to isolate historical cruft.Eric S. Raymond2010-04-161-96/+6
* Better version of Jiri Techet's Python fixes; handles DEVICES response.Eric S. Raymond2010-04-161-9/+14
* Change the value of the (never shipped) ATTITUDE_SET flag.Eric S. Raymond2010-04-161-2/+1
* Minimal bug fixes to the Python interface by JirĂ­ Techet.Eric S. Raymond2010-04-161-2/+4
* Remove unused library support for old-protocol responses other than FIOXY.Eric S. Raymond2010-04-151-68/+20
* Fixed channel-overflow bug in xgps.Eric S. Raymond2010-04-101-1/+1
* Match C library, not that anybody is checking for this yet.Eric S. Raymond2010-04-051-1/+1
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
* Non-streaming operation of the Python exerciser doesn't make sense any more... Eric S. Raymond2010-03-101-22/+8
* Fix a packaging error in 2.91, and make the json module import more robust.release-2.92Eric S. Raymond2010-03-031-2/+2
* Put Python extension modules under "gps.".Eric S. Raymond2009-12-151-0/+692