This website requires JavaScript.
Explore
Get Started
openstack
/
python-swiftclient
Code
Issues
Proposed changes
Files
7dcefe1b6422b418d1a3746e03fe36d8855f32c7
python-swiftclient
/
tests
History
Jenkins
7dcefe1b64
Merge "Python 3: Replace iter.next() with six.next(iter)"
2014-03-28 09:59:03 +00: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
Replace dict.iteritems() with dict.items()
2014-03-27 12:21:25 +01: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