summaryrefslogtreecommitdiff
path: root/gpsfake
Commit message (Expand)AuthorAgeFilesLines
* gpsfake: Disable timeout when debugging.Fred Wright2018-12-271-0/+2
* gpsfake: Add option for debugging with lldb.Fred Wright2018-12-271-2/+7
* gpsfake: Allow timeout to be specified.Fred Wright2018-12-271-2/+10
* gpsfake: Improve usage() output.Gary E. Miller2018-11-231-22/+22
* gpsfake: Add test for PYTHONPATHGary E. Miller2018-11-161-2/+9
* 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
* gpsfake: pylint cleanupsGary E. Miller2018-09-211-10/+16
* gpsfake, gpsfake, gpsprof: pep8 tweaks.Gary E. Miller2018-09-211-0/+1
* gpsfake: cleanup getopt(). Add -V option.Gary E. Miller2018-09-211-10/+36
* add gps module version check to Python programsGary E. Miller2018-09-211-0/+6
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* gpsfake: fix two pylint complaints of variable type changing.Gary E. Miller2017-07-261-2/+2
* Fixes some pylint issues.Fred Wright2017-07-141-2/+3
* gpsfake: pep8 cleanup.Gary E. Miller2017-07-011-10/+22
* Adds missing -q option to gpsfake -h.Fred Wright2017-03-171-2/+4
* More quietness for gpsfakeRobert Norris2017-03-171-1/+2
* Enable gpsfake to list all optionsRobert Norris2017-03-171-1/+3
* Makes "silent" build quieter.Fred Wright2017-03-041-2/+5
* Changes fake.py stream type to 'bytes'.Fred Wright2016-12-251-3/+3
* Fixes Python programs to use new-style classes.Fred Wright2016-04-111-1/+1
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-1/+1
* Fixes fake.py and gpsfake for Python 3.Fred Wright2016-04-091-2/+6
* gpsfake now runs polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-1/+2
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-27/+33
* Makes gpsfake -T take -S into account.Fred Wright2016-03-031-1/+1
* Fixes gpsfake -v to use stderr instead of stdout.Fred Wright2016-02-291-1/+1
* Add more startup delay in gpsfake, and explain why.Eric S. Raymond2016-02-091-1/+5
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
* gpsfake: pylint cleanup. Regression tests (using gpsfake) pass.Eric S. Raymond2015-02-221-1/+1
* gpsfake code fell out of sync with documentation. Fix this.Eric S. Raymond2015-02-131-1/+1
* pylint cleanup in gpsfake for superfluous-parensJon Schlueter2015-02-131-21/+21
* more pep8 cleanup in gpsfake for whitespaceJon Schlueter2015-02-131-3/+6
* pep8 cleanup in gpsfakeJon Schlueter2015-02-131-1/+1
* Split up imports in gpsfake and remove unusedJon Schlueter2015-02-131-2/+10
* Revert "Significantly speed up testing."Eric S. Raymond2015-02-131-4/+7
* Significantly speed up testing.Eric S. Raymond2015-02-131-7/+4
* Fix inexpplicably corrupted Python code.Eric S. Raymond2015-02-131-2/+2
* Don't allocate a private port when cycling logs for client testing.Eric S. Raymond2015-02-131-0/+4
* Change the way EOF is injected in hopes of beating a *BSD timing problem.Eric S. Raymond2015-02-111-1/+1
* CLOSE_DELAY is gone. Test source termination is now deterministic.Eric S. Raymond2015-02-091-1/+1
* In the test framework, use the bind-to-port-0 trick to get a random unused port.Eric S. Raymond2015-02-021-13/+1
* Open ttys with CLOCAL, following a suggestion by Hal Murray.Eric S. Raymond2015-02-021-1/+1
* Use %.3f for WRITE_PAD, because 0.004 is a typical value.Greg Troxel2015-01-271-1/+1
* Fix an erroneous format literal.Eric S. Raymond2015-01-271-1/+1
* Print sys.platform and platform.platform().Greg Troxel2015-01-251-1/+1
* Dump platform ID and delay parameters before doing test runs.Eric S. Raymond2015-01-251-2/+5