Victor Stinner
e5c962a28c
Replace xrange() with six.moves.range()
Patch generated by the xrange operation of the sixer tool:
https://pypi.python.org/pypi/sixer
Manual changes:
* Fix indentation for pep8 checks
* Fix TestGreenthreadSafeIterator.test_access_is_serialized of
test.unit.common.test_utils:
replace range(1, 11) with list(range(1, 11))
* Fix UnsafeXrange docstring, revert change
Change-Id: Icb7e26135c5e57b5302b8bfe066b33cafe69fe4d
2015-06-23 07:29:15 +00:00
..
2010-07-12 17:03:45 -05:00
2014-09-24 08:39:01 -07:00
2015-06-23 07:29:15 +00:00
2015-04-16 14:34:02 +01:00
2014-06-18 20:57:09 -07:00
2015-06-23 07:29:15 +00:00
2015-06-15 22:10:45 +05:30