This website requires JavaScript.
Explore
Get Started
openstack
/
python-swiftclient
Code
Issues
Proposed changes
46d62bd9be
Branches
Tags
View all branches
python-swiftclient
/
tests
History
Victor Stinner
46d62bd9be
Python 3: Replace iter.next() with six.next(iter)
...
Use six.next() to be Python 3 compatible. Change-Id: Ia16148a759d368872787d5896a7b1dc42ffcdfb5
2014-03-27 12:13:49 +01:00
..
__init__.py
Allow specify tenant:user in user.
2012-06-27 19:19:37 +00:00
test_command_helpers.py
Use six.StringIO instead of StringIO.StringIO
2014-03-03 16:16:07 +08:00
test_multithreading.py
Replace xrange in for loop with range
2014-01-14 21:49:44 +08:00
test_swiftclient.py
Use six.StringIO instead of StringIO.StringIO
2014-03-03 16:16:07 +08:00
test_utils.py
Add LengthWrapper in put_object to honor content_length param
2014-02-25 01:12:51 -08:00
utils.py
Python 3: Replace iter.next() with six.next(iter)
2014-03-27 12:13:49 +01:00