summaryrefslogtreecommitdiff
path: root/gegps
Commit message (Collapse)AuthorAgeFilesLines
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-1/+1
|
* gegps now runs polyglot under Python 2 and 3.Eric S. Raymond2016-03-221-2/+3
|
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-2/+4
| | | | | | For the moment most shebang lines still say 'python2' rather than just 'python'. This is because the client code in gps/ hasn't been touched yet; the internal imports break under Python 3 and that needs to be fixed.
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-1/+2
| | | | | large scale autopep8 cleanup of several pep8 whitespace warnings
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
| | | | | | We've learned that Ubuntu 15.10 will have python3 as default. The ugly transition gas befun; our only recourse is to hape that all our deployment targets have 'pyton2' do the right thing. Works on 14.10.
* Add gegps to the pychecker set, and clean up one glitch pychecker revealed.Eric S. Raymond2011-08-261-2/+2
|
* make gegps executableMiroslav Lichvar2011-08-081-0/+0
|
* Bring Python's stream method up to date so it matches the C one.Eric S. Raymond2011-06-241-3/+1
| | | | This means WATCH_NEWSTYLE is defaulted to properly. All regression tests pass.
* Live-feed support for Google Earth.Eric S. Raymond2011-06-241-0/+101