summaryrefslogtreecommitdiff
path: root/swiftclient/multithreading.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary object subclassingStephen Finucane2022-03-211-2/+2
* Remove sixStephen Finucane2022-03-211-10/+3
* Remove __future__ importsStephen Finucane2022-03-211-2/+0
* docs: Fix warning treated as errorTim Burke2019-09-041-0/+6
* Isolate docs requirementsTim Burke2019-06-271-0/+8
* Add new doc structure and contents for swiftclientJoel Wright2016-04-291-1/+0
* Python 3: Replacing unicode with six.text_type for py3 compatibilityjanonymous2015-06-281-1/+1
* Compare each chunk of large objects when uploadingTim Burke2015-03-231-3/+4
* Fix crash when stat'ing objects with non-ascii namesJoel Wright2015-02-171-3/+1
* Merge "This patch fixes downloading files to stdout."Jenkins2015-02-031-0/+11
|\
| * This patch fixes downloading files to stdout.Joel Wright2015-01-231-0/+11
* | Fix cross account upload using --os-storage-urlAlistair Coles2015-01-061-2/+8
|/
* Change tests to use new CaptureOutput class.Daniel Wakefield2014-12-051-0/+3
* Add importable SwiftService incorporating shell.py logicJoel Wright2014-08-261-198/+88
* Clean up raw policy stats in account statYuan Zhou2014-08-061-2/+15
* Fix test_multithreading on Python 3Victor Stinner2014-04-151-4/+7
* Replaced print statements with print function.Alex Gaynor2014-03-301-1/+4
* Python 3: Fix module names in importVictor Stinner2014-03-281-1/+1
* Replace xrange in for loop with rangeWu Wenxiang2014-01-141-1/+1
* Add verbose output to all stat commandsClay Gerrard2013-10-091-0/+24
* Move multi-threading code to a library.Darrell Bishop2013-07-281-0/+241