[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r365] by bauflo3

Clean up code

- Removed unnecessary trailing \
- Redefined properties using decorators
- Simplified the implementation of some functions/methods
- Removed unnecessary parenthesis

Signed-off-by: Florian Bauer <fbauer.devel@...>

2012-05-26 17:55:37 Tree
[r364] by bauflo3

Applied PEP8 style

Signed-off-by: Florian Bauer <fbauer.devel@...>

2012-05-26 17:55:18 Tree
[r363] by bauflo3

Removed L suffix in definitions.

The L suffix is not present in Python 3. In Python 2 it is not
necessary if the number is to large to fit in an int.

Signed-off-by: Florian Bauer <fbauer.devel@...>

2012-05-26 17:54:57 Tree
[r362] by bauflo3

delete broken test file

visa_study.py seems to be dead code anyway, so lets delete the test
instead of fixing it. Currently it does not run as imports are missing.

2012-05-26 17:54:40 Tree
[r361] by bauflo3

Changed except to Python 3 compatible code. Simplified logic in some except.

- changed 'except Exception, x' to 'except Exception as x'
- changed 'raise Exception, x' to raise Exception(x)'

Signed-off-by: Florian Bauer <fbauer.devel@...>

2012-05-26 17:54:23 Tree
[r360] by bauflo3

Changed module header to pocoo style.

Signed-off-by: Florian Bauer <flo@...>

2012-05-26 17:20:16 Tree
[r359] by bauflo3

almost full coverage of Instrument.read_values

remaining uncovered branch seems to be unreachable

2012-05-21 20:36:29 Tree
[r358] by bauflo3

increase test coverage

fix off-by one error in Instrument.read_values

2012-05-21 20:21:29 Tree
[r357] by bauflo3

increase test coverage

make most tests pass on python 3

2012-05-21 07:53:06 Tree
[r356] by bauflo3

increase test coverage

2012-05-20 20:11:48 Tree
Older >