summaryrefslogtreecommitdiff
path: root/gps/gps.py
Commit message (Expand)AuthorAgeFilesLines
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-191-1/+1
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-191-1/+1
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-1/+1
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-1/+1
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-011-1/+1
* gps/gps.py: pylint cleanupsGary E. Miller2018-09-221-18/+35
* Python modules: add module docstrings.Gary E. Miller2018-09-221-10/+11
* gps: move Python __version__ to proper place.Gary E. Miller2018-09-211-2/+3
* gps.py: add __version__Gary E. Miller2018-09-211-0/+3
* gps.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+2
* gps.gps.py: isnan() -> isfinite()Gary E. Miller2018-07-141-6/+8
* [PATCH] [fix] gps/*py now passes `scons check`Daniel_M_Williams2018-05-211-0/+1
* re-implement reconnect code in python-client-libraryDaniel_M_Williams2018-05-181-40/+11
* gps.py: Silence pylint about a TODO.Gary E. Miller2017-07-261-1/+1
* gps.py: change FIXME -> TODO. Do the PPS TODO.Gary E. Miller2017-07-261-2/+9
* Fixes some pylint issues.Fred Wright2017-07-141-2/+1
* gps.py: pep8 fixesGary E. Miller2017-07-011-81/+88
* Updates MAXCHANNELS in gps.py to match gps.h.Fred Wright2017-01-191-1/+1
* 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
* gps.py: Don't negate flags twice!Nuno Gonçalves2016-06-141-1/+1
* Fixes gps.gps.gps iterator for Python 3.Fred Wright2016-04-161-1/+6
* Fixes gps/*.py to use new-style classes.Fred Wright2016-04-111-2/+2
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-1/+1
* Forces Python 3 import behavior in all gps/* modules.Fred Wright2016-04-091-1/+1
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-0/+1
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-1/+4
* jsongen.py now runs polyglot under Python 2 or Python 3.Eric S. Raymond2016-03-221-1/+0
* Clear out a remnant of the old pre-JSON protocol in the Python code.Eric S. Raymond2016-03-221-78/+0
* Forward-port gps/ Python client code to run polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-6/+8
* [pep8] cleanup in gps/gps.py and misc.pyJon Schlueter2016-02-091-16/+17
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-1/+8
* Correct buggy detection of SBAS satellites in the Python client code.Eric S. Raymond2015-04-071-0/+4
* 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