summaryrefslogtreecommitdiff
path: root/leapsecond.py
Commit message (Expand)AuthorAgeFilesLines
* Typo: ISO8661 -> ISO8601Sanjeev Gupta2018-11-081-1/+1
* leapsecondpy: pylint remove redundant elses.Gary E. Miller2018-10-081-21/+22
* leapsecond.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+2
* leapsecond.py: Fix for PEP8.Gary E. Miller2018-06-201-10/+18
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* leapsecond.py: fix pylint nitGary E. Miller2017-07-261-4/+4
* leapsecond.py: pep8 fixesGary E. Miller2017-07-011-13/+28
* leapsecond.py: pep8 fixesGary E. Miller2017-07-011-7/+8
* Fix an off-by-one bug in counting leapseconds.Eric S. Raymond2017-01-011-1/+1
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-2/+3
* Fixes leapseconds.py for Python 3.Fred Wright2016-04-101-27/+61
* Fixes integer division for Python 3.Fred Wright2016-04-101-3/+3
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-5/+5
* pylint cleanup.Eric S. Raymond2016-03-221-1/+1
* Forward-port gps/ Python client code to run 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-34/+35
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
* leapsecond.py no longer handles -c optionSanjeev Gupta2015-05-081-2/+0
* Extend xrange, so that first and last points can be seen.Sanjeev Gupta2015-05-071-1/+2
* Extend yrange, so that first and last points can be seen.Sanjeev Gupta2015-05-071-1/+1
* Leap seconds plotted as points.Sanjeev Gupta2015-05-071-2/+2
* Change axis, time monotonic on X , leapsecond count on YSanjeev Gupta2015-05-071-8/+9
* pep8 cleanup of leapsecond.py for whitespaceJon Schlueter2015-02-231-41/+59
* pylint cleanup. All regression tests pass.Eric S. Raymond2015-01-251-3/+3
* Clean up some timebase assumptions (code not yet used).Eric S. Raymond2014-08-261-6/+6
* Correct computatiojn of build timestamps.Eric S. Raymond2014-08-251-3/+9
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-231-12/+11
* pylint cleanup.Eric S. Raymond2013-12-021-10/+12
* Write a lengthy sidebar on why leap seconds existSanjeev Gupta2013-11-281-0/+2
* Only fetch leapseconds when cache is older than last potential issue date.Eric S. Raymond2013-11-271-19/+29
* Remove unused code.Eric S. Raymond2013-11-271-51/+3
* Refactor leap-second cache fetching. No logic changes yet.Eric S. Raymond2013-11-271-1/+22
* Cosmetic fix to leapsecond cache generation.Eric S. Raymond2013-11-271-1/+1
* Make current GPS week available in timebase.h for rollover detection.Eric S. Raymond2013-11-271-3/+21
* Gnuplot sample command linesSanjeev Gupta2013-11-251-2/+4
* Apparently gnuplot X11 mode is dead.Eric S. Raymond2013-11-251-1/+3
* Fix gnuplot syntaxSanjeev Gupta2013-11-251-2/+1
* More pylint cleanup in some build helpers. Build succeeds.Eric S. Raymond2013-11-151-1/+0
* Partial pylint cleanup. All regression tests pass, xgps works.Eric S. Raymond2013-11-151-6/+4
* Address Savannah bug #40461: leapsecond.py and http proxiesEric S. Raymond2013-11-131-1/+1
* leapsecond.py: make save_leapseconds() check all defined servers.Beat Bolli2013-10-311-14/+20
* leapsecond.py: set a socket timeout for slow servers.Beat Bolli2013-10-311-0/+5
* Better usage help and minor improvements for leapsecond.pyClaus Klein2013-02-251-53/+127
* Restore Python 2.5 compatibility.Thomas Petazzoni2012-10-231-3/+24
* Deal properly with scheduled IERS transitions in the future...Eric S. Raymond2012-01-111-3/+6
* More Python sanity checking.Eric S. Raymond2011-10-281-1/+1
* Python glitches caught by pylint.Eric S. Raymond2011-10-281-1/+1
* Add pychecker production for anity-checking Python code.Eric S. Raymond2011-08-231-8/+1
* Documentation and website update.Eric S. Raymond2011-08-201-1/+8
* Don't clobber existing leapseconds cache if USNO is not accessible.Eric S. Raymond2011-08-171-4/+5