summaryrefslogtreecommitdiff
path: root/gps/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Python modules: add module docstrings.Gary E. Miller2018-09-221-0/+1
* gps/misc: Improve polystr() to handle bytearrays.Gary E. Miller2018-09-151-0/+2
* misc.py: Fix for PEP8Gary E. Miller2018-06-201-2/+2
* Fixes some pylint issues.Fred Wright2017-07-141-2/+2
* misc.py: pep8 fixesGary E. Miller2017-07-011-22/+28
* Changes fake.py stream type to 'bytes'.Fred Wright2016-12-251-0/+8
* Whoops, MeterOffset() really was used, restore it.Gary E. Miller2016-07-271-0/+12
* Rip out guts of EarthDistance() replace with Vincenty's FormulaGary E. Miller2016-07-261-35/+69
* Convert CalcRad() to use WGS 84Gary E. Miller2016-07-261-11/+17
* Move EarthDistanceSmall() into gps/misc.pyGary E. Miller2016-07-251-0/+18
* remove another UTF-8 character from a commentGary E. Miller2016-07-251-1/+1
* Remove unicode char from Python file.Gary E. Miller2016-07-251-1/+1
* Add comments on EarthDistance computations.Gary E. Miller2016-07-251-0/+6
* Update some conversion constants to higher precision.Gary E. Miller2016-07-221-9/+9
* Fixes fake.py and gpsfake for Python 3.Fred Wright2016-04-091-3/+57
* Changes type checks in misc.py:isotime to use isinstance().Fred Wright2016-04-091-3/+9
* Forces Python 3 import behavior in all gps/* modules.Fred Wright2016-04-091-1/+1
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-0/+4
* Forward-port gps/ Python client code to run polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-2/+6
* [pep8] cleanup in gps/gps.py and misc.pyJon Schlueter2016-02-091-14/+18
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-0/+6
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-231-1/+1
* Add a conversion constant requred for DBT sentences.Eric S. Raymond2012-03-051-0/+1
* Python glitches caught by pylint.Eric S. Raymond2011-10-281-1/+1
* Make the 'uninstrumented' plot work again.Eric S. Raymond2011-09-211-1/+1
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-221-1/+1
* Split gps.py apart to isolate historical cruft.Eric S. Raymond2010-04-161-0/+101