Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann | |
- No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes. | |||
2014-03-10 | ir_nec: Add support for higher-level remote control annotations. | Uwe Hermann | |