Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3/3]Replace six.iteritems() with .items() | Spencer Yu | 2017-02-09 | 1 | -3/+2 |
* | Replace dict.iteritems() with six.iteritems(dict) | Victor Stinner | 2015-05-22 | 1 | -2/+3 |
* | Use six.moves.range for Python 3 | Victor Stinner | 2015-05-20 | 1 | -1/+2 |
* | Removed twice declared variables | Sergey Nikitin | 2015-04-29 | 1 | -1/+1 |
* | Switch to using oslo_* instead of oslo.* | Davanum Srinivas | 2015-02-06 | 1 | -1/+1 |
* | Don't translate exceptions in tests | Mike Durnosvistov | 2015-01-21 | 1 | -3/+1 |
* | Performance: leverage dict comprehension in PEP-0274 | ChangBo Guo(gcb) | 2015-01-16 | 1 | -5/+4 |
* | remove pylint source code annotations | Daniel P. Berrange | 2015-01-08 | 1 | -5/+4 |
* | move all tests to nova/tests/unit | Sean Dague | 2014-11-12 | 1 | -0/+330 |