| Age | Commit message (Collapse) | Author | 
|---|
|  | Use the `with` context manager with database connections and cursors
to ensure that they are closed once they are no longer needed.
Where it was not feasible to use the `with` context manager without a
huge refactor/rewrite, the cursors and connections are closed manually. | 
|  |  | 
|  | * scripts/maintenance/readProbeSetMean_v7.py: Run python-autopep8 on this file. | 
|  | See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | 
|  | Run `2to3-3.8 -f idioms -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-idioms> | 
|  | Run `2to3-3.8 -f map -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map> | 
|  | * scripts/maintenance/readProbeSetMean_v7.py: Use "input". See
https://docs.python.org/3/whatsnew/3.0.html#builtins | 
|  |  | 
|  |  |