Commit Graph

14 Commits

Author SHA1 Message Date
practicalswift
c69ffe4eb6 [Python] Use new style class definitions: "class A" → "class A(object)" 2016-03-09 09:42:42 +01:00
practicalswift
265835fdfc [Python] Use consistent import ordering for Python code
Ordering used:
1.) standard library imports
2.) third party imports
3.) local package imports

Each group is individually alphabetized.
2016-03-07 23:25:16 +01:00
practicalswift
e395ea0f0e [Python] Follow standard Python docstrings conventions (PEP-0257).
https://www.python.org/dev/peps/pep-0257/
2016-02-20 17:11:57 +01:00
Harlan Haskins
2b2204030b [coverage] Removed unused imports 2016-02-02 13:30:25 -08:00
Harlan Haskins
13bae93d99 [coverage] pep8 2016-02-02 13:26:27 -08:00
Harlan Haskins
cf30318aeb [coverage] Converted to python standard logging framework 2016-02-02 12:59:13 -08:00
Harlan Haskins
6ec0dd3066 [coverage] Added log file output to profdata merger 2016-02-02 10:43:29 -08:00
Harlan Haskins
c75fa764c8 [coverage] Added README for the profdata module 2016-02-01 17:30:17 -08:00
Harlan Haskins
f713042ebc [coverage] Added license header to config.py 2016-02-01 17:02:27 -08:00
Harlan Haskins
873af8e3d3 [coverage] Fail gracefully on non-Darwin 2016-02-01 16:13:17 -08:00
Harlan Haskins
45df8491f4 [coverage] Explicit super in process.py 2016-02-01 16:05:13 -08:00
Harlan Haskins
eb9fb9cde9 [coverage] Used gettempdir() instead of hard-coding /tmp 2016-02-01 16:03:57 -08:00
Harlan Haskins
dea48f43dc [coverage] Fixed missing import 2016-02-01 15:55:05 -08:00
Harlan Haskins
6572267931 [coverage] Split profdata_merge_worker.py into separate files within a module 2016-02-01 15:52:56 -08:00