summaryrefslogtreecommitdiff
path: root/examples/getNTPserversNew.py
Commit message (Expand)AuthorAgeFilesLines
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-011-4/+4
* Blacken the project (#141)Jon Dufresne2019-10-311-4/+13
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-1/+1
* Py3 cleanup: Remove workaround for Python2 urllib (#143)Jon Dufresne2019-10-191-7/+1
* Py3 cleanup: Remove use of closing() with urlopen() (#145)Jon Dufresne2019-10-171-2/+1
* Fixed dict structure in makeHTMLTags expressions, and added tag_body attribut...Paul McGuire2019-04-061-35/+36
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-1/+1
* Use HTTPS URLs where available in docs, examples, and commentsJon Dufresne2018-12-251-1/+1
* Remove unused imports throughout projectJon Dufresne2018-12-241-1/+1
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-2/+2
* Upgrade Python syntax with pyupgradeHugo2018-08-211-1/+1
* Move src to rootCengiz Kaygusuz2017-11-201-0/+35