Michael Gottesman
|
ff634f6319
|
[benchmarks] Make generate_harness.py executable.
|
2016-09-23 19:10:08 -07:00 |
|
practicalswift
|
1edb62dc38
|
[Python] Make flake8 linting pass without errors/warning (w/ default rules)
|
2016-03-13 20:19:51 +01:00 |
|
practicalswift
|
0796eaad1f
|
[Python] Fix 80-column violations
|
2016-03-09 23:52:11 +01:00 |
|
practicalswift
|
0fd0c48648
|
[Python] Use Py3k compatible print operator: print "foo" → print("foo")
|
2016-03-08 23:10:52 +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
|
9b13c664cd
|
[Python] Python class names should be CamelCase:d by convention
|
2016-02-19 21:28:51 +01:00 |
|
practicalswift
|
a7cbdb4ea5
|
Bring new Python code in line with subset of PEP 8 used in project.
|
2016-02-08 20:42:19 +01:00 |
|
Luke Larson
|
0356ec8ec3
|
Add Swift Benchmark Suite
|
2016-02-08 10:47:58 -08:00 |
|